| Age | Commit message (Expand) | Author |
| 2023-04-29 | kern/vfs_syscalls.c: Nix trailing whitesapce. | riastradh |
| 2023-04-09 | kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B) | riastradh |
| 2023-03-05 | open(2): Don't map ERESTART to EINTR. | riastradh |
| 2022-11-02 | fix various typos in comments and messages. | andvar |
| 2022-02-12 | Add inline functions to manipulate the klists that link up knotes | thorpej |
| 2021-11-07 | Merge the kernel portion of the posix-spawn-chdir project by Piyush Sachdeva. | christos |
| 2021-09-26 | Fix the locking around EVFILT_FS. Previously, the code would walk the | thorpej |
| 2021-09-11 | sys/kern: Allow custom fileops to specify fo_seek method. | riastradh |
| 2021-07-03 | Return error from fd_dupopen. | mlelstv |
| 2021-06-29 | Add containment for the cloning devices hack in vn_open. | dholland |
| 2021-02-17 | Don't allow callers of fsync_range() to trigger UB in the kernel. | dholland |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-04-21 | Revert the changes made in February to make cwdinfo use mostly lockless, | ad |
| 2020-04-20 | Rename buf_syncwait() to vfs_syncwait(), and have it wait on v_numoutput | ad |
| 2020-04-04 | Merge the remaining changes from the ad-namecache branch, affecting namei() | ad |
| 2020-03-25 | Relax fdatasync restriction that fd be writable | gdt |
| 2020-03-03 | don't skip the rdir check for the lazy case; breaks chroot df(1) hiding. | christos |
| 2020-02-23 | Merge from ad-namecache: | ad |
| 2020-02-22 | Inline the block in the parent block, for clarity, and also to prevent a | maxv |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2019-12-31 | sys_fchdir: use LK_SHARED. | ad |
| 2019-12-22 | Make mntvnode_lock per-mount, and address false sharing of struct mount. | ad |
| 2019-09-26 | make nmountcompatnames unsigned (assigned from __arraycount, compared with | christos |
| 2019-09-22 | Add a new member to struct vfsstat and grow the unused members | christos |
| 2019-09-20 | Validate usec ranges in do_sys_utimes() | kamil |
| 2019-09-15 | Prevent O_EXEC for mq_open(2), and O_EXEC with a writable fd for open(2). | christos |
| 2019-07-06 | Fix bug: if seg == UIO_SYSSPACE, tv[] is not initialized. The branches | maxv |
| 2019-06-21 | Restore ability to create regular files with mknod(2) | kamil |
| 2019-06-20 | Add mkfifo{,at}(2) mode in mknod{,at}(2) as requested by POSIX | kamil |
| 2019-06-19 | Correct wrong type of uio_seg passed to do_sys_mknodat() | kamil |
| 2019-06-18 | Drop unused retval pointer from do_sys_mknod{,at}() | kamil |
| 2019-05-13 | do_sys_mkdir(): pass the requested segment down to do_sys_mkdirat(). | hannken |
| 2019-03-01 | Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly | pgoyette |
| 2019-02-20 | Bracket do_sys_renameat() and nfsrv_rename() with fstrans. | hannken |
| 2019-02-19 | Don't allow MNT_UNION on the root, there is no covered filesystem. | mlelstv |
| 2019-02-05 | The panic for fopen(NULL, ... is back, fix it | kamil |
| 2019-02-05 | If the openat_10 hook is present and it returns success, continue with | pgoyette |
| 2019-02-05 | Correctly handle the NULL path when no compat_10 code is available. | pgoyette |
| 2019-01-31 | Do not resolve fdat for openat(2) if path is absolute | manu |
| 2019-01-29 | Normalize all the compat hooks' names to the form | pgoyette |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-01-09 | Merge autofs support from: Tomohiro Kusumi | christos |
| 2017-11-07 | We computed the length of the string already, so use it... | christos |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-05-07 | Enter fstrans from _vfs_busy() and leave from vfs_unbusy(). | hannken |
| 2017-05-07 | Return ENOENT if trying to suspend an unmounted file system. | hannken |
| 2017-04-26 | Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. | 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-12 | Switch do_sys_sync() and do_sys_getvfsstat() to mountlist iterator. | hannken |