| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify the NFSv4 client's Pathconf RPC (actually a Getattr Op.) | rmacklem | 2014-04-23 | 1 | -2/+5 |
* | Fixes mkdir for the NFSv2 client that was broken by r264705. | rmacklem | 2014-04-22 | 1 | -1/+1 |
* | For an NFSv4 mount with the "nocto" option, don't get the | rmacklem | 2014-04-21 | 1 | -1/+3 |
* | Modify the NFSv4 client create/mkdir RPC so that it acquires | rmacklem | 2014-04-20 | 2 | -1/+17 |
* | Modify the NFSv4 client open/create RPC so that it acquires | rmacklem | 2014-04-19 | 2 | -5/+17 |
* | Modify the Lookup RPC for NFSv4 so that it acquires directory | rmacklem | 2014-04-18 | 2 | -27/+43 |
* | Update kernel inclusions of capability.h to use capsicum.h instead; some | rwatson | 2014-03-16 | 1 | -1/+1 |
* | The NFSv4 client was passing both the p and cred arguments to | rmacklem | 2013-12-24 | 1 | -1/+1 |
* | The NFSv4.1 client didn't return NFSv4.1 specific error codes | rmacklem | 2013-12-23 | 1 | -6/+11 |
* | For software builds, the NFS client does many small | rmacklem | 2013-12-07 | 4 | -11/+42 |
* | - Nuke a second copy of nfscl_attrcache extern declarations from under | pluknet | 2013-11-26 | 1 | -12/+5 |
* | Fix build, attempt two. | glebius | 2013-11-26 | 1 | -3/+10 |
* | Fix build. | glebius | 2013-11-26 | 1 | -15/+0 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 5 | -8/+0 |
* | Fix an NFSv4.1 client specific case where a forced dismount would hang. | rmacklem | 2013-11-09 | 1 | -2/+3 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -4/+5 |
* | Crashes have been observed for NFSv4.1 mounts when the system | rmacklem | 2013-09-04 | 1 | -11/+9 |
* | Forced dismounts of NFS mounts can fail when thread(s) are stuck | rmacklem | 2013-09-01 | 1 | -0/+15 |
* | Add support for host-based (Kerberos 5 service principal) initiator | rmacklem | 2013-07-09 | 1 | -1/+4 |
* | A problem with the old NFS client where large writes to large files | rmacklem | 2013-07-03 | 1 | -2/+13 |
* | Fix r252074 so that it builds on 64bit arches. | rmacklem | 2013-06-22 | 1 | -3/+1 |
* | The NFSv4.1 LayoutCommit operation requires a valid offset and length. | rmacklem | 2013-06-21 | 1 | -8/+20 |
* | When the NFSv4.1 client is writing to a pNFS Data Server (DS), the | rmacklem | 2013-06-21 | 2 | -4/+25 |
* | Since some NFSv4 servers enforce the requirement for a reserved port#, | rmacklem | 2013-06-21 | 1 | -6/+0 |
* | - Convert the bufobj lock to rwlock. | jeff | 2013-05-31 | 1 | -1/+1 |
* | Post-r248567, there were times when the client would return a | rmacklem | 2013-05-28 | 1 | -4/+2 |
* | Add support for the eofflag to nfs_readdir() in the new NFS | rmacklem | 2013-05-12 | 1 | -1/+8 |
* | When an NFS unmount occurs, once vflush() writes the last dirty | rmacklem | 2013-04-18 | 2 | -1/+20 |
* | Both NFS clients can deadlock when using the "rdirplus" mount | rmacklem | 2013-04-18 | 1 | -2/+10 |
* | Revamp the old NFS server's File Handle Affinity (FHA) code so that | ken | 2013-04-17 | 1 | -1/+1 |
* | Strip the unnneeded spaces, mostly at the end of lines. | kib | 2013-04-01 | 1 | -46/+46 |
* | Initialize the variable to avoid (false) compiler warning about | kib | 2013-03-21 | 1 | -0/+1 |
* | Do not call vnode_pager_setsize() while a NFS node mutex is | kib | 2013-03-21 | 1 | -1/+9 |
* | Fix remainder calculation when biosize is not a power of 2 | emaste | 2013-03-19 | 1 | -3/+3 |
* | Revert 195703 and 195821 as this special stop handling in NFS is now | jhb | 2013-03-13 | 2 | -7/+7 |
* | MFC | attilio | 2013-03-02 | 1 | -1/+1 |
|\ |
|
| * | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -1/+1 |
| * | Further refine the handling of stop signals in the NFS client. The | jhb | 2013-02-21 | 1 | -1/+1 |
* | | MFC | attilio | 2013-02-21 | 1 | -1/+1 |
* | | MFC | attilio | 2013-02-21 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | The request queue is already locked, so we don't need the splsofclock/splx | imp | 2013-02-21 | 1 | -3/+1 |
* | | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 3 | -13/+13 |
* | | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
|/ |
|
* | Be conservative and do not try to consume more bytes than was | kib | 2013-01-27 | 1 | -1/+1 |
* | Further cleanups to use of timestamps in NFS: | jhb | 2013-01-25 | 1 | -5/+5 |
* | Use vfs_timestamp() to set file timestamps rather than invoking | jhb | 2013-01-18 | 1 | -3/+3 |
* | Remove a no-longer-used variable after the previous change to use | jhb | 2013-01-17 | 1 | -2/+0 |
* | Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes() | jhb | 2013-01-16 | 1 | -2/+2 |
* | Add "nfsstat -m" support for the two new NFS mount options | rmacklem | 2012-12-09 | 1 | -0/+6 |
* | Move the NFSv4.1 client patches over from projects/nfsv4.1-client | rmacklem | 2012-12-08 | 11 | -268/+3055 |