| Age | Commit message (Expand) | Author |
| 2020-04-13 | Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function | ad |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2019-10-18 | It is not possible to call vflush() from xxx_mount(). | hannken |
| 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 |
| 2015-02-20 | Cosmetic changes: | maxv |
| 2015-01-06 | Adjust printf and add missing ntfs_ntput(). | hannken |
| 2015-01-04 | add more debugging. | christos |
| 2014-12-28 | Prevent another division by zero in ntfs_loadntnode() by ensuring | maxv |
| 2014-12-28 | Ensure bps != 0 to prevent a division by zero. Zero byte per sector makes | maxv |
| 2014-12-28 | Make this more readable (KNF). | maxv |
| 2014-11-13 | Change ntfs to vcache. | hannken |
| 2014-11-13 | - Change ntfs_vgetex() to always load the ntnode and fnode. | hannken |
| 2014-11-13 | - Fix ntfs_ntlookupattr() to make the examples from the man page work. | hannken |
| 2014-04-16 | An (un)privileged user can easily make the kernel dereference a NULL | maxv |
| 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-12-10 | CID 975205: Unchecked return value | christos |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2013-10-17 | remove unused code | christos |
| 2013-09-30 | Replace macro v_specmountpoint with two functions spec_node_getmountedfs() | hannken |
| 2011-11-14 | VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() | hannken |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2010-07-25 | It makes no sense to call vget() with LK_RETRY. | hannken |
| 2010-07-21 | Make holding v_interlock mandatory for callers of vget(). | hannken |
| 2010-07-19 | Lock the ntnode and recheck the fnode after calling getnewvnode(). | hannken |
| 2010-07-01 | Remove vlockmgr(). Generic vnode lock operations now use a rwlock located | hannken |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-01-08 | The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to live | pooka |
| 2009-09-01 | Set vnode size after creation(*). Fixes cp(1) from ntfs, the | pooka |
| 2009-06-29 | Convert 67 namei call sites to use namei_simple, in these functions: | dholland |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-12-19 | use M_ZERO on malloc() and remove subsequent bzero(). | cegger |
| 2008-12-17 | kill MALLOC and FREE macros. | 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-10 | Convert file systems to dynamically attach with the new module interface. | rumble |
| 2008-05-06 | PR kern/38141 lookup/vfs_busy acquire rwlock recursively | ad |
| 2008-05-05 | - Convert hashinit() to use kmem_alloc(). The hash tables can be large | 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-01-30 | PR kern/37706 (forced unmount of file systems is unsafe): | ad |
| 2008-01-29 | init genfs_node before potential vput() | pooka |
| 2008-01-29 | Nuke #ifdef __OtherOS__ clutter to make maintaining slightly easier. | pooka |
| 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 |