kernel - All lwkt thread now start out mpsafe part 1/2
[dragonfly.git] / sys / vfs / nfs / nfs_vfsops.c
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 1/2
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-10-08 Matthew Dillonkernel - Major performance changes to VM page management.
2009-10-03 Matthew DillonNFS - Fix BIO size panics
2009-08-24 Matthew DillonAdd a flags argument to VOP_FSYNC()
2009-08-14 Matthew DillonNFS - Do not allow rsize/wsize or the socket proto...
2009-08-12 Alex HornungNFS - Implement statvfs to take advantage of 64-bit...
2009-08-10 Matthew DillonNFS - Cleanly unmount NFS on halt/shutdown/reboot
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-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 DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-07-16 Matthew DillonNFS - install nfsmount on nfs_mountq, for timeout handling.
2009-07-16 Matthew DillonNFS - Remove old nfsiod, start adding new kernel thread...
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-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2008-07-31 Sascha WildnerFix 'unused variable' warning in case neither BOOTP...
2008-07-29 Matthew DillonPass the correct string to md_mount() when doing a...
2008-07-14 Matthew DillonNFS performance fixes.
2007-09-04 Matthew DillonForce an over-the-wire transaction when resolving the...
2007-04-12 Sascha WildnerAnsify parameter declarations.
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
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-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
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 DillonRemove the thread_t argument from vfs_busy() and vfs_un...
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-27 Matthew DillonCorrect some minor bugs in the last patch to fix kernel...
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...
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-04 Matthew DillonCleanup the module build and conditionalize a goto...
2005-09-04 Matthew DillonGive the kernel a native NFS mount rpc capability for...
2005-09-03 Matthew DillonRemove old #if 0'd sections of code, add a few comments...
2005-09-03 Matthew DillonAdd a missing crit_exit(), fixing a panic. Attempt...
2005-07-26 Hiten PandyaClean the VFS operations vector and related code:
2005-06-06 David RhodusReplace spl with critical sections.
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-02-02 Joerg SonnenbergerDon't use the statfs field f_mntonname in filesystems...
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-09-30 Matthew DillonVFS messaging/interfacing work stage 7/99. BEGIN DESTA...
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-08 Matthew DillonPeter Edwards brought up an interesting NFS bug which...
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-07 Matthew DillonProtect nfs socket locks with a critical section. ...
2004-03-10 Matthew DillonAllow the nominal NFS io block size to be set with...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-24 Joerg SonnenbergerAdd prototype for bootpc_init
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-10-10 Matthew DillonData reads and writes should not need credentials,...
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-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: