Whamcloud - gitweb
libext2fs: Support for orphan file feature
authorJan Kara <jack@suse.cz>
Wed, 25 Aug 2021 22:11:30 +0000 (00:11 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 1 Oct 2021 01:59:09 +0000 (21:59 -0400)
commit1d551c68123c0e13259670991a099995031de0a1
tree22ca531069980163ecac4691da04d7f9da122c54
parente99e05864464001864b5b17eee2e9a309a7878a9
libext2fs: Support for orphan file feature

Add support for creating and deleting orphan file and a couple of
utility functions that will be used in other tools.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/e2p/feature.c
lib/ext2fs/Makefile.in
lib/ext2fs/ext2_fs.h
lib/ext2fs/ext2fs.h
lib/ext2fs/orphan.c [new file with mode: 0644]
lib/ext2fs/swapfs.c
lib/ext2fs/tst_super_size.c
lib/support/mkquota.c