| Age | Commit message (Expand) | Author |
| 2022-03-27 | dedup the eofs link/symlink methods | christos |
| 2022-03-27 | Expose groupmember as kauth_cred_groupmember and use it. | christos |
| 2022-03-19 | Remove now unused VV_LOCKSWORK, all file systems support locking. | hannken |
| 2022-03-19 | Remove now unused genfs_nolock(), genfs_nounlock() and genfs_noislocked(). | hannken |
| 2022-03-19 | Switch spec_vnodeop vector to real vnode locking, VV_LOCKSWORK now. | hannken |
| 2022-03-12 | kernfs: Just fail with EOPNOTSUPP, don't panic, on VOP_BMAP. | riastradh |
| 2022-01-19 | Now that an inline function dereferences it, make sure struct proc | martin |
| 2022-01-17 | If the calling process is running under linux emulation, make /proc/xxx/fd/ | bouyer |
| 2022-01-15 | sys/fs/fdesc: Delete silly vnop #define aliases. | riastradh |
| 2022-01-14 | Fix emul and exe DT_ types (from RVP, as was the previous commit) | christos |
| 2022-01-14 | genfs(9): Prune dead branch. | riastradh |
| 2022-01-14 | Put the appropriate DT_ constant in the dirent structure depending on the | christos |
| 2022-01-11 | remove redundant error initialization and break earlier. (from rvp) | christos |
| 2022-01-11 | Use a single "p" variable. | hannken |
| 2022-01-10 | use a single nc variable. | christos |
| 2022-01-10 | Fix locking in the error path (from RVP). Centralize unlock code. | christos |
| 2021-12-08 | s/efficent/efficient/ in comments. | andvar |
| 2021-10-20 | Don't use genfs_rename_knote() in the "rename foo over hard-link to itself" | thorpej |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-10-11 | Mark the EVFILT_VNODE filters MP-safe. | thorpej |
| 2021-10-11 | Setting EV_EOF requires modifying kn->kn_flags. However, that relies on | thorpej |
| 2021-10-10 | Must hold kn->kn_kq->kq_lock to modify kn->kn_flags. | thorpej |
| 2021-10-05 | PR/53299: RVP: kernfs and procfs are broken when sysctl security.curtain | christos |
| 2021-10-02 | - Add a new EVFILT_WRITE test case for FIFOs that correctly validates | thorpej |
| 2021-10-02 | ...and correct my terrible spelling. | thorpej |
| 2021-10-02 | - Strenghen the poll(2) fifo_inout test to ensure that once the reader | thorpej |
| 2021-10-02 | - fifo_poll(): If the last writer has disappeared, detect this and return | thorpej |
| 2021-09-29 | The kq filterops that interact with sockets are MPSAFE. | thorpej |
| 2021-09-29 | - Change selremove_knote() from returning void to bool, and return | thorpej |
| 2021-09-26 | Change the kqueue filterops::f_isfd field to filterops::f_flags, and | thorpej |
| 2021-07-19 | Abolish all the silly indirection macros for initializing vnode ops tables. | dholland |
| 2021-07-18 | Abolish all the silly indirection macros for initializing vnode ops tables. | dholland |
| 2021-07-18 | Use macros for the canned parts of device and fifo vnode op tables. | dholland |
| 2021-07-06 | Fix perms on /kern/{r,}rootdev. | dholland |
| 2021-07-06 | Add missing VOP_KQFILTER to kernfs. | dholland |
| 2021-06-29 | Add containment for the cloning devices hack in vn_open. | dholland |
| 2021-06-29 | - Add a new vnode op: VOP_PARSEPATH. | dholland |
| 2021-06-28 | VOP_BMAP() may be called via ioctl(FIOGETBMAP) on any vnode that applications | chs |
| 2021-05-01 | Make sure fdesc_lookup() never returns VNON vnodes. | hannken |
| 2020-12-28 | Fix procfs environ node. | riastradh |
| 2020-12-25 | When reading from a block device, queue parallel block requests to | mlelstv |
| 2020-12-19 | Use sel{record,remove}_knote(). | thorpej |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-09-05 | genfs_rename: Fix deadlocks in cross-directory cyclic rename. | riastradh |
| 2020-08-19 | Remove trailing \n from UVMHIST_LOG() format strings. | simonb |
| 2020-08-14 | centralize calls from UVM to radixtree into a few functions. | chs |
| 2020-08-10 | Output offsets in hex for UVMHIST. | rin |
| 2020-08-07 | accmode should be accmode_t | christos |
| 2020-06-27 | Introduce genfs_pathconf() and use it for the default case in all filesystems. | christos |
| 2020-06-14 | genfs_putpages(): when building a cluster make use of pages in the in the | ad |