| Age | Commit message (Expand) | Author |
| 2022-08-06 | s/blity/bility/ in various words, mainly in comments. | andvar |
| 2022-05-03 | Lock devvp for vinvalbuf(). | hannken |
| 2022-03-27 | dedup the eofs link/symlink methods | christos |
| 2021-07-19 | Abolish all the silly indirection macros for initializing vnode ops tables. | dholland |
| 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-06-27 | Introduce genfs_pathconf() and use it for the default case in all filesystems. | christos |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-04-23 | PR kern/54759 (vm.ubc_direct deadlock when read()/write() into mapping of its... | ad |
| 2020-04-04 | Merge the remaining changes from the ad-namecache branch, affecting namei() | ad |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2019-07-12 | Fix info leak: zero out the buffer, because it is not entirely filled, and | maxv |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2017-05-26 | Eliminate crusty debugging sludge. | riastradh |
| 2017-05-26 | Make VOP_RECLAIM do the last unlock of the vnode. | riastradh |
| 2017-04-17 | Remove unused argument "nextp" from vfs_busy() and vfs_unbusy(). | hannken |
| 2017-04-17 | Add vfs_ref(mp) and vfs_rele(mp) to add or remove a reference to | hannken |
| 2017-04-11 | Make VOP_INACTIVE preserve vnode lock on return. | riastradh |
| 2017-02-17 | Add generic genfs_suspendctl() and use it for all file systems. | hannken |
| 2016-08-20 | Remove now obsolete operation vcache_remove(). | hannken |
| 2016-03-12 | PR/50951: Unmess this up. | christos |
| 2016-03-11 | PR/50951: David Binderman: Fix misplaced parens | christos |
| 2016-03-09 | remove installboot.h; it is not needed | christos |
| 2016-03-09 | Make it usable from userland. | christos |
| 2015-05-17 | update: runs as a userspace process now. | pooka |
| 2015-05-17 | Remove. For example, vfs_cluster hasn't existed since early UBC days | pooka |
| 2015-04-20 | Make VOP_LINK return directory still locked and referenced. | riastradh |
| 2015-03-28 | Remove the 'cred' argument from bread(). Remove a now unused var in | maxv |
| 2015-03-28 | Remove the 'cred' argument from breadn(), and update the man page | maxv |
| 2014-11-10 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-10-11 | Define filesystem attributes with vfs dependency. | uebayasi |
| 2014-07-25 | Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can | dholland |
| 2014-07-09 | Remove ROOTNAME (unused). | maxv |
| 2014-06-22 | CID 1223346: No need to check bp against NULL. It is always valid here. | hannken |
| 2014-06-16 | Change cd9660 from hashlist to vcache. | hannken |
| 2014-06-14 | Remove the hints "isodir" and "relocated" from cd9660_vget_internal() | hannken |
| 2014-06-03 | Introduce two helper functions to centralise the namecache statistics | joerg |
| 2014-06-01 | PR kern/48815: do not skip ';' twice when comparing file versions. | martin |
| 2014-05-13 | PR kern/48799: make filehandles properly use 64bit inodes on CD9660 file | martin |
| 2014-05-10 | PR kern/48787: inode calculation from ISO9660 block offset might get | martin |
| 2014-04-16 | An (un)privileged user can easily make the kernel dereference a NULL | maxv |
| 2014-03-24 | Tidy up locking in cd9660_mount; thrash the lock less, and make it | dholland |
| 2014-03-23 | Change all vfsops to use C99 designated initializers. | hannken |
| 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-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |