| Age | Commit message (Expand) | Author |
| 2021-10-23 | Sanitize the symbol namespace. NFC. | thorpej |
| 2021-10-23 | Move msdosfs_rename() and doscheckpath() to new file msdosfs_rename.c. | hannken |
| 2021-10-23 | Factor out the lookup results from struct denode. | hannken |
| 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-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-13 | Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function | ad |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2019-09-18 | Add newly created vnodes to the namei cache. The rest of the filesystems | christos |
| 2017-04-26 | Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. | riastradh |
| 2017-03-01 | Remove now redundant calls to fstrans_start()/fstrans_done(). | hannken |
| 2016-02-01 | - split a long line. | christos |
| 2016-02-01 | We can't depend on dp->d_namlen existing for the parts that are used in | christos |
| 2016-01-30 | Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory | mlelstv |
| 2015-04-04 | Fix remaining read(fd, NULL, 1) cases. | riastradh |
| 2015-03-28 | Remove the 'cred' argument from bread(). Remove a now unused var in | maxv |
| 2014-07-25 | Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can | dholland |
| 2014-07-08 | Change msdosfs from hashlist to vcache: | 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 |
| 2013-11-02 | Stop using v_mount of an unreferenced vnode -- save the mount while | hannken |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2012-12-28 | Move the initialization of n to after the error branch. | hannken |
| 2012-12-20 | Change bread() and breadn() to never return a buffer on | hannken |
| 2012-04-29 | change vflushbuf() to take the full FSYNC_* flags. | chs |
| 2012-04-03 | Add missing braces in previous commit. | njoly |
| 2012-04-02 | Report the SF_ARCHIVED file flag if set. | njoly |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2011-11-21 | Add missing fstrans_done(). | hannken |
| 2011-07-20 | Even though msdosfs never truncates file names it advertises _PC_NO_TRUNC | hannken |
| 2011-06-16 | Rename uvm_vnp_zerorange(struct vnode *, off_t, size_t) to | hannken |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-04-26 | Change vflushbuf() to return an error if a synchronous write fails. | hannken |
| 2011-03-20 | When extending a file, either by truncating or by writing past EOF make | hannken |
| 2011-03-19 | Remove a vnode reference leak from msdosfs_rename. Release tdvp if either | hannken |
| 2011-03-03 | In rename, use char[12] for new names instead of [11]. At least | pooka |
| 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-22 | Remove bad cast, fix compilation with MSDOSFS_DEBUG. | njoly |
| 2010-06-24 | Clean up vnode lock operations pass 2: | hannken |
| 2010-05-25 | Don't double unlock fvp if source file disappears during rename. | pooka |
| 2010-04-23 | Enforce RLIMIT_FSIZE before VOP_WRITE. This adds support to file | pooka |
| 2010-04-09 | Add file system suspension support (vfs_suspend(9)) to msdosfs. | hannken |
| 2010-04-08 | In genfs where available. | pooka |
| 2010-04-08 | Use genfs instead of homegrown stuff where possible. | pooka |
| 2009-07-03 | Where possible, extract the file-system's access() routine to two internal | elad |