network - Tokenize NFS, fix MP races
[dragonfly.git] / sys / vfs / nfs / nfs_node.c
2010-09-10 Matthew Dillonnetwork - Tokenize NFS, fix MP races
2010-02-13 Matthew Dillonkernel - More readdirplus deadlock avoidance work
2009-07-16 Matthew DillonNFS - create nfsm_subs.c, clean up externs
2007-08-08 Sascha WildnerAdjust some comments with reality.
2007-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-08-08 Matthew DillonLK_NOPAUSE no longer serves a purpose, scrap it.
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-03-27 Matthew DillonRemove NQNFS support. The mechanisms are too crude...
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2005-03-17 Matthew DillonClean up a number of caching edge cases in NFS, rework...
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-10-05 Matthew DillonVFS messaging/interfacing work stage 7d/99: More firmin...
2004-09-05 Matthew DillonMisc syntax cleanup.
2004-09-04 Matthew DillonFix a bug in sillyrename handling in nfs_inactive(...
2004-08-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-04-19 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 10/21: nfs.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-10-10 Matthew DillonData reads and writes should not need credentials,...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: