| Age | Commit message (Expand) | Author |
| 2021-12-14 | ffs: support extattrs (and thus ACLs) on fifos. | chs |
| 2021-07-18 | Abolish all the silly indirection macros for initializing vnode ops tables. | dholland |
| 2021-07-18 | Use macros for the canned parts of device and fifo vnode op tables. | dholland |
| 2021-07-14 | Hook up ffsext_strategy to fifos. Pointed out by dholland@ | christos |
| 2021-06-29 | - Add a new vnode op: VOP_PARSEPATH. | dholland |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-04-18 | Extended attribute support for ffsv2, from FreeBSD. | christos |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2017-05-26 | Make VOP_RECLAIM do the last unlock of the vnode. | riastradh |
| 2017-03-02 | ifdef reduction | christos |
| 2017-03-01 | Make compile again without "options WAPBL". | hannken |
| 2017-03-01 | Remove now redundant calls to fstrans_start()/fstrans_done(). | hannken |
| 2014-07-25 | Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can | dholland |
| 2014-03-24 | - Make VI_XLOCK, VI_CLEAN and VI_LOCKSHARE private to kern/vfs_*.c. | hannken |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2012-04-29 | change vflushbuf() to take the full FSYNC_* flags. | chs |
| 2011-06-27 | Implement extended attribute listing for UFS1. | manu |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-04-27 | Cleanup ffs fsync and make devices on wapbl enabled file systems work here: | hannken |
| 2011-04-15 | ffs_fsync: no need for wapbl_vptomp() here -- vnode is always VREG. | hannken |
| 2010-08-12 | ffs_reclaim: don't free an already free inode. This may happen when | hannken |
| 2010-07-28 | ext2fs,ffs: free on disk inodes in the reclaim routine. | hannken |
| 2010-03-29 | Stop exposing fifofs internals and leave only fifo_vnodeop_p visible. | pooka |
| 2009-11-04 | Now that softdep has left the tree the only place needing the ffs_lock() | hannken |
| 2009-03-29 | fsync: | ad |
| 2009-02-22 | PR kern/26878 FFSv2 + softdep = livelock (no free ram) | ad |
| 2009-02-22 | PR kern/39564 wapbl performance issues with disk cache flushing | ad |
| 2009-02-01 | PR kern/40469 5.0_BETA/amd64 INSTALL kernel panics when installing on log-ena... | ad |
| 2008-12-28 | Don't try to ffs_update VT_NON vnodes | christos |
| 2008-12-22 | Add a comment. | ad |
| 2008-12-22 | PR kern/40246 current panics when removing swap devices | ad |
| 2008-12-21 | PR kern/40210 5.0 BETA WAPBL related crash | ad |
| 2008-10-10 | Break a deadlock where one thread has a wapbl transaction, calls VOP_GETPAGES | hannken |
| 2008-08-22 | Add snapshot support for logging ffs file systems. | hannken |
| 2008-08-12 | Deny read/write access to snapshot vnodes. We use fss(4) to read from | hannken |
| 2008-07-31 | Make MSDOS filesystems work again after WAPBL merge. Fixes a quite | oster |
| 2008-07-31 | Merge the simonb-wapbl branch. From the original branch commit: | simonb |
| 2008-04-29 | PR kern/38057 ffs makes assuptions about devvp file system | ad |
| 2008-01-30 | Replace struct lock on vnodes with a simpler lock object built on | ad |
| 2008-01-25 | Remove VOP_LEASE. Discussed on tech-kern. | ad |
| 2008-01-09 | Go back to freeing on disk inodes in the inactive routine. It would be | ad |
| 2008-01-03 | Use pool_cache. | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-08-21 | Modify ffs_lock() to take care for changed v_vnlock. Snapshots do not need | hannken |
| 2007-08-09 | Move the fstrans-aware lock vnops from ufs to ffs. Other ufs file systems | hannken |
| 2007-07-20 | In sync, skip over vnodes based on if they are clean rather than | pooka |