| Age | Commit message (Expand) | Author |
| 2022-05-03 | Lock devvp for vinvalbuf(). | hannken |
| 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 |
| 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-02-17 | Add generic genfs_suspendctl() and use it for all file systems. | hannken |
| 2015-03-28 | Remove the 'cred' argument from bread(). Remove a now unused var in | maxv |
| 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-05-13 | PR kern/48799: make filehandles properly use 64bit inodes on CD9660 file | 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-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2013-09-30 | Replace macro v_specmountpoint with two functions spec_node_getmountedfs() | hannken |
| 2013-06-23 | Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front of | dholland |
| 2013-06-19 | blkoff() -> cd9660_blkoff() | dholland |
| 2012-12-20 | Change bread() and breadn() to never return a buffer on | hannken |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-11-14 | VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() | hannken |
| 2011-09-27 | define and use ISO_MAXNAMLEN instead of MAXNAMLEN | christos |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-01-26 | Drop two uses of disk label data. | mlelstv |
| 2010-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2009-10-19 | Apply a similar fix for mount function from ffs_vfsops.c rev 1.186: | tsutsui |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-04-25 | Add genfs_can_mount() and use it to prevent some more code duplication of | elad |
| 2009-01-22 | buildfix: re-adapt for major/minor returning 32bit value again. | cegger |
| 2009-01-11 | make this compile | cegger |
| 2008-06-28 | Create sysctl entries during module initialisation and destroy them | rumble |
| 2008-05-16 | Make sure all cached buffers with valid, not yet written data have been | hannken |
| 2008-05-06 | PR kern/38141 lookup/vfs_busy acquire rwlock recursively | ad |
| 2008-05-03 | Convert cd9660 to attach as a module. | ad |
| 2008-04-30 | PR kern/38135 vfs_busy/vfs_trybusy confusion | ad |
| 2008-04-29 | PR kern/38057 ffs makes assuptions about devvp file system | ad |
| 2008-02-27 | Convert to ansi definitions from old-style definitons. | matt |
| 2008-01-30 | PR kern/37706 (forced unmount of file systems is unsafe): | ad |
| 2008-01-28 | Fix some race conditions in rename. | dholland |
| 2008-01-24 | specfs changes for PR kern/37717 (raidclose() is no longer called on | ad |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-08 | Remove cn_lwp from struct componentname. curlwp should be used | pooka |
| 2007-12-08 | Merge locking changes + fixes from the vmlocking branch. | ad |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 2007-10-10 | Merge from vmlocking: | ad |
| 2007-10-08 | Merge brelse() changes from the vmlocking branch. | ad |