e2fsprogs/lib
Darrick J. Wong 3a82e80c55 undo-io: use a bitmap to track what we've already written
It's really inefficient to (ab)use the TDB key store as a bitmap to
find out if we've already written a block to the undo file, because
the tdb code is reads the database key btree disk blocks for *every*
query.  Changing that logic to a bitmap reduces overhead by a large
margin -- the overhead of using undo_io while converting a 2TB FS to
metadata_csum is reduced from 55 minutes to 45.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2015-05-05 10:39:33 -04:00
..
blkid Clean up and fix Android build files 2015-03-30 14:50:55 -04:00
e2p Remove compression support 2015-04-12 08:42:40 -04:00
et Clean up and fix Android build files 2015-03-30 14:50:55 -04:00
ext2fs undo-io: use a bitmap to track what we've already written 2015-05-05 10:39:33 -04:00
quota Clean up and fix Android build files 2015-03-30 14:50:55 -04:00
ss Merge branch 'maint' into next 2015-02-16 10:17:21 -05:00
uuid Clean up and fix Android build files 2015-03-30 14:50:55 -04:00
Android.mk Add files to build on Android 2015-03-01 15:45:11 -05:00
Makefile.bsd-lib Include LDFLAGS when building BSD libraries 2012-05-11 22:21:08 -04:00
Makefile.checker e2fsprogs: remove checker infrastructure 2014-07-04 23:59:30 -04:00
Makefile.darwin-lib Add configure options --enable-symlink-build and --enable-symlink-install 2010-05-17 19:21:42 -04:00
Makefile.elf-lib Put ELF_OTHER_LIBS in the right place for the linker 2012-08-06 12:30:49 -04:00
Makefile.library Add configure options --enable-symlink-build and --enable-symlink-install 2010-05-17 19:21:42 -04:00
Makefile.profile Add configure options --enable-symlink-build and --enable-symlink-install 2010-05-17 19:21:42 -04:00
Makefile.solaris-lib Put ELF_OTHER_LIBS in the right place for the linker 2012-08-06 12:30:49 -04:00
config.h.in libext2fs/e2fsck: provide routines to read-ahead metadata 2015-04-21 10:40:15 -04:00
dirpaths.h.in Shorten compile commands run by the build system 2011-09-18 17:34:37 -04:00
fpopen.c Shorten compile commands run by the build system 2011-09-18 17:34:37 -04:00