| Age | Commit message (Expand) | Author |
| 2014-02-27 | The current implementation of vn_lock() is racy. Modification of | hannken |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-10 | Change layerfs_vget(), layerfs_fhtovp() and the various layer xxx_mount() | hannken |
| 2014-02-09 | When layer_node_alloc() finds another thread already inserted the node | hannken |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-02-06 | Move fstrans_start()/fstrans_done() into genfs_insane_rename() to protect | hannken |
| 2014-01-29 | Allow layer_node_create() with unlocked lower node and change | hannken |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2013-10-25 | Turn a few __unused into __diagused | martin |
| 2013-10-19 | Mark a potentially unused variable | martin |
| 2013-10-19 | Mark a potentially unused (if an arch implements pmap_update as empty | martin |
| 2013-06-06 | Add missing declaration of struct vnode. | dholland |
| 2013-05-02 | Fix (harmless) typo in struct genfs_rename_ops::gro_lookup prototype. | riastradh |
| 2012-10-10 | In layer_lookup(), clear *vpp before returning EROFS, as otherwise a | dholland |
| 2012-05-31 | Ooopppsss! sysctl nodes created during module load time cannot be | pgoyette |
| 2012-05-31 | When built as module, track sysctl node creations, and destroy them on | pgoyette |
| 2012-05-22 | don't block on pager map for read-ahead. | yamt |
| 2012-05-08 | Implement a genfs_rename abstraction. | riastradh |
| 2012-04-29 | change vflushbuf() to take the full FSYNC_* flags. | chs |
| 2012-03-30 | uid mismatch for file flags changes is expected to fail with EPERM not | njoly |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-02-01 | Change the syscall API for quotas over to the new non-proplib one. | dholland |
| 2012-01-29 | Remove the extra op argument to VFS_QUOTACTL() - the op is now stored | dholland |
| 2012-01-29 | Introduce struct vfs_quotactl_args. Use it. | dholland |
| 2012-01-29 | Move the proplib-based quota command dispatching (that is, the code | dholland |
| 2012-01-29 | Move the code for iterating over the multiple RPC calls in a quota | dholland |
| 2011-10-31 | typo in a comment | yamt |
| 2011-10-09 | Trim unused headers. | uebayasi |
| 2011-09-01 | Use the new UVM_KMF_COLORMATCH flag to get a congruent mappings of the user | matt |
| 2011-08-31 | genfs_do_directio: acquire the lock of page owner for now and fix PR/45177. | rmind |
| 2011-07-11 | Layer_fsync(): when syncing a device node call spec_fsync() to clean the | hannken |
| 2011-07-11 | Change VOP_BWRITE() to take a vnode as its first argument like all other | hannken |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-04-21 | Move some #ifdefs to prevent a code path change when DEBUG .vs. !DEBUG | matt |
| 2011-04-18 | G/C unused speedup_syncer() mechanism and thus simplify some code. | rmind |
| 2011-04-03 | - Use offsetof() in VOPARG_OFFSETOF() instead of re-implementing it. | rmind |
| 2011-03-06 | merge the bouyer-quota2 branch. This adds a new on-disk format | bouyer |
| 2011-01-13 | Layer_revoke(): change previous to always take an extra reference on the | hannken |
| 2011-01-10 | Add layer_revoke() that adjusts the lower vnode use count to be at least as | hannken |
| 2011-01-02 | layer_inactive: With specnodes introduced during vmlocking2 | hannken |
| 2010-12-27 | Extend the range of fstrans transactions to a sequence of vnode operations | hannken |
| 2010-12-06 | Correct an assertion; pointed out by mrg@ and pooka@, thanks. | uebayasi |
| 2010-12-03 | genfs_do_putpages(): When testing an uobject for dirty or modified | hannken |
| 2010-11-30 | Always take the object lock before changing vmpage flags. Fixes a deadlock | hannken |
| 2010-11-30 | Abolish the SAVENAME and HASBUF flags. There is now always a buffer, | dholland |
| 2010-11-30 | Abolish struct componentname's cn_pnbuf. Use the path buffer in the | dholland |
| 2010-11-19 | Whitespace. | uebayasi |
| 2010-11-09 | Genfs_getpages(): Break a deadlock where one thread runs VOP_GETPAGES(), | hannken |
| 2010-11-03 | genfs_getpages: restore vm_page array correctly in PGO_LOCKED error | uebayasi |
| 2010-09-01 | replace the earlier workaround for PR 40389 with a better fix. | chs |