kernel - Attempt to fix lost rpc issue with NFS timeout/retry
[dragonfly.git] / sys / vfs / nfs / nfs_socket.c
2010-11-02 Matthew Dillonkernel - Attempt to fix lost rpc issue with NFS timeout...
2010-10-18 Matthew Dillonkernel - Fix NFS client & server bugs
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-16 Matthew Dillonkernel - Fix NFS panic
2010-09-10 Matthew Dillonnetwork - Tokenize NFS, fix MP races
2010-09-10 Matthew Dillonnetwork - MP socket free & abort interactions, so_state
2010-09-09 Matthew Dillonkernel - Add nfs rpc packet sanity check
2010-09-06 Matthew Dillonkernel - Fix numerous MP issues with sockbuf's and...
2010-08-18 Matthew Dillonkernel - Fix excessive mbuf use in nfs_realign()
2010-04-15 Alex Hornungprint_backtrace - Take parameter count
2010-01-31 Matthew Dillonkernel - NFS - Document an issue with nfs_realign()
2009-10-10 Matthew DillonNFS - Fix numerous issues with NFS root mounts, primari...
2009-08-28 Matthew DillonNFS - Fix remaining VM/BIO issues
2009-08-25 Matthew DillonAMD64 - Fix format conversions and other warnings.
2009-08-23 Nicolas Therynfs: init real/saved uid/gid in server-side credentials
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-08-17 Matthew DillonNFS - Fix socket race against nfs_timer.
2009-08-10 Matthew DillonNFS - Cleanly unmount NFS on halt/shutdown/reboot
2009-07-18 Matthew DillonNFS - Implement async write BIO, greatly increase sockb...
2009-07-18 Matthew DillonNFS - Fix panic on umount/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-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 - 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...
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...
2007-04-20 Matthew DillonClean up the so_pru_soreceive() API a bit to make it...
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-21 Simon Schubert1:1 Userland threading stage 2.20/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-09 Matthew DillonAttempt to fix a vnode<->namecache deadlock in NFS...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-04-25 Matthew DillonGet rid of the weird FSMID update path in the vnode...
2006-03-27 Matthew DillonRemove NQNFS support. The mechanisms are too crude...
2006-03-01 David RhodusMerge in security fix from FreeBSD.
2006-02-21 Matthew DillonFix a bunch of race cases in the NFS callout timer...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
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-03-31 Matthew DillonMove the setting of sopt->sopt_dir down into the lower...
2005-03-27 Matthew DillonDo a better job distributing RPC requests on the NFS...
2005-03-24 Matthew DillonFix a server-side TCP NFS mount stream sequencing probl...
2005-03-24 Matthew DillonHave the server complain if the NFS rpc stream from...
2004-11-18 Matthew DillonCleanup some dangling issues with cache_inval(). A...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-09-17 Matthew DillonAdd a missing free to a failure case (non critical).
2004-09-16 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-08-02 Joerg SonnenbergerChange (almost) all references to tqh_first and tqe_nex...
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-04-07 Matthew DillonProtect nfs socket locks with a critical section. ...
2004-03-13 Matthew DillonFix a bunch of NFS races. These races existed in FreeB...
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-04 Jeffrey HsuIntroduce access methods for making protocol requests.
2004-02-10 Matthew DillonConvert mbuf M_ flags into malloc M_ flags when calling...
2003-09-03 Hiten PandyaCheck when M_PREPEND returns an empty mbuf.
2003-08-30 Matthew Dillonreq->r_td can be NULL, remove KKASSERT() and fix check.
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-07-01 Matthew DillonFor the moment uio_td may sometimes be NULL -> nfsm_req...
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: