summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* MFC r313800:kib2017-02-231-2/+7
* MFC r313799:kib2017-02-231-3/+9
* MFC r311522:kib2017-01-131-2/+2
* MFC r309209:kib2016-12-041-0/+2
* MFC r308980:kib2016-11-292-3/+48
* MFC r308973:kib2016-11-292-11/+2
* MFC: r304026rmacklem2016-10-036-62/+53
* MFC r303710:kib2016-08-104-40/+18
* Clean other flags in ncl_inactive, only. Add comment explaining why otherkib2016-06-261-3/+14
* Since VOP_INACTIVE() is not guaranteed to be called, all cleanupskib2016-06-251-24/+33
* Do not access NFS data for reclaimed vnode.kib2016-06-191-4/+8
* nfs_clvfsops: Fix leading whitespace introduced in r299848cem2016-06-071-30/+30
* nfs_clvfsops: Prevent strdup of stack garbage with bogus mount specscem2016-06-071-1/+2
* Comment fix: the getsockaddr() is actually meant here.glebius2016-05-181-3/+3
* Make it possible to reroot into NFS. This means one can havetrasz2016-05-151-8/+122
* Use vfs_hash_ref(9) to eliminate LK_EXCLOTHER kludge. As akib2016-05-112-43/+13
* NFS: spelling fixes on comments.pfg2016-04-296-14/+14
* Bruce Evans reported that there was a performance regression betweenrmacklem2016-04-111-1/+1
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-105-9/+9
* Unbreak NOIP builds after r294084.bz2016-01-151-1/+2
* Make nfscl_getmyip() use new routing KPI.melifaro2016-01-152-54/+51
* Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.glebius2015-12-161-15/+10
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-161-8/+14
* For performance reasons, it is useful to have a single string used asmckusick2015-11-292-3/+4
* Revert r283330 since it broke directory caching in the client.rmacklem2015-11-211-0/+38
* mnt_stat.f_iosize (which is used to set bo_bsize) must be set tormacklem2015-11-171-1/+3
* nfsclient: Protest loudly when GETATTR responses are invalidcem2015-08-051-5/+80
* If a "principal" argument isn't provided for a Kerberized NFS mount,rmacklem2015-07-031-2/+6
* Alex Burlyga reported a POLA violation for the new NFS client asrmacklem2015-07-031-3/+20
* o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async().glebius2015-06-171-6/+0
* 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
OpenPOWER on IntegriCloud