Whamcloud - gitweb
build: fix unused/uninitialized variable warnings
[tools/e2fsprogs.git] / lib / ext2fs / blkmap64_rb.c
2014-07-26 Andreas Dilgerbuild: fix unused/uninitialized variable warnings
2014-04-14 Andreas Dilgerfix miscellaneous build warnings
2014-02-18 Andreas Dilgerbuild: fix LLVM compiler warnings
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-07 Theodore Ts'olibext2fs: remove redundant code in rb_print_stats()
2013-05-19 Theodore Ts'olibext2fs: fix gcc -Wall warnings
2013-01-01 Theodore Ts'oFix gcc -Wall nits
2012-12-29 Andreas Dilgermisc: cleanup unused variables on MacOS
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'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-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