| Commit message (Expand) | Author | Age | Files | Lines |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -1/+2 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -1/+3 |
* | - Convert the bufobj lock to rwlock. | jeff | 2013-05-31 | 1 | -1/+1 |
* | Move the NFS FHA (File Handle Affinity) code from sys/nfsserver to | ken | 2013-04-17 | 4 | -670/+2 |
* | Revamp the old NFS server's File Handle Affinity (FHA) code so that | ken | 2013-04-17 | 5 | -182/+500 |
* | MFC | attilio | 2013-03-02 | 1 | -1/+2 |
|\ |
|
| * | Merge Capsicum overhaul: | pjd | 2013-03-02 | 1 | -1/+2 |
* | | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -4/+4 |
* | | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
|/ |
|
* | Use vfs_timestamp() to set file timestamps rather than invoking | jhb | 2013-01-18 | 1 | -2/+2 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 4 | -10/+10 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 3 | -212/+30 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Fix the mis-handling of the VV_TEXT on the nullfs vnodes. | kib | 2012-09-28 | 1 | -1/+1 |
* | Honor NFSv3 commit call (RFC 1813, Section 3.3.21) where when count is 0, | delphij | 2011-12-15 | 1 | -1/+6 |
* | Enhance the sequential access heuristic used to perform readahead in the | jhb | 2011-12-01 | 1 | -60/+69 |
* | Fix the NFS servers so that they can do a Lookup of "..", | rmacklem | 2011-09-03 | 1 | -0/+1 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -1/+2 |
* | Fix the kgssapi so that it can be loaded as a module. Currently | rmacklem | 2011-06-19 | 1 | -12/+4 |
* | Add a lock flags argument to the VFS_FHTOVP() file system | rmacklem | 2011-05-22 | 1 | -1/+1 |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | netchild | 2011-02-25 | 1 | -0/+2 |
* | Unless "cnt" exceeds MAX_COMMIT_COUNT, nfsrv_commit() and nfsvno_fsync() are | alc | 2011-02-05 | 1 | -1/+2 |
* | ZFS might not return monotonically increasing directory offset cookies, | pjd | 2010-12-28 | 1 | -3/+10 |
* | Use newly added NFSRV_FLAG_BUSY flag for nfsrv_fhtovp() to keep mount point | pjd | 2010-12-21 | 1 | -10/+15 |
* | - Move pubflag and lockflag handling from nfsrv_fhtovp() to nfs_namei() - | pjd | 2010-12-21 | 3 | -40/+37 |
* | On error, unbusy file system and jump to the end, so we won't try to unlock | pjd | 2010-12-21 | 1 | -0/+2 |
* | After r216626 no extra { } are needed with VFS_UNLOCK_GIANT(). | pjd | 2010-12-21 | 1 | -2/+2 |
* | Reduce lock scope a little. | pjd | 2010-12-19 | 1 | -2/+2 |
* | VOP_ISLOCKED() should not be used to determine if the vnode is locked. | kib | 2010-12-15 | 1 | -2/+11 |
* | Fix a bug in r214049. The nvp == vp case shall be handled specially | kib | 2010-11-05 | 1 | -1/+1 |
* | When readdirplus() is handled on the exported filesystem that does | kib | 2010-10-19 | 1 | -12/+13 |
* | - When VFS_VGET() is not supported, switch to VOP_LOOKUP(). | pjd | 2010-08-26 | 1 | -40/+48 |
* | Patch the regular NFS server so that it returns ESTALE to the client | rmacklem | 2010-03-26 | 1 | -0/+3 |
* | Factor out the code shared between NFS client and server into its own | marius | 2010-02-16 | 1 | -0/+1 |
* | - Move nfs_realign() from the NFS client to the shared NFS code and | marius | 2010-02-09 | 3 | -60/+4 |
* | Some style(9) fixes in order to fabricate a commit to denote that | marius | 2010-01-09 | 3 | -79/+75 |
* | Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn() | marius | 2010-01-09 | 3 | -3/+8 |
* | Properly return an error reply if an NFS remove or link operation fails. | jhb | 2009-12-03 | 1 | -4/+3 |
* | Revert previous change and fix misalignment by using bcopy() | marcel | 2009-11-15 | 1 | -6/+1 |
* | Fix an obvious panic by not casting from a pointer that is 4-bytes | marcel | 2009-11-14 | 1 | -1/+6 |
* | Ensure that tv_sec is between INT32_MIN and INT32_MAX, so ZFS won't object. | pjd | 2009-09-26 | 1 | -1/+1 |
* | Correct typo after manual patching. | pjd | 2009-09-09 | 1 | -1/+1 |
* | Fix usecount leak in mknod(2) on file system exported over NFS. | pjd | 2009-09-09 | 1 | -2/+2 |
* | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | dfr | 2009-06-30 | 9 | -2623/+4 |
* | Fix build with NFS_LEGACYRPC enabled after the socket upcall locking | jhb | 2009-06-30 | 1 | -0/+1 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 2 | -5/+3 |
* | Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on the | rmacklem | 2009-06-17 | 1 | -0/+1 |
* | Add a #include <sys/jail.h> so that it builds when | rmacklem | 2009-06-12 | 1 | -0/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 2 | -2/+2 |