summaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-0121-21/+21
* 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
* Fix for a vnode lock leak in nfs_create() in the event of an error.Mohan Srinivasan2007-01-311-0/+2
* Instead of always hard-coding the socket type for the nfs root mount asKris Kennaway2007-01-301-1/+1
* Unstaticize nfs_iosize() in nfsclient and use it in nfs4client insteadBruce Evans2007-01-252-7/+7
* Cylinder group bitmaps and blocks containing inode for a snapshotKonstantin Belousov2007-01-231-0/+1
* NetApp filers return corrupt post op attrs in the wcc on NFS error responses.Mohan Srinivasan2006-12-111-1/+8
* consolidate parsing of nfs root mount options in one placeSam Leffler2006-12-064-51/+77
* In nfs_nget(), we must initialize the fh in the nfsnode before inserting theMohan Srinivasan2006-11-291-6/+6
* bde@ pointed out that tprintf() acquires Giant so callers of tprintf() don'tMohan Srinivasan2006-11-271-6/+4
* Fix for a bug caused by a race when 2 threads lookup the sameMohan Srinivasan2006-11-271-1/+7
* 1) Fix up locking in nfs_up() and nfs_down.Mohan Srinivasan2006-11-202-31/+40
* vfs_hash_insert() vputs() the losing vnode before returning, in the event ofMohan Srinivasan2006-11-161-2/+1
* Fix to readdir+ reply handling. When inserting an entry into the namecache,Mohan Srinivasan2006-11-161-0/+2
* honor nolockd flag in root mount optionsSam Leffler2006-11-071-0/+2
* Make EWOULDBLOCK a recoverable error so that the request is retransmitted.Mohan Srinivasan2006-10-311-2/+2
* Fixed some style bugs (especially ones involving long lines and useBruce Evans2006-10-171-17/+19