aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* MFC 230547:John Baldwin2012-08-172-2/+12
* MFC 194358,230394,230441,230489,230552,232116,232420:John Baldwin2012-07-305-93/+123
* MFC: r227690Rick Macklem2012-01-041-0/+6
* MFC: r224604Rick Macklem2011-11-162-2/+21
* MFC r222541, r222464, r222466Sean Bruno2011-07-131-1/+10
* MFC r203072 (by rmacklem, to be reverted by MFC of r214026):Konstantin Belousov2010-11-086-48/+81
* MFC 212293:John Baldwin2010-09-202-13/+18
* MFC: Use VN_LOCK_* macros to manipulate vnode lock flags.John Baldwin2010-09-031-3/+3
* MFC 210136:John Baldwin2010-08-052-14/+1
* MFC 209948:John Baldwin2010-07-261-8/+13
* MFC 209946:John Baldwin2010-07-231-2/+4
* MFC 208603:John Baldwin2010-06-101-3/+19
* Change the current working directory to be inside the jail created byColin Percival2010-05-271-0/+5
* MFC: 202767,202774John Baldwin2010-05-044-4/+18
* MFC 198174:John Baldwin2009-10-231-6/+32
* MFC: Add caching of -ve lookups to the NFS client. To prevent clients fromJohn Baldwin2009-05-153-15/+61
* Reimplement r189287 for -stable:Alexander Kabaev2009-04-121-1/+1
* MFC 183005, 187812:Craig Rodrigues2009-03-231-23/+264
* MFC: Add a new vfs.nfs.prime_access_cache sysctl to determine whether orJohn Baldwin2009-03-201-1/+6
* MFC: Don't clear the attribute cache of a file when it is closed.John Baldwin2009-02-261-7/+0
* MFC r183211:Konstantin Belousov2009-01-211-3/+23
* MFC: Close several races with using shared vnode locks for pathname lookupsJohn Baldwin2009-01-201-1/+4
* MFC: r180025,180064,180069,180217,180743,180779-180780Doug Rabson2008-08-056-6/+36
* MFC r178243:Konstantin Belousov2008-08-013-28/+41
* MFC an ABI compatible implementation of Multiple routing tables.Julian Elischer2008-07-242-2/+4
* Merge r177253, r177255 from head to stable/7:Robert Watson2008-07-221-1/+1
* MFC: Kernel mode Network Lock Manager.Doug Rabson2008-04-102-0/+24
* MFC: Consolidate the code to generate a new XID for a NFS request.John Baldwin2008-03-053-22/+25
* MFC: Force consistent use of the mountpoint's credentials when connectingJohn Baldwin2008-01-171-1/+22
* Merge nfs_vnops.c:1.277 from HEAD to RELENG_7:Robert Watson2007-11-271-25/+4
* MFC: Add a -z flag to nfsstat which zeros the NFS statistics afterJohn Baldwin2007-10-261-1/+1
* MFC:Mohan Srinivasan2007-10-124-75/+131
* Fix for a very rare race, caused by the nfsiod wakeup and nfsiod idleMohan Srinivasan2007-09-252-3/+20
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-064-50/+14
* Fix for a race where out of order loading of NFS attrs into theJohn Baldwin2007-07-031-1/+17
* Fix up NFS client write error handling. Errors are split intoJohn Baldwin2007-07-031-0/+15
* Do proper "locking" for missing vmmeters part.Attilio Rao2007-06-041-4/+4
* - Move rusage from being per-process in struct pstats to per-thread inJeff Roberson2007-06-011-1/+1
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-311-4/+4
* In nfs_down(), if rep can be NULL, which we test for, then we shouldRobert Watson2007-05-181-3/+4
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-181-4/+4
* Various fixes to the NFS Directio support.John Baldwin2007-04-252-6/+11
* Attempt to rationalize NFS privileges:Robert Watson2007-04-211-11/+5
* Don't destroy a mutex just before we use it, instead,Xin LI2007-03-231-1/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-0/+11
* Back out a chance to nfs_timer() that inadvertantly crept in the last checkin :(Mohan Srinivasan2007-03-091-1/+1
* Over NFS, an open() call could result in multiple over-the-wireMohan Srinivasan2007-03-094-2/+31
* Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin2007-02-271-1/+1
* Backing out an earlier change. It seems harmless for NFS to miss the "forceMohan Srinivasan2007-02-161-6/+0
* Add missing MNT_ILOCK around some mnt_kern_flag accesses.Mohan Srinivasan2007-02-111-0/+6