freebsd-nq/sys/fs/ext2fs
Fedor Uporov ec81c9cc06 Add inode bitmap tail initialization.
Make ext2fs compatible with changes introduced in e2fsprogs v1.45.2.
Now the tail of inode bitmap is filled with 0xff pattern explicitly during
bitmap initialization phase to avoid e2fsck error like:
"Padding at end of inode bitmap is not set."
2020-05-17 14:00:54 +00:00
..
ext2_acl.c
ext2_acl.h
ext2_alloc.c Add inode bitmap tail initialization. 2020-05-17 14:00:54 +00:00
ext2_balloc.c ext2fs: Remove redundant brelse() after r294954 2019-09-06 08:07:12 +00:00
ext2_bmap.c Add a EXT2FS-specific implementation for lseek(SEEK_DATA). 2020-02-18 16:39:57 +00:00
ext2_csum.c Separate kernel crc32() implementation to its own header (gsb_crc32.h) and 2019-06-17 19:49:08 +00:00
ext2_dinode.h
ext2_dir.h
ext2_extattr.c ext2fs: Remove redundant brelse() after r294954 2019-09-06 08:07:12 +00:00
ext2_extattr.h
ext2_extents.c ext2fs: Remove redundant brelse() after r294954 2019-09-06 08:07:12 +00:00
ext2_extents.h
ext2_extern.h Add a EXT2FS-specific implementation for lseek(SEEK_DATA). 2020-02-18 16:39:57 +00:00
ext2_hash.c
ext2_htree.c
ext2_inode_cnv.c
ext2_inode.c Rework v_object lifecycle for vnodes. 2019-08-29 07:50:25 +00:00
ext2_lookup.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
ext2_mount.h
ext2_subr.c
ext2_vfsops.c vfs: drop the mostly unused flags argument from VOP_UNLOCK 2020-01-03 22:29:58 +00:00
ext2_vnops.c Add a EXT2FS-specific implementation for lseek(SEEK_DATA). 2020-02-18 16:39:57 +00:00
ext2fs.h
fs.h
htree.h
inode.h