| Age | Commit message (Expand) | Author |
| 2023-06-15 | Undo unlock/relock for VOP_IOCTL(). | hannken |
| 2023-06-05 | Make DEBUG_FFS_MOUNT compile again (with 64-bit ino_t). | rin |
| 2023-05-11 | ffs: apply the remaining ffs_snapshot.c part of this FreeBSD commit: | chs |
| 2023-04-11 | lfs: Assert page identity doesn't change. | riastradh |
| 2023-02-22 | ufs: Nix trailing whitespace and tidy up some other minor KNF. | riastradh |
| 2023-01-30 | s/isses/issues/ | andvar |
| 2023-01-07 | ufs: fixed signed/unsigned bugs affecting large file systems | chs |
| 2022-12-30 | s/succes/success/ in comments. | andvar |
| 2022-12-21 | ffs: fail mounts requesting ACLs for non-ea UFS2 file systems | chs |
| 2022-11-28 | the UFS_EXTATTR option was supposed to affect only UFS1 file systems, | chs |
| 2022-11-17 | Restore backward compatibility of UFS2 with previous NetBSD releases by | chs |
| 2022-11-10 | Some changes to "fs->fs_fmod" and "fs->fs_clean": | hannken |
| 2022-08-07 | If UFS or LFS dirhash is enabled in the kernel, set the dirhash cache | simonb |
| 2022-08-06 | s/blity/bility/ in various words, mainly in comments. | andvar |
| 2022-05-28 | s/grabing/grabbing/ in comments. | andvar |
| 2022-05-24 | fix various typos in comments, docs and log messages. | andvar |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar |
| 2022-05-13 | Fix typo dallocate -> deallocate | reinoud |
| 2022-05-04 | s/entires/entries/ in local variable definition. | andvar |
| 2022-04-26 | Keep flag "UFS_QUOTA" set until the last quota is closed. | hannken |
| 2022-04-24 | lfs: fix lint warning about empty declaration | rillig |
| 2022-04-23 | Need vnode locked fot VOP_FDISCARD(). | hannken |
| 2022-04-16 | Unlock vnode for VOP_IOCTL() and wapbl_flush(). | hannken |
| 2022-04-16 | Take the link count from the inode. | hannken |
| 2022-04-08 | s/postion/position/ | andvar |
| 2022-03-27 | add a kauth vnode check for creating links | christos |
| 2022-03-23 | fix few typos for word "previous(ly)" in comments. | andvar |
| 2022-03-19 | Remove now unused VV_LOCKSWORK, all file systems support locking. | hannken |
| 2022-03-19 | Switch MFS device node to real vnode locking, VV_LOCKSWORK now. | hannken |
| 2022-03-12 | ffs: Fix 64-bit inode integer truncation. | riastradh |
| 2022-02-21 | Fix wrong assertion, the negatiopn of "a && b" is "!a || !b" so we | hannken |
| 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 |