network - Tokenize NFS, fix MP races
[dragonfly.git] / sys / vfs / nfs / nfs.h
2010-09-10 Matthew Dillonnetwork - Tokenize NFS, fix MP races
2010-02-22 Matthew Dillonkernel - NFS - Add the 'cache' flag to enable swapcache...
2010-01-19 Matthew Dillonkernel - Add new bufcache/VM consolidated API, fsx...
2009-08-28 Matthew DillonNFS - Fix remaining VM/BIO issues
2009-08-28 Matthew DillonKernel - Close VM/BIO races and document.o
2009-08-10 Matthew DillonNFS - Cleanly unmount NFS on halt/shutdown/reboot
2009-07-18 Matthew DillonNFS - Increase default read-ahead from 4 to 6
2009-07-18 Matthew DillonNFS - Implement async write BIO, greatly increase sockb...
2009-07-18 Matthew DillonNFS - Rewrite the RTT code and the request flags ...
2009-07-17 Matthew DillonNFS - Fix unmounting blockages, fix tick interval,...
2009-07-17 Matthew DillonNFS - implement async state machine for nfs_readrpc_bio()
2009-07-17 Matthew DillonNFS - refactor nfs_request() and add state machine...
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-16 Matthew DillonNFS - Use mutex API, begin refactoring the state machine.
2009-07-15 Matthew DillonNFS - Make the NFS read-ahead defaults ...
2008-09-17 Matthew Dillon* Implement the ability to export NULLFS mounts via...
2008-07-14 Matthew DillonNFS performance fixes.
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonRemove VOP_BWRITE(). This function provided a way...
2006-04-24 Matthew DillonB_INVAFTERWRITE is no longer used, remove it.
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...
2006-02-21 Matthew DillonFix a bunch of race cases in the NFS callout timer...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2005-03-27 Matthew DillonDo a better job distributing RPC requests on the NFS...
2005-03-17 Matthew DillonClean up a number of caching edge cases in NFS, rework...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-09-16 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-03-13 Matthew DillonFix a bunch of NFS races. These races existed in FreeB...
2003-08-20 Robert Garrett__P()!=wanted, remove old style prototypes from the...
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: