e2fsprogs/debugfs
Theodore Ts'o 65c6c3e06f Add support for new compat feature "sparse_super2"
In practice, it is **extremely** rare for users to try to use more
than the first backup superblock located at the beginning of block
group #1.  (i.e., at block number 32768 for file systems with a 4k
block size).  This new compat feature restricts the backup superblock
to block group #1 and the last block group in the file system.

Aside from reducing the overhead of the file system by a small number
of blocks, by eliminating the rest of the backup superblocks, it
allows us to have a much more flexible metadata layout.  For example,
we can force all of the allocation bitmaps and inode table blocks to
the beginning of the disk, which allows most of the disk to be
exclusively used for contiguous data blocks.

This simplifies taking advantage of certain HDD specific features,
such as Shingled Magnetic Recording (aka Shingled Drives), and the
TCG's OPAL Storage Specification where having a simple mapping between
LBA block ranges and the data blocks used by the file system can make
life much simpler.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2014-01-30 13:58:18 -05:00
..
Makefile.in configure: fix --with-diet-libc 2014-01-05 22:58:16 -05:00
debug_cmds.ct debugfs: add symlink command 2013-01-16 14:09:20 -05:00
debugfs.8.in debugfs: document the lsdel command in the man page 2013-12-28 22:15:59 -05:00
debugfs.c debugfs: remove dead code 2014-01-08 19:45:55 -05:00
debugfs.h debugfs: restore and tweak original error messaging 2013-12-30 16:56:19 -05:00
dump.c debugfs: don't leak fd when calling dump_file 2013-12-12 12:51:01 -05:00
extent_cmds.ct debugfs: add the ability to manipulate the extent tree directly 2012-12-24 10:49:41 -05:00
extent_inode.c debugfs: restore and tweak original error messaging 2013-12-30 16:56:19 -05:00
filefrag.c debugfs: update usage message for open and filefrag 2013-12-08 21:06:40 -05:00
htree.c Fix gcc -Wall nits 2013-01-01 13:28:27 -05:00
icheck.c debugfs: restore and tweak original error messaging 2013-12-30 16:56:19 -05:00
jfs_user.h Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the 2001-12-23 19:33:51 -05:00
logdump.c debugfs: clean up read_journal_block() to avoid Coverity complaint 2014-01-04 19:11:37 -05:00
ls.c debugfs: initialize inode to 0 in list_dir_proc() if no inode nr 2011-09-25 01:55:28 -04:00
lsdel.c debugfs: clean up debugfs man page and help text 2013-12-15 22:13:15 -05:00
ncheck.c debugfs: fix spelling typo in ncheck 2012-01-23 11:33:33 -05:00
ro_debug_cmds.ct debugfs: add the ability to manipulate the extent tree directly 2012-12-24 10:49:41 -05:00
set_fields.c Add support for new compat feature "sparse_super2" 2014-01-30 13:58:18 -05:00
unused.c Shorten compile commands run by the build system 2011-09-18 17:34:37 -04:00
util.c debugfs: fix typo in commit 5a1d25a7b 2014-01-09 14:30:43 -05:00
zap.c debugfs: clean up debugfs man page and help text 2013-12-15 22:13:15 -05:00