NetBSD/sys/ufs/ext2fs
jakllsch 4ca1f26828 Write support for the Ext4 Read-only Compatible Feature "huge_file".
Primarily, this feature extends the inode block count field to 48 bits.
Additionally, this feature allows this field to be represented in file
system block size units rather than DEV_BSIZE units.
2012-11-21 23:11:23 +00:00
..
ext2fs_alloc.c Write support for the Ext4 Read-only Compatible Feature "huge_file". 2012-11-21 23:11:23 +00:00
ext2fs_balloc.c Write support for the Ext4 Read-only Compatible Feature "huge_file". 2012-11-21 23:11:23 +00:00
ext2fs_bmap.c
ext2fs_bswap.c - Add e2di_version, e2di_nblock_high, e2di_facl_high fields to ext2fs_dinode. 2012-11-19 00:36:21 +00:00
ext2fs_dinode.h Add various newer Ext2 superblock feature bits and inode flag bits. 2012-11-21 20:45:35 +00:00
ext2fs_dir.h Adapt ffs, lfs, and ext2fs to use genfs_rename. 2012-05-09 00:21:17 +00:00
ext2fs_extern.h Write support for the Ext4 Read-only Compatible Feature "huge_file". 2012-11-21 23:11:23 +00:00
ext2fs_inode.c Write support for the Ext4 Read-only Compatible Feature "huge_file". 2012-11-21 23:11:23 +00:00
ext2fs_lookup.c Excise struct componentname from the namecache. 2012-11-05 17:27:37 +00:00
ext2fs_readwrite.c Write support for the Ext4 Read-only Compatible Feature "huge_file". 2012-11-21 23:11:23 +00:00
ext2fs_rename.c Kill the IN_RENAME in-core inode flag in ufs and ext2fs. 2012-06-04 20:13:47 +00:00
ext2fs_subr.c
ext2fs_vfsops.c Write support for the Ext4 Read-only Compatible Feature "huge_file". 2012-11-21 23:11:23 +00:00
ext2fs_vnops.c Write support for the Ext4 Read-only Compatible Feature "huge_file". 2012-11-21 23:11:23 +00:00
ext2fs.h Write support for the Ext4 Read-only Compatible Feature "huge_file". 2012-11-21 23:11:23 +00:00
Makefile