| Age | Commit message (Expand) | Author |
| 2022-12-30 | s/succes/success/ in comments. | andvar |
| 2022-04-08 | s/postion/position/ | andvar |
| 2022-03-27 | add a kauth vnode check for creating links | christos |
| 2022-03-19 | Remove now unused VV_LOCKSWORK, all file systems support locking. | hannken |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-12-07 | fix typos in word "instead", mainly in log messages. | andvar |
| 2021-12-07 | fix various typos, mainly in comments. | andvar |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-09-16 | fix typos in word "successfully", mainly s/succesfully/successfully/. | andvar |
| 2021-08-11 | s/enrty/entry/ | andvar |
| 2021-08-09 | s/fist/first/ | andvar |
| 2021-07-19 | NFC - if/else blocks start with the same mutex_exit, just move it up. | andvar |
| 2021-07-19 | Release mutexes in few more places on failure path. Reviewed them in chfs cod... | andvar |
| 2021-07-18 | Use macros for the canned parts of device and fifo vnode op tables. | dholland |
| 2021-07-16 | Fix incorrect function name, some grammar and typos in comments. Remove trail... | andvar |
| 2021-07-15 | Make sure that mutex is released before conditional return statements. Fixes ... | andvar |
| 2021-07-05 | whitespace | dholland |
| 2021-06-29 | - Add a new vnode op: VOP_PARSEPATH. | dholland |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2020-05-20 | fix accessx confusion (thanks hannken@) | 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-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-27 | s/inital/initial/ | msaitoh |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-09-18 | fix compilation | christos |
| 2019-09-18 | Add newly created vnodes to the namei cache. The rest of the filesystems | christos |
| 2019-06-20 | Split the ufs code out of the ffs module and into its own module. | pgoyette |
| 2019-06-17 | Fix build without DIAGNOSTIC | ryoon |
| 2018-05-28 | add a genfs method to allow a file system to limit the range of pages | chs |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-02-07 | Remove unnecessary assertions | ozaki-r |
| 2018-01-29 | Drop commended out include to a hardcoded path in root's home directory. | sevan |
| 2017-11-14 | Fix up chfs_mountfs error branches. | riastradh |
| 2017-11-09 | use PR_WAITOK everywhere. | christos |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 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 |
| 2017-04-11 | Make VOP_INACTIVE preserve vnode lock on return. | riastradh |
| 2017-04-01 | KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector. | riastradh |
| 2017-03-30 | Remove now redundant calls to fstrans_start()/fstrans_done(). | hannken |
| 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-08-06 | typo in comment | dholland |
| 2015-04-20 | Make VOP_LINK return directory still locked and referenced. | riastradh |