kernel - Add many sysctl definitions, sysv, vfs, nfs, etc.
[dragonfly.git] / sys / vfs / nfs / nfs_serv.c
2010-12-22 Samuel J. Greearkernel - Add many sysctl definitions, sysv, vfs, nfs...
2010-10-18 Matthew Dillonkernel - Fix NFS client & server bugs
2010-08-25 Matthew Dillonkernel - document and clarify FINDBLK_TEST
2009-08-26 Matthew DillonKernel - fix access checks
2009-08-24 Matthew DillonAdd a flags argument to VOP_FSYNC()
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-07-23 Matthew DillonHAMMER / VFS_VGET - Add optional dvp argument to VFS_VG...
2009-07-23 Matthew DillonNFS - fix d_ino reporting for readdir, readdirplus...
2009-07-18 Matthew DillonNFS - Stability pass / recent work.
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-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-07-13 Matthew DillonBUF/BIO - MPSAFE work on core buffer cache routines.
2009-05-06 Matthew DillonAdd kernel-layer support for chflags checks, remove...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-09-17 Matthew Dillon* Implement the ability to export NULLFS mounts via...
2008-07-14 Matthew DillonNFS performance fixes.
2007-11-20 Matthew DillonClean up some missing 32->64 bit cookie conversions...
2007-08-13 Matthew DillonRemove the vpp (returned underlying device vnode) argum...
2007-05-13 Matthew DillonRemove variables that are no longer used due to the...
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-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-09-19 Matthew DillonRemove the last bits of code that stored mount point...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-19 Matthew DillonVNode sequencing and locking - part 4/4 - subpart 1...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-05-06 Matthew DillonRemove the thread argument from all mount->vfs_* functi...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-05-05 Matthew DillonRemove VOP_BWRITE(). This function provided a way...
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-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-05 Matthew DillonReplace the global buffer cache hash table with a per...
2006-03-04 Matthew DillonUnlock vnodes prior to issuing VOP_NREMOVE to accomodat...
2006-03-01 Matthew Dillondvp must be unlocked prior to issuing a VOP operation...
2005-08-27 Joerg SonnenbergerMake struct dirent contain a full 64bit inode. Allow...
2005-06-06 David RhodusReplace spl with critical sections.
2005-05-29 Jeffrey HsuDeprecate MCLGET() in favor of m_getcl() or m_getl...
2004-12-29 Matthew Dillonnvp may fall through as NULL, check it before vput...
2004-12-20 Matthew DillonClean up "`cache' might be used uninitialized" warnings...
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-10-07 Matthew DillonVFS messaging/interfacing work stage 7f/99: More firmin...
2004-07-16 Jeffrey HsuIncrease the size of the nfsheur hash table as pointed...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
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...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2003-10-09 Matthew Dillonnamecache work stage 3a: Adjust the VFS APIs to include...
2003-09-29 Matthew DillonCleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ...
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-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-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
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: