| Age | Commit message (Expand) | Author |
| 2022-03-27 | add a kauth vnode check for creating links | christos |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 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-06-29 | - Add a new vnode op: VOP_PARSEPATH. | dholland |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-03-08 | Perform bit operations on unsigned integer | kamil |
| 2019-09-18 | Add newly created vnodes to the namei cache. The rest of the filesystems | christos |
| 2019-01-01 | Add "void *extra" argument to vcache_new() so a file system may | hannken |
| 2017-05-28 | Change ext2fs to use vcache_new like we did for ffs: | hannken |
| 2017-05-26 | Make VOP_RECLAIM do the last unlock of the vnode. | riastradh |
| 2017-04-26 | Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. | riastradh |
| 2016-08-15 | bump link limit to 65000 for files, and add support for EXT2F_ROCOMPAT_DIR_NL... | jdolecek |
| 2016-08-15 | adjust ext2fs_makeinode() so that the direnter is optional, use the function ... | jdolecek |
| 2016-08-14 | switch code to use the EXT2_HAS_{COMPAT|ROCOMPAT|INCOMPAT}_FEATURE() macros i... | jdolecek |
| 2016-08-13 | KNF, no functional changes... | christos |
| 2016-08-12 | add support for extended attributes in ext2fs for ext3/ext4; read-only for now | jdolecek |
| 2016-08-05 | PR kern/7867 add support for UF_NODUMP flag to ext2fs | jdolecek |
| 2016-08-03 | get and set expanded timestamp if the inode contains the extra information, a... | jdolecek |
| 2016-08-03 | support arbitrary ext3/ext4 inode size, add all the new ext4 fields ext2fs_di... | jdolecek |
| 2015-04-20 | Make VOP_LINK return directory still locked and referenced. | riastradh |
| 2015-03-27 | Disentangle buffer-cached I/O from page-cached I/O in UFS. | riastradh |
| 2014-11-09 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-07-25 | Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can | dholland |
| 2014-05-25 | ext2fs_mknod: use vcache_get() to reload the new node. | hannken |
| 2014-03-24 | - Make VI_XLOCK, VI_CLEAN and VI_LOCKSHARE private to kern/vfs_*.c. | hannken |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-21 | Move VOP_UNLOCK() after setting type to VNON like all other UFS file systems. | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2012-11-21 | Write support for the Ext4 Read-only Compatible Feature "huge_file". | jakllsch |
| 2012-05-09 | Adapt ffs, lfs, and ext2fs to use genfs_rename. | riastradh |
| 2012-04-29 | change vflushbuf() to take the full FSYNC_* flags. | chs |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-11-18 | Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too. | christos |
| 2011-07-12 | Pass the ufs_lookup_results pointer around instead of fetching it from | dholland |
| 2011-04-26 | Change vflushbuf() to return an error if a synchronous write fails. | hannken |
| 2011-04-24 | sys_link: prevent hard links on directories (cross-mount operations are | rmind |
| 2011-01-02 | Remove the special refcount behavior (adding an extra reference to the | dholland |
| 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-07-28 | ext2fs,ffs: free on disk inodes in the reclaim routine. | hannken |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-03-29 | Stop exposing fifofs internals and leave only fifo_vnodeop_p visible. | pooka |
| 2009-10-21 | update i_uid and i_gid after chown | pooka |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-09-12 | Whitespace nits. | tsutsui |
| 2009-07-03 | Where possible, extract the file-system's access() routine to two internal | elad |