| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r313800: | kib | 2017-02-23 | 1 | -2/+7 |
* | MFC r313799: | kib | 2017-02-23 | 1 | -3/+9 |
* | MFC r311522: | kib | 2017-01-13 | 1 | -2/+2 |
* | MFC r309209: | kib | 2016-12-04 | 1 | -0/+2 |
* | MFC r308980: | kib | 2016-11-29 | 2 | -3/+48 |
* | MFC r308973: | kib | 2016-11-29 | 2 | -11/+2 |
* | MFC: r304026 | rmacklem | 2016-10-03 | 6 | -62/+53 |
* | MFC r303710: | kib | 2016-08-10 | 4 | -40/+18 |
* | Clean other flags in ncl_inactive, only. Add comment explaining why other | kib | 2016-06-26 | 1 | -3/+14 |
* | Since VOP_INACTIVE() is not guaranteed to be called, all cleanups | kib | 2016-06-25 | 1 | -24/+33 |
* | Do not access NFS data for reclaimed vnode. | kib | 2016-06-19 | 1 | -4/+8 |
* | nfs_clvfsops: Fix leading whitespace introduced in r299848 | cem | 2016-06-07 | 1 | -30/+30 |
* | nfs_clvfsops: Prevent strdup of stack garbage with bogus mount specs | cem | 2016-06-07 | 1 | -1/+2 |
* | Comment fix: the getsockaddr() is actually meant here. | glebius | 2016-05-18 | 1 | -3/+3 |
* | Make it possible to reroot into NFS. This means one can have | trasz | 2016-05-15 | 1 | -8/+122 |
* | Use vfs_hash_ref(9) to eliminate LK_EXCLOTHER kludge. As a | kib | 2016-05-11 | 2 | -43/+13 |
* | NFS: spelling fixes on comments. | pfg | 2016-04-29 | 6 | -14/+14 |
* | Bruce Evans reported that there was a performance regression between | rmacklem | 2016-04-11 | 1 | -1/+1 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 5 | -9/+9 |
* | Unbreak NOIP builds after r294084. | bz | 2016-01-15 | 1 | -1/+2 |
* | Make nfscl_getmyip() use new routing KPI. | melifaro | 2016-01-15 | 2 | -54/+51 |
* | Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS. | glebius | 2015-12-16 | 1 | -15/+10 |
* | A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES(). | glebius | 2015-12-16 | 1 | -8/+14 |
* | For performance reasons, it is useful to have a single string used as | mckusick | 2015-11-29 | 2 | -3/+4 |
* | Revert r283330 since it broke directory caching in the client. | rmacklem | 2015-11-21 | 1 | -0/+38 |
* | mnt_stat.f_iosize (which is used to set bo_bsize) must be set to | rmacklem | 2015-11-17 | 1 | -1/+3 |
* | nfsclient: Protest loudly when GETATTR responses are invalid | cem | 2015-08-05 | 1 | -5/+80 |
* | If a "principal" argument isn't provided for a Kerberized NFS mount, | rmacklem | 2015-07-03 | 1 | -2/+6 |
* | Alex Burlyga reported a POLA violation for the new NFS client as | rmacklem | 2015-07-03 | 1 | -3/+20 |
* | o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async(). | glebius | 2015-06-17 | 1 | -6/+0 |
* | The NFS client generated directory block(s) with d_fileno == 0 | rmacklem | 2015-05-23 | 1 | -38/+0 |
* | The NFS client wasn't handling getdirentries(2) requests for sizes | rmacklem | 2015-05-21 | 1 | -1/+15 |
* | Do not promote large async writes to sync. | mav | 2015-05-14 | 1 | -34/+15 |
* | MAXBSIZE defines both the largest UFS block size and the | rmacklem | 2015-04-25 | 1 | -4/+4 |
* | Prevent a double free. | pfg | 2015-04-20 | 1 | -1/+3 |
* | nfsrpc_createv4: fix double free. | pfg | 2015-04-19 | 1 | -1/+3 |
* | Change wcommitsize default from one empirical value to another. | mav | 2015-04-19 | 1 | -4/+7 |
* | Replace "new NFS" with just "NFS" in some sysctl description strings. | trasz | 2015-04-19 | 1 | -2/+2 |
* | File systems that do not use the buffer cache (such as ZFS) must | rmacklem | 2015-04-15 | 1 | -1/+2 |
* | o Enhance vm_pager_free_nonreq() function: | glebius | 2015-03-17 | 1 | -2/+4 |
* | r245508 modified the NFS client's Setattr RPC to | rmacklem | 2014-12-28 | 1 | -1/+8 |
* | Delete some duplicate code that was harmless because | rmacklem | 2014-12-25 | 1 | -14/+0 |
* | Fix kernel builds with "options NFS_DEBUG" that | rmacklem | 2014-12-23 | 2 | -0/+23 |
* | Remove the old NFS client and server from head, | rmacklem | 2014-12-23 | 3 | -5/+5 |
* | The VOP_LOOKUP() implementations for CREATE op do not put the name | kib | 2014-12-18 | 1 | -2/+1 |
* | Fix handling of "conn" mount_nfs(8) option. | trasz | 2014-10-30 | 1 | -1/+1 |
* | Add support for "timeo", "actimeo", "noac", and "proto" options | trasz | 2014-10-30 | 1 | -6/+34 |
* | Clip the settings for the NFS rsize, wsize mount options | rmacklem | 2014-10-22 | 1 | -6/+16 |
* | Revert r273481 so it can be recoded using fls(), which | rmacklem | 2014-10-22 | 1 | -27/+9 |
* | Clip the settings for the NFS rsize, wsize mount options | rmacklem | 2014-10-22 | 1 | -9/+27 |