summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Remove hacks from the NFSv2/3 client intended to handle a lack of arwatson2007-11-191-25/+4
* Add the following mount options to the nfs_opts array:rodrigc2007-10-271-1/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-3/+3
* Add a -z flag to nfsstat which zeros the NFS statistics after displayingjhb2007-10-181-1/+1
* Get rid of qaddr_t.alfred2007-10-161-1/+1
* NFS MP scaling changes.mohans2007-10-124-75/+131
* Fix for a very rare race, caused by the nfsiod wakeup and nfsiod idlemohans2007-09-252-3/+20
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-064-50/+14
* Fix for a race where out of order loading of NFS attrs into thejhb2007-07-031-1/+17
* Fix up NFS client write error handling. Errors are split intojhb2007-07-031-0/+15
* Do proper "locking" for missing vmmeters part.attilio2007-06-041-4/+4
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-1/+1
* Revert VMCNT_* operations introduction.attilio2007-05-311-4/+4
* In nfs_down(), if rep can be NULL, which we test for, then we shouldrwatson2007-05-181-3/+4
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-4/+4
* Various fixes to the NFS Directio support.jhb2007-04-252-6/+11
* Attempt to rationalize NFS privileges:rwatson2007-04-211-11/+5
* Don't destroy a mutex just before we use it, instead,delphij2007-03-231-1/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+11
* Back out a chance to nfs_timer() that inadvertantly crept in the last checkin :(mohans2007-03-091-1/+1
* Over NFS, an open() call could result in multiple over-the-wiremohans2007-03-094-2/+31
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-1/+1
* Backing out an earlier change. It seems harmless for NFS to miss the "forcemohans2007-02-161-6/+0
* Add missing MNT_ILOCK around some mnt_kern_flag accesses.mohans2007-02-111-0/+6
* Fix for a vnode lock leak in nfs_create() in the event of an error.mohans2007-01-311-0/+2
* Instead of always hard-coding the socket type for the nfs root mount askris2007-01-301-1/+1
* Unstaticize nfs_iosize() in nfsclient and use it in nfs4client insteadbde2007-01-252-7/+7
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-231-0/+1
* NetApp filers return corrupt post op attrs in the wcc on NFS error responses.mohans2006-12-111-1/+8
* consolidate parsing of nfs root mount options in one placesam2006-12-064-51/+77
* In nfs_nget(), we must initialize the fh in the nfsnode before inserting themohans2006-11-291-6/+6
* bde@ pointed out that tprintf() acquires Giant so callers of tprintf() don'tmohans2006-11-271-6/+4
* Fix for a bug caused by a race when 2 threads lookup the samemohans2006-11-271-1/+7
* 1) Fix up locking in nfs_up() and nfs_down.mohans2006-11-202-31/+40
* vfs_hash_insert() vputs() the losing vnode before returning, in the event ofmohans2006-11-161-2/+1
* Fix to readdir+ reply handling. When inserting an entry into the namecache,mohans2006-11-161-0/+2
* honor nolockd flag in root mount optionssam2006-11-071-0/+2
* Make EWOULDBLOCK a recoverable error so that the request is retransmitted.mohans2006-10-311-2/+2
* Fixed some style bugs (especially ones involving long lines and usebde2006-10-171-17/+19
* Don't do null Setattr RPCs for VA_MARK_ATIME. When we added thebde2006-10-141-2/+2
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-0/+1
* Add mnt_noasync counter to better handle interleaved calls to nmount(),tegge2006-09-261-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-3/+13
* Fixes up the handling of shared vnode lock lookups in the NFS client,mohans2006-09-135-14/+14
* Fix for a deadlock triggered by a 'umount -f' causing a NFS request to nevermohans2006-08-291-2/+14
* Fix typos in comment.thomas2006-08-161-1/+1
* Introduce a field to struct vm_page for storing flags that arealc2006-08-091-1/+1
* Add a new kernel environment variable "boot.netif.mtu" which is used tobrooks2006-08-091-0/+10
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),rwatson2006-07-241-11/+6
* Signals may be delivered to process as well as to the thread. Check thekib2006-07-081-1/+3
OpenPOWER on IntegriCloud