| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS. | Gleb Smirnoff | 2015-12-16 | 1 | -15/+10 |
* | A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES(). | Gleb Smirnoff | 2015-12-16 | 1 | -8/+14 |
* | For performance reasons, it is useful to have a single string used as | Kirk McKusick | 2015-11-29 | 2 | -3/+4 |
* | Revert r283330 since it broke directory caching in the client. | Rick Macklem | 2015-11-21 | 1 | -0/+38 |
* | mnt_stat.f_iosize (which is used to set bo_bsize) must be set to | Rick Macklem | 2015-11-17 | 1 | -1/+3 |
* | nfsclient: Protest loudly when GETATTR responses are invalid | Conrad Meyer | 2015-08-05 | 1 | -5/+80 |
* | If a "principal" argument isn't provided for a Kerberized NFS mount, | Rick Macklem | 2015-07-03 | 1 | -2/+6 |
* | Alex Burlyga reported a POLA violation for the new NFS client as | Rick Macklem | 2015-07-03 | 1 | -3/+20 |
* | o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async(). | Gleb Smirnoff | 2015-06-17 | 1 | -6/+0 |
* | The NFS client generated directory block(s) with d_fileno == 0 | Rick Macklem | 2015-05-23 | 1 | -38/+0 |
* | The NFS client wasn't handling getdirentries(2) requests for sizes | Rick Macklem | 2015-05-21 | 1 | -1/+15 |
* | Do not promote large async writes to sync. | Alexander Motin | 2015-05-14 | 1 | -34/+15 |
* | MAXBSIZE defines both the largest UFS block size and the | Rick Macklem | 2015-04-25 | 1 | -4/+4 |
* | Prevent a double free. | Pedro F. Giffuni | 2015-04-20 | 1 | -1/+3 |
* | nfsrpc_createv4: fix double free. | Pedro F. Giffuni | 2015-04-19 | 1 | -1/+3 |
* | Change wcommitsize default from one empirical value to another. | Alexander Motin | 2015-04-19 | 1 | -4/+7 |
* | Replace "new NFS" with just "NFS" in some sysctl description strings. | Edward Tomasz Napierala | 2015-04-19 | 1 | -2/+2 |
* | File systems that do not use the buffer cache (such as ZFS) must | Rick Macklem | 2015-04-15 | 1 | -1/+2 |
* | o Enhance vm_pager_free_nonreq() function: | Gleb Smirnoff | 2015-03-17 | 1 | -2/+4 |
* | r245508 modified the NFS client's Setattr RPC to | Rick Macklem | 2014-12-28 | 1 | -1/+8 |
* | Delete some duplicate code that was harmless because | Rick Macklem | 2014-12-25 | 1 | -14/+0 |
* | Fix kernel builds with "options NFS_DEBUG" that | Rick Macklem | 2014-12-23 | 2 | -0/+23 |
* | Remove the old NFS client and server from head, | Rick Macklem | 2014-12-23 | 3 | -5/+5 |
* | The VOP_LOOKUP() implementations for CREATE op do not put the name | Konstantin Belousov | 2014-12-18 | 1 | -2/+1 |
* | Fix handling of "conn" mount_nfs(8) option. | Edward Tomasz Napierala | 2014-10-30 | 1 | -1/+1 |
* | Add support for "timeo", "actimeo", "noac", and "proto" options | Edward Tomasz Napierala | 2014-10-30 | 1 | -6/+34 |
* | Clip the settings for the NFS rsize, wsize mount options | Rick Macklem | 2014-10-22 | 1 | -6/+16 |
* | Revert r273481 so it can be recoded using fls(), which | Rick Macklem | 2014-10-22 | 1 | -27/+9 |
* | Clip the settings for the NFS rsize, wsize mount options | Rick Macklem | 2014-10-22 | 1 | -9/+27 |
* | Follow up to r225617. In order to maximize the re-usability of kernel code | Davide Italiano | 2014-10-16 | 1 | -1/+1 |
* | Avoid an exclusive acquisition of the object lock on the expected execution | Alan Cox | 2014-09-14 | 1 | -20/+9 |
* | Check for the cross-device cross-link attempt in the VFS, instead of | Konstantin Belousov | 2014-07-16 | 1 | -4/+0 |
* | Merge the NFSv4.1 server code in projects/nfsv4.1-server over | Rick Macklem | 2014-07-01 | 1 | -1/+1 |
* | There might be a potential race condition for the NFSv4 client | Rick Macklem | 2014-06-28 | 1 | -17/+17 |
* | Modify the NFSv4 client's Pathconf RPC (actually a Getattr Op.) | Rick Macklem | 2014-04-23 | 1 | -2/+5 |
* | Fixes mkdir for the NFSv2 client that was broken by r264705. | Rick Macklem | 2014-04-22 | 1 | -1/+1 |
* | For an NFSv4 mount with the "nocto" option, don't get the | Rick Macklem | 2014-04-21 | 1 | -1/+3 |
* | Modify the NFSv4 client create/mkdir RPC so that it acquires | Rick Macklem | 2014-04-20 | 2 | -1/+17 |
* | Modify the NFSv4 client open/create RPC so that it acquires | Rick Macklem | 2014-04-19 | 2 | -5/+17 |
* | Modify the Lookup RPC for NFSv4 so that it acquires directory | Rick Macklem | 2014-04-18 | 2 | -27/+43 |
* | Update kernel inclusions of capability.h to use capsicum.h instead; some | Robert Watson | 2014-03-16 | 1 | -1/+1 |
* | The NFSv4 client was passing both the p and cred arguments to | Rick Macklem | 2013-12-24 | 1 | -1/+1 |
* | The NFSv4.1 client didn't return NFSv4.1 specific error codes | Rick Macklem | 2013-12-23 | 1 | -6/+11 |
* | For software builds, the NFS client does many small | Rick Macklem | 2013-12-07 | 4 | -11/+42 |
* | - Nuke a second copy of nfscl_attrcache extern declarations from under | Sergey Kandaurov | 2013-11-26 | 1 | -12/+5 |
* | Fix build, attempt two. | Gleb Smirnoff | 2013-11-26 | 1 | -3/+10 |
* | Fix build. | Gleb Smirnoff | 2013-11-26 | 1 | -15/+0 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 5 | -8/+0 |
* | Fix an NFSv4.1 client specific case where a forced dismount would hang. | Rick Macklem | 2013-11-09 | 1 | -2/+3 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 1 | -4/+5 |