summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* The NFS client generated directory block(s) with d_fileno == 0rmacklem2015-05-231-38/+0
* The NFS client wasn't handling getdirentries(2) requests for sizesrmacklem2015-05-211-1/+15
* Do not promote large async writes to sync.mav2015-05-141-34/+15
* MAXBSIZE defines both the largest UFS block size and thermacklem2015-04-251-4/+4
* Prevent a double free.pfg2015-04-201-1/+3
* nfsrpc_createv4: fix double free.pfg2015-04-191-1/+3
* Change wcommitsize default from one empirical value to another.mav2015-04-191-4/+7
* Replace "new NFS" with just "NFS" in some sysctl description strings.trasz2015-04-191-2/+2
* File systems that do not use the buffer cache (such as ZFS) mustrmacklem2015-04-151-1/+2
* o Enhance vm_pager_free_nonreq() function:glebius2015-03-171-2/+4
* r245508 modified the NFS client's Setattr RPC tormacklem2014-12-281-1/+8
* Delete some duplicate code that was harmless becausermacklem2014-12-251-14/+0
* Fix kernel builds with "options NFS_DEBUG" thatrmacklem2014-12-232-0/+23
* Remove the old NFS client and server from head,rmacklem2014-12-233-5/+5
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-181-2/+1
* Fix handling of "conn" mount_nfs(8) option.trasz2014-10-301-1/+1
* Add support for "timeo", "actimeo", "noac", and "proto" optionstrasz2014-10-301-6/+34
* Clip the settings for the NFS rsize, wsize mount optionsrmacklem2014-10-221-6/+16
* Revert r273481 so it can be recoded using fls(), whichrmacklem2014-10-221-27/+9
* Clip the settings for the NFS rsize, wsize mount optionsrmacklem2014-10-221-9/+27
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* Avoid an exclusive acquisition of the object lock on the expected executionalc2014-09-141-20/+9
* Check for the cross-device cross-link attempt in the VFS, instead ofkib2014-07-161-4/+0
* Merge the NFSv4.1 server code in projects/nfsv4.1-server overrmacklem2014-07-011-1/+1
* There might be a potential race condition for the NFSv4 clientrmacklem2014-06-281-17/+17
* Modify the NFSv4 client's Pathconf RPC (actually a Getattr Op.)rmacklem2014-04-231-2/+5
* Fixes mkdir for the NFSv2 client that was broken by r264705.rmacklem2014-04-221-1/+1
* For an NFSv4 mount with the "nocto" option, don't get thermacklem2014-04-211-1/+3
* Modify the NFSv4 client create/mkdir RPC so that it acquiresrmacklem2014-04-202-1/+17
* Modify the NFSv4 client open/create RPC so that it acquiresrmacklem2014-04-192-5/+17
* Modify the Lookup RPC for NFSv4 so that it acquires directoryrmacklem2014-04-182-27/+43
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* The NFSv4 client was passing both the p and cred arguments tormacklem2013-12-241-1/+1
* The NFSv4.1 client didn't return NFSv4.1 specific error codesrmacklem2013-12-231-6/+11
* For software builds, the NFS client does many smallrmacklem2013-12-074-11/+42
* - Nuke a second copy of nfscl_attrcache extern declarations from underpluknet2013-11-261-12/+5
* Fix build, attempt two.glebius2013-11-261-3/+10
* Fix build.glebius2013-11-261-15/+0
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-255-8/+0
* Fix an NFSv4.1 client specific case where a forced dismount would hang.rmacklem2013-11-091-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
OpenPOWER on IntegriCloud