summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* MFC of 291244, 291380, 291459, 291460, 291671, and 291743:mckusick2015-12-302-3/+4
* MFC: r291117rmacklem2015-12-051-0/+38
* MFC: r290970rmacklem2015-12-011-1/+3
* MFC: r285113rmacklem2015-07-311-2/+6
* MFC: r285066rmacklem2015-07-271-3/+20
* MFC: r283330rmacklem2015-06-061-38/+0
* MFC: r283273rmacklem2015-06-041-1/+15
* MFC r282881: Do not promote large async writes to sync.mav2015-05-241-34/+15
* MFC: r281960rmacklem2015-05-141-4/+4
* MFC r281738:mav2015-05-031-4/+7
* MFC: r281562rmacklem2015-04-301-1/+2
* MFC r281756:pfg2015-04-241-1/+3
* MFC: r276347rmacklem2015-04-101-1/+8
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r275897:kib2015-01-011-2/+1
* MFC: r276221rmacklem2014-12-311-14/+0
* MFC r273852:trasz2014-11-291-1/+1
* MFC r273849:trasz2014-11-291-6/+34
* MFC: r273486rmacklem2014-11-051-6/+16
* MFC: r268115rmacklem2014-08-011-1/+1
* MFC r268764:kib2014-07-301-4/+0
* MFC: r268008rmacklem2014-07-131-17/+17
* MFC: r264842rmacklem2014-05-071-2/+5
* MFC: r264738rmacklem2014-05-061-1/+3
* MFC: r264705, r264749rmacklem2014-05-062-1/+17
* MFC: r264681rmacklem2014-05-062-5/+17
* MFC: r264672rmacklem2014-05-062-27/+43
* 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
OpenPOWER on IntegriCloud