network - Tokenize NFS, fix MP races
[dragonfly.git] / sys / vfs / nfs / nfs_subs.c
2010-09-10 Matthew Dillonnetwork - Tokenize NFS, fix MP races
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-02-14 Matthew Dillonkernel - VM PAGER part 2/2 - Expand vinitvmio() and...
2010-01-26 Matthew Dillonkernel - More buffer cache / VM coherency work
2010-01-19 Matthew Dillonkernel - Add new bufcache/VM consolidated API, fsx...
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-10-10 Matthew DillonNFS - Fix numerous issues with NFS root mounts, primari...
2009-08-06 Matthew DillonNFS - Fix crash on client on write attempt to ro fs...
2009-07-16 Matthew DillonNFS - Marathon - completely refactor the nfsm_* macros.
2009-07-16 Matthew DillonNFS - create nfsm_subs.c, clean up externs
2009-07-16 Matthew DillonNFS - Remove old nfsiod, start adding new kernel thread...
2009-07-16 Matthew DillonNFS - Minor compile fix
2009-07-16 Matthew DillonNFS - move nfs_reqq from global to per-nfsmount.
2009-07-13 Matthew Dillonbuffer cache - Control all access to the buf red-black...
2009-05-06 Matthew DillonAdd kernel-layer support for chflags checks, remove...
2009-05-04 Matthew DillonThe kernel permissions check code was not checking...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-02-16 Sascha WildnerUnbreak kernel build and fix some warnings.
2008-09-17 Matthew Dillon* Implement the ability to export NULLFS mounts via...
2007-11-02 Matthew DillonModify struct vattr:
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-05 Matthew DillonFix a NULL pointer dereference introduced in the previo...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-06-01 Matthew DillonUse the MP friendly objcache instead of zalloc to alloc...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-04-07 Matthew DillonDue to continuing issues with VOP_READ/VOP_WRITE ops...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2006-03-27 Matthew DillonRemove NQNFS support. The mechanisms are too crude...
2006-02-21 Matthew DillonChange the server side NFS write gather delay from...
2006-02-21 Matthew DillonReduce the default NFSv3 access cache timeout from...
2005-06-09 Jeffrey HsuDeprecate MCLGET() in favor of m_getl() in order to...
2005-06-06 David RhodusReplace spl with critical sections.
2005-05-29 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2005-04-20 Matthew DillonGet rid of VPLACEMARKER and retool vmntvnodescan()...
2005-04-15 Matthew DillonImplement Red-Black trees for the vnode clean/dirty...
2005-03-17 Matthew DillonClean up a number of caching edge cases in NFS, rework...
2005-03-16 Matthew DillonFix a bugaboo in the last commit. We cannot safely...
2005-03-13 Matthew DillonFix a couple of NFS client side caching snafus. First...
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-09-16 Joerg Sonnenbergertimeout/untimeout ==> callout_*
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-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-23 Matthew DillonFix a client tail -f vs server-appended file data corru...
2004-04-19 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 10/21: nfs.
2004-04-07 Matthew DillonProtect nfs socket locks with a critical section. ...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-12-21 Eirik Nygaard * Fix typo: becuase -> because
2003-10-10 Matthew DillonData reads and writes should not need credentials,...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-20 Robert Garrett__P()!=wanted, remove old style prototypes from the...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
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-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: