summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* MFC: r259801rmacklem2013-12-311-1/+1
* MFC: r259771rmacklem2013-12-301-6/+11
* MFC: r259084rmacklem2013-12-304-11/+42
* MFC: r257901rmacklem2013-12-111-2/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-4/+5
* Crashes have been observed for NFSv4.1 mounts when the systemrmacklem2013-09-041-11/+9
* Forced dismounts of NFS mounts can fail when thread(s) are stuckrmacklem2013-09-011-0/+15
* Add support for host-based (Kerberos 5 service principal) initiatorrmacklem2013-07-091-1/+4
* A problem with the old NFS client where large writes to large filesrmacklem2013-07-031-2/+13
* Fix r252074 so that it builds on 64bit arches.rmacklem2013-06-221-3/+1
* The NFSv4.1 LayoutCommit operation requires a valid offset and length.rmacklem2013-06-211-8/+20
* When the NFSv4.1 client is writing to a pNFS Data Server (DS), thermacklem2013-06-212-4/+25
* Since some NFSv4 servers enforce the requirement for a reserved port#,rmacklem2013-06-211-6/+0
* - Convert the bufobj lock to rwlock.jeff2013-05-311-1/+1
* Post-r248567, there were times when the client would return armacklem2013-05-281-4/+2
* Add support for the eofflag to nfs_readdir() in the new NFSrmacklem2013-05-121-1/+8
* When an NFS unmount occurs, once vflush() writes the last dirtyrmacklem2013-04-182-1/+20
* Both NFS clients can deadlock when using the "rdirplus" mountrmacklem2013-04-181-2/+10
* Revamp the old NFS server's File Handle Affinity (FHA) code so thatken2013-04-171-1/+1
* Strip the unnneeded spaces, mostly at the end of lines.kib2013-04-011-46/+46
* Initialize the variable to avoid (false) compiler warning aboutkib2013-03-211-0/+1
* Do not call vnode_pager_setsize() while a NFS node mutex iskib2013-03-211-1/+9
* Fix remainder calculation when biosize is not a power of 2emaste2013-03-191-3/+3
* Revert 195703 and 195821 as this special stop handling in NFS is nowjhb2013-03-132-7/+7
* MFCattilio2013-03-021-1/+1
|\
| * Merge Capsicum overhaul:pjd2013-03-021-1/+1
| * Further refine the handling of stop signals in the NFS client. Thejhb2013-02-211-1/+1
* | MFCattilio2013-02-211-1/+1
* | MFCattilio2013-02-211-3/+1
|\ \ | |/
| * The request queue is already locked, so we don't need the splsofclock/splximp2013-02-211-3/+1
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-203-13/+13
* | Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
|/
* Be conservative and do not try to consume more bytes than waskib2013-01-271-1/+1
* Further cleanups to use of timestamps in NFS:jhb2013-01-251-5/+5
* Use vfs_timestamp() to set file timestamps rather than invokingjhb2013-01-181-3/+3
* Remove a no-longer-used variable after the previous change to usejhb2013-01-171-2/+0
* Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()jhb2013-01-161-2/+2
* Add "nfsstat -m" support for the two new NFS mount optionsrmacklem2012-12-091-0/+6
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-0811-268/+3055
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Add an nfssvc() option to the kernel for the new NFS clientrmacklem2012-12-022-0/+127
* r16312 is not any longer real since many years (likely since when VFSattilio2012-11-192-12/+0
* In pget(9), if PGET_NOTWEXIT flag is not specified, also search thekib2012-11-161-25/+0
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-2/+1
* Modify the NFSv4 client so that it can handle ownerrmacklem2012-09-201-3/+3
* Add a simple printf() based debug facility to the new nfs client.rmacklem2012-09-091-1/+2
* Do not leave invalid pages in the object after the short read for akib2012-08-141-4/+8
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-0/+1
* Reduce code duplication and exposure of direct access to structkib2012-08-041-30/+2
* Do not override an error from uiomove() with (non-)error result fromkib2012-07-021-3/+6
OpenPOWER on IntegriCloud