kernel/nfs: Fix a bug due to missing braces.
[dragonfly.git] / sys / vfs / nfs / nfs_syscalls.c
2011-12-09 Sascha Wildnerkernel/nfs: Fix a bug due to missing braces.
2011-12-06 Sascha Wildnerkernel: Replace all usage of MALLOC()/FREE() with kmall...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-21 Sascha Wildnerkernel/nfs: Fix two wrong sizeofs.
2011-02-05 Samuel J. Greearkern - Convert NFS from zalloc to objcache
2011-01-20 Matthew Dillonkernel - Remove mplock shims from global tokens
2010-12-22 Samuel J. Greearkernel - Add many sysctl definitions, sysv, vfs, nfs...
2010-09-25 Matthew Dillonnetwork - NFS Stability / races
2010-09-24 Matthew Dillonnetwork - Fix a sleep/wakeup race in NFS (server),...
2010-09-18 Sascha Wildnerkernel: Remove #include <sys/mutex.h> if <sys/mutex2...
2010-09-10 Matthew Dillonnetwork - Tokenize NFS, fix MP races
2010-09-06 Matthew Dillonkernel - Fix numerous MP issues with sockbuf's and...
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-15 Matthew Dillonkernel - use new td_ucred in numerous places
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-07-18 Matthew DillonNFS - Implement async write BIO, greatly increase sockb...
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 - Use mutex API, begin refactoring the state machine.
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-05-18 Matthew DillonCleanup shutdown(2) usage and make it consistent. ...
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
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-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-03-27 Matthew DillonRemove NQNFS support. The mechanisms are too crude...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2005-06-06 David RhodusReplace spl with critical sections.
2005-03-27 Matthew DillonDo a better job distributing RPC requests on the NFS...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-08-02 Joerg SonnenbergerChange (almost) all references to tqh_first and tqe_nex...
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-04-19 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 10/21: nfs.
2004-03-09 Matthew DillonAddendum comment to last commit. Jeffrey Hsu reminded...
2004-03-08 Matthew DillonIncrease the default socket buffer for NFS to deal...
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-09-03 Hiten PandyaCheck when M_PREPEND returns an empty mbuf.
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-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-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: