Whamcloud - gitweb
e2fsck: merge bitmaps after thread completes
[tools/e2fsprogs.git] / lib / ext2fs / blkmap64_rb.c
2022-09-19 Wang Shilonge2fsck: merge bitmaps after thread completes
2021-02-11 Theodore Ts'oFix clang warnings on architectures with a 64-bit long
2018-08-08 Theodore Ts'olibext2fs: revamp bitmap types to fix LTO warnings
2018-06-22 Theodore Ts'olibext2fs: don't corrupt an blkmap64_rb when marking...
2017-10-16 Theodore Ts'oMerge branch 'maint' into next
2017-10-16 Sebastian RasmussenFix typos in code comments and developer docs
2017-08-28 Theodore Ts'oFix FreeBSD portability problem caused by it using...
2017-05-24 Adrien SchildknechtAOSP: android: libext2fs and com_err for windows
2016-03-07 Theodore Ts'oMerge branch 'maint' into next
2016-03-07 Andreas Dilgermisc: replace comparison macros with inline functions
2014-12-11 Dmitry Monakhovext2fs: fix integer overflow in rb_get_bmap_range
2014-07-26 Theodore Ts'oMerge branch 'maint' into next
2014-07-26 Theodore Ts'olibext2fs: fix rb_resize_bmap to handle the padding...
2014-07-26 Andreas Dilgerbuild: fix unused/uninitialized variable warnings
2014-04-20 Theodore Ts'oMerge branch 'maint' into next
2014-04-14 Andreas Dilgerfix miscellaneous build warnings
2014-02-21 Theodore Ts'oMerge branch 'maint' into next
2014-02-18 Andreas Dilgerbuild: fix LLVM compiler warnings
2014-01-31 Theodore Ts'oMerge branch 'maint' into next
2014-01-20 Theodore Ts'olibext2fs: optimize find_first_{zero,set}() for red...
2014-01-20 Theodore Ts'olibext2fs: build tst_bitmaps with rep invariants checki...
2014-01-09 Theodore Ts'oMerge branch 'maint' into next
2014-01-07 Theodore Ts'olibext2fs: remove redundant code in rb_print_stats()
2013-05-20 Theodore Ts'olibext2fs: fix gcc -Wall nits
2013-05-20 Theodore Ts'oMerge branch 'maint' into next
2013-05-19 Theodore Ts'olibext2fs: fix gcc -Wall warnings
2013-01-01 Theodore Ts'oMerge branch 'maint' into next
2013-01-01 Theodore Ts'oFix gcc -Wall nits
2012-12-29 Andreas Dilgermisc: cleanup unused variables on MacOS
2012-11-30 Theodore Ts'oMerge branch 'maint' into next
2012-11-29 Theodore Ts'olibext2fs: optimize rb_get_bmap_range() for mostly...
2012-11-29 Theodore Ts'olibext2fs: optimize rb_get_bmap_range()
2012-11-27 Theodore Ts'olibext2fs: optimize rb_set_bmap_range()
2012-10-11 Theodore Ts'oMerge branch 'maint' into next
2012-10-11 Theodore Ts'olibext2fs: further optimize rb_test_bit
2012-10-11 Theodore Ts'olibext2fs: remove pointless indirection in rbtree bitmaps
2012-10-11 Theodore Ts'olibext2fs: optimize rb_test_bit
2012-07-30 Theodore Ts'olibext2fs: use abort() instead of perror()/exit()
2012-07-30 Tony BreedsAdd support so that all bmap statistics via configure...
2012-05-28 Eric Sandeenlibext2fs: fix rbtree backend for extent lengths greate...
2012-04-05 Theodore Ts'oFix gcc -Wall nitpicks
2011-12-18 Lukas Czernerlibext2fs: add bitmap statistics
2011-12-18 Lukas Czernerlibext2fs: add a bitmap implementation using rbtree's