| Commit message (Expand) | Author | Age | Files | Lines |
* | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 4 | -0/+8 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 4 | -4/+4 |
* | Use M_SIZE() instead of hand-crafted (and mostly correct) NFSMSIZ() macro | Robert Watson | 2015-01-07 | 1 | -8/+0 |
* | Remove the old NFS client and server from head, | Rick Macklem | 2014-12-23 | 4 | -5995/+0 |
* | The VOP_LOOKUP() implementations for CREATE op do not put the name | Konstantin Belousov | 2014-12-18 | 1 | -5/+5 |
* | Change NFS readdir() to only ignore cookies preceding the given offset for | Bryan Drewery | 2014-07-01 | 1 | -10/+6 |
* | The PR reported that the old NFS server did not set uio_td == NULL | Rick Macklem | 2014-04-24 | 1 | -0/+1 |
* | Update kernel inclusions of capability.h to use capsicum.h instead; some | Robert Watson | 2014-03-16 | 1 | -1/+1 |
* | Fix RPC server threads file handle affinity to work better with ZFS. | Alexander Motin | 2013-12-23 | 1 | -3/+27 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -1/+2 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 1 | -1/+3 |
* | - Convert the bufobj lock to rwlock. | Jeff Roberson | 2013-05-31 | 1 | -1/+1 |
* | Move the NFS FHA (File Handle Affinity) code from sys/nfsserver to | Kenneth D. Merry | 2013-04-17 | 4 | -670/+2 |
* | Revamp the old NFS server's File Handle Affinity (FHA) code so that | Kenneth D. Merry | 2013-04-17 | 5 | -182/+500 |
* | Switch the vm_object mutex to be a rwlock. This will enable in the | Attilio Rao | 2013-03-09 | 1 | -4/+5 |
* | Merge Capsicum overhaul: | Pawel Jakub Dawidek | 2013-03-02 | 1 | -1/+2 |
* | Use vfs_timestamp() to set file timestamps rather than invoking | John Baldwin | 2013-01-18 | 1 | -2/+2 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 4 | -10/+10 |
* | Remove the support for using non-mpsafe filesystem modules. | Konstantin Belousov | 2012-10-22 | 3 | -212/+30 |
* | Revert previous commit... | Kevin Lo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | Kevin Lo | 2012-10-09 | 1 | -1/+1 |
* | Fix the mis-handling of the VV_TEXT on the nullfs vnodes. | Konstantin Belousov | 2012-09-28 | 1 | -1/+1 |
* | Honor NFSv3 commit call (RFC 1813, Section 3.3.21) where when count is 0, | Xin LI | 2011-12-15 | 1 | -1/+6 |
* | Enhance the sequential access heuristic used to perform readahead in the | John Baldwin | 2011-12-01 | 1 | -60/+69 |
* | Fix the NFS servers so that they can do a Lookup of "..", | Rick Macklem | 2011-09-03 | 1 | -0/+1 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 1 | -1/+2 |
* | Fix the kgssapi so that it can be loaded as a module. Currently | Rick Macklem | 2011-06-19 | 1 | -12/+4 |
* | Add a lock flags argument to the VFS_FHTOVP() file system | Rick Macklem | 2011-05-22 | 1 | -1/+1 |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | Alexander Leidinger | 2011-02-25 | 1 | -0/+2 |
* | Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() are | Alan Cox | 2011-02-05 | 1 | -1/+2 |
* | ZFS might not return monotonically increasing directory offset cookies, | Pawel Jakub Dawidek | 2010-12-28 | 1 | -3/+10 |
* | Use newly added NFSRV_FLAG_BUSY flag for nfsrv_fhtovp() to keep mount point | Pawel Jakub Dawidek | 2010-12-21 | 1 | -10/+15 |
* | - Move pubflag and lockflag handling from nfsrv_fhtovp() to nfs_namei() - | Pawel Jakub Dawidek | 2010-12-21 | 3 | -40/+37 |
* | On error, unbusy file system and jump to the end, so we won't try to unlock | Pawel Jakub Dawidek | 2010-12-21 | 1 | -0/+2 |
* | After r216626 no extra { } are needed with VFS_UNLOCK_GIANT(). | Pawel Jakub Dawidek | 2010-12-21 | 1 | -2/+2 |
* | Reduce lock scope a little. | Pawel Jakub Dawidek | 2010-12-19 | 1 | -2/+2 |
* | VOP_ISLOCKED() should not be used to determine if the vnode is locked. | Konstantin Belousov | 2010-12-15 | 1 | -2/+11 |
* | Fix a bug in r214049. The nvp == vp case shall be handled specially | Konstantin Belousov | 2010-11-05 | 1 | -1/+1 |
* | When readdirplus() is handled on the exported filesystem that does | Konstantin Belousov | 2010-10-19 | 1 | -12/+13 |
* | - When VFS_VGET() is not supported, switch to VOP_LOOKUP(). | Pawel Jakub Dawidek | 2010-08-26 | 1 | -40/+48 |
* | Patch the regular NFS server so that it returns ESTALE to the client | Rick Macklem | 2010-03-26 | 1 | -0/+3 |
* | Factor out the code shared between NFS client and server into its own | Marius Strobl | 2010-02-16 | 1 | -0/+1 |
* | - Move nfs_realign() from the NFS client to the shared NFS code and | Marius Strobl | 2010-02-09 | 3 | -60/+4 |
* | Some style(9) fixes in order to fabricate a commit to denote that | Marius Strobl | 2010-01-09 | 3 | -79/+75 |
* | Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn() | Marius Strobl | 2010-01-09 | 3 | -3/+8 |
* | Properly return an error reply if an NFS remove or link operation fails. | John Baldwin | 2009-12-03 | 1 | -4/+3 |
* | Revert previous change and fix misalignment by using bcopy() | Marcel Moolenaar | 2009-11-15 | 1 | -6/+1 |
* | Fix an obvious panic by not casting from a pointer that is 4-bytes | Marcel Moolenaar | 2009-11-14 | 1 | -1/+6 |
* | Ensure that tv_sec is between INT32_MIN and INT32_MAX, so ZFS won't object. | Pawel Jakub Dawidek | 2009-09-26 | 1 | -1/+1 |