]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: Support for orphan file feature
authorJan Kara <jack@suse.cz>
Mon, 12 Jul 2021 15:43:10 +0000 (17:43 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 3 Aug 2021 18:22:30 +0000 (14:22 -0400)
commit361815c7386b8e2c5450063513d3746baa706f03
treec2acc4fe4eaa8e38f7ae6bcc87622856edcb4226
parentabbc58381d0d9f4277659acbc24b0b87afffd066
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