summaryrefslogtreecommitdiff
path: root/sys/modules/ext2fs
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2017-06-20ext2fs: Add uninit_bg feature support.Pedro F. Giffuni
2017-05-28Support for linux ext2fs posix-draft ACLs.Pedro F. Giffuni
2017-04-01ext2fs: Initial support for Extended Attributes.Pedro F. Giffuni
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2016-01-21ext2fs: Bring back the htree dir_index implementation.Pedro F. Giffuni
2015-04-17Drop experimental dir_index support.Pedro F. Giffuni
2013-08-12Add read-only support for extents in ext2fs.Pedro F. Giffuni
2013-07-06Initial implementation of the HTree directory index.Pedro F. Giffuni
2011-04-28Sync with several changes in UFS/FFS:John Baldwin
2010-01-14Bring in the ext2fs work done by Aditya Sarawgi during and after Google SummerUlf Lilleengen
2005-06-15Move ext2fs from src/gnu to src/gnu/fs.Craig Rodrigues
2005-03-14Use vfs_hash() instead of home-rolledPoul-Henning Kamp
2002-05-16Complete the separation of ext2fs from ufs by copying the remainingIan Dowse
2002-01-11Fixed some style bugs (disordered SRCS and garbage comment near EOF).Bruce Evans
2002-01-11Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov
2001-09-13Add ext2fs moduleMichael Reifenberger