aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ext2fs/blkmap64_rb.c
Commit message (Expand)AuthorAgeFilesLines
* libext2fs: revamp bitmap types to fix LTO warningsTheodore Ts'o2018-08-081-19/+19
* libext2fs: don't corrupt an blkmap64_rb when marking a range of size zeroTheodore Ts'o2018-06-221-16/+25
* Merge branch 'maint' into nextTheodore Ts'o2017-10-151-1/+1
|\
| * Fix typos in code comments and developer docsSebastian Rasmussen2017-10-151-1/+1
| * Fix FreeBSD portability problem caused by it using character mode disk devicesTheodore Ts'o2017-08-281-0/+1
* | AOSP: android: libext2fs and com_err for windowsAdrien Schildknecht2017-05-231-0/+4
|/
* Merge branch 'maint' into nextTheodore Ts'o2016-03-061-5/+5
|\
| * misc: replace comparison macros with inline functionsAndreas Dilger2016-03-061-5/+5
* | ext2fs: fix integer overflow in rb_get_bmap_rangeDmitry Monakhov2014-12-111-4/+3
* | Merge branch 'maint' into nextTheodore Ts'o2014-07-261-9/+7
|\|
| * libext2fs: fix rb_resize_bmap to handle the padding bitsTheodore Ts'o2014-07-261-8/+6
| * build: fix unused/uninitialized variable warningsAndreas Dilger2014-07-251-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2014-04-201-4/+1
|\|
| * fix miscellaneous build warningsAndreas Dilger2014-04-141-4/+1
* | Merge branch 'maint' into nextTheodore Ts'o2014-02-201-10/+10
|\|
| * build: fix LLVM compiler warningsAndreas Dilger2014-02-181-10/+10
* | Merge branch 'maint' into nextTheodore Ts'o2014-01-301-3/+100
|\|
| * libext2fs: optimize find_first_{zero,set}() for red-black tree based bitmapsTheodore Ts'o2014-01-201-0/+89
| * libext2fs: build tst_bitmaps with rep invariants checking enabledTheodore Ts'o2014-01-191-3/+11
* | Merge branch 'maint' into nextTheodore Ts'o2014-01-091-1/+0
|\|
| * libext2fs: remove redundant code in rb_print_stats()Theodore Ts'o2014-01-071-1/+0
* | libext2fs: fix gcc -Wall nitsTheodore Ts'o2013-05-191-1/+3
* | Merge branch 'maint' into nextTheodore Ts'o2013-05-191-19/+29
|\|
| * libext2fs: fix gcc -Wall warningsTheodore Ts'o2013-05-191-19/+29
* | Merge branch 'maint' into nextTheodore Ts'o2013-01-011-6/+5
|\|
| * Fix gcc -Wall nitsTheodore Ts'o2013-01-011-2/+1
| * misc: cleanup unused variables on MacOSAndreas Dilger2012-12-291-4/+4
* | Merge branch 'maint' into nextTheodore Ts'o2012-11-291-20/+56
|\|
| * libext2fs: optimize rb_get_bmap_range() for mostly allocated bmapsTheodore Ts'o2012-11-281-5/+24
| * libext2fs: optimize rb_get_bmap_range()Theodore Ts'o2012-11-281-17/+8
| * libext2fs: optimize rb_set_bmap_range()Theodore Ts'o2012-11-271-3/+29
* | Merge branch 'maint' into nextTheodore Ts'o2012-10-111-29/+48
|\|
| * libext2fs: further optimize rb_test_bitTheodore Ts'o2012-10-111-4/+19
| * libext2fs: remove pointless indirection in rbtree bitmapsTheodore Ts'o2012-10-111-27/+19
| * libext2fs: optimize rb_test_bitTheodore Ts'o2012-10-111-2/+14
* | libext2fs: use abort() instead of perror()/exit()Theodore Ts'o2012-07-301-4/+2
* | Add support so that all bmap statistics via configure optionsTony Breeds2012-07-301-7/+7
|/
* libext2fs: fix rbtree backend for extent lengths greater than 2^32Eric Sandeen2012-05-271-1/+1
* Fix gcc -Wall nitpicksTheodore Ts'o2012-04-051-6/+4
* libext2fs: add bitmap statisticsLukas Czerner2011-12-181-2/+83
* libext2fs: add a bitmap implementation using rbtree'sLukas Czerner2011-12-181-0/+743