| Age | Commit message (Expand) | Author |
| 2021-12-14 | ffs: fix the creation of device nodes on file systems with ACLs enabled. | chs |
| 2021-12-14 | ffs: support extattrs (and thus ACLs) on fifos. | chs |
| 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-12-05 | s/shapshot/snapshot/ | msaitoh |
| 2021-11-26 | use MNT_NFS4ACLS instead of MNT_ACLS (which was changed before to mean | christos |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-10-15 | fix typos in comments. | andvar |
| 2021-10-10 | Use VN_KNOTE() to send our NOTE_ATTRIB and NOTE_REVOKE events. | thorpej |
| 2021-09-18 | Change the default for ACLs to be posix1e instead of nfsv4 to match FreeBSD. | christos |
| 2021-09-16 | fix typos in word "successfully", mainly s/succesfully/successfully/. | andvar |
| 2021-09-03 | fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/ | andvar |
| 2021-08-19 | s/memry/memory+s/softare/software/+s/grapics/graphics+s/ouput/output | andvar |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-11 | s/enrty/entry/ | andvar |
| 2021-08-09 | s/fist/first/ | andvar |
| 2021-07-31 | s/threshhold/threshold | andvar |
| 2021-07-25 | #include <sys/param.h> for COHERENCY_UNIT (and KNF) | skrll |
| 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 | 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-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-14 | Hook up ffsext_strategy to fifos. Pointed out by dholland@ | christos |
| 2021-07-05 | whitespace | 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 |
| 2020-12-25 | Avoid potentially accessing an array with an index out of range. | nia |
| 2020-12-05 | Remove unnecessary inclusion of <sys/timevar.h>. | thorpej |
| 2020-09-24 | lfs: Include lfs_debug.c only if DEBUG is enabled. | riastradh |
| 2020-09-07 | Suppress -Waddress-of-packed-member just for lfs_accessors.h. | riastradh |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-09-05 | Revert "ufs: Prevent mkdir from choking on deleted directories." | riastradh |
| 2020-09-05 | ufs: Prevent mkdir from choking on deleted directories. | riastradh |
| 2020-08-20 | Don't cache id's for vnodes that have ACLs. ok chs@ | christos |
| 2020-08-13 | Skip unlinked inodes. | riastradh |
| 2020-08-04 | Mark lfs vnodes with VV_LOCKSWORK, same as ffs. | riastradh |
| 2020-07-31 | fix the UFS2 extattr truncate code to play nice with wapbl. | chs |
| 2020-07-26 | pull in a bit more FreeBSD code to allow specifying truncation of | chs |
| 2020-07-26 | skip the assertions about page-locking when allocating to the extattr bmap, | chs |
| 2020-07-05 | simplify the acl setup, and fix reversed mask in the fs_flags code. | christos |
| 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-20 | remove accmode_t typedef (not needed, breaks llvm) from maxv@ | christos |
| 2020-05-18 | Assert ufs_strategy() always gets used while current thread | hannken |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-05-12 | cache_enter_id(): give it a boolean parameter to indicate whether the cached | ad |