| 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-01-07 | ufs: fixed signed/unsigned bugs affecting large file systems | chs |
| 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-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-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-03-19 | Remove now unused VV_LOCKSWORK, all file systems support locking. | hannken |
| 2022-03-12 | ffs: Fix 64-bit inode integer truncation. | riastradh |
| 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-05 | s/shapshot/snapshot/ | msaitoh |
| 2021-09-18 | Change the default for ACLs to be posix1e instead of nfsv4 to match FreeBSD. | christos |
| 2021-09-03 | fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/ | 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-14 | Hook up ffsext_strategy to fifos. Pointed out by dholland@ | christos |
| 2021-06-29 | - Add a new vnode op: VOP_PARSEPATH. | dholland |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-08-20 | Don't cache id's for vnodes that have ACLs. ok chs@ | christos |
| 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-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 |
| 2020-05-02 | Remove the unlock/relock hack by using IO_EXT to indicate that we are already | christos |
| 2020-04-23 | PR kern/54759 (vm.ubc_direct deadlock when read()/write() into mapping of its... | ad |
| 2020-04-21 | use %s/__func__ so that the strings can be shared. | christos |
| 2020-04-20 | - Allow root to set system attributes, samba does this | christos |
| 2020-04-19 | - add locking | christos |
| 2020-04-18 | Extended attribute support for ffsv2, from FreeBSD. | christos |
| 2020-04-11 | remove noncompilable WAPBL_DEBUG_INODES | jdolecek |
| 2020-04-04 | Merge the remaining changes from the ad-namecache branch, affecting namei() | ad |
| 2020-03-16 | Use the module subsystem's ability to process SYSCTL_SETUP() entries to | pgoyette |
| 2020-02-27 | Tighten up the locking around vp->v_iflag a little more after the recent | ad |
| 2020-02-23 | UVM locking changes, proposed on tech-kern: | ad |
| 2020-02-18 | Fix non-DIAGNOSTIC build with UVM_PAGE_TRKOWN. | riastradh |
| 2020-01-17 | VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to | ad |
| 2019-06-20 | Split the ufs code out of the ffs module and into its own module. | pgoyette |
| 2019-05-28 | Avoid unportable shift base -1 in ffs_subr.c | kamil |