Age | Commit message (Expand) | Author |
2020-03-18 | block/dirty-bitmap: improve _next_dirty_area API | Vladimir Sementsov-Ogievskiy |
2020-03-18 | block/dirty-bitmap: add _next_dirty API | Vladimir Sementsov-Ogievskiy |
2020-03-18 | block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t | Vladimir Sementsov-Ogievskiy |
2020-03-18 | hbitmap: drop meta bitmaps as they are unused | Vladimir Sementsov-Ogievskiy |
2019-10-17 | util/hbitmap: strict hbitmap_reset | Vladimir Sementsov-Ogievskiy |
2019-08-16 | tests/test-hbitmap: test next_zero and _next_dirty_area after truncate | Vladimir Sementsov-Ogievskiy |
2019-01-15 | Revert "hbitmap: Add @advance param to hbitmap_iter_next()" | Vladimir Sementsov-Ogievskiy |
2019-01-15 | Revert "test-hbitmap: Add non-advancing iter_next tests" | Vladimir Sementsov-Ogievskiy |
2019-01-15 | tests: add tests for hbitmap_next_dirty_area | Vladimir Sementsov-Ogievskiy |
2019-01-15 | tests: add tests for hbitmap_next_zero with specified end parameter | Vladimir Sementsov-Ogievskiy |
2019-01-15 | dirty-bitmap: improve bdrv_dirty_bitmap_next_zero | Vladimir Sementsov-Ogievskiy |
2018-06-18 | test-hbitmap: Add non-advancing iter_next tests | Max Reitz |
2018-06-18 | hbitmap: Add @advance param to hbitmap_iter_next() | Max Reitz |
2018-02-10 | tests/hbitmap: use ARRAY_SIZE macro | Philippe Mathieu-Daudé |
2017-12-18 | hbitmap: add next_zero function | Vladimir Sementsov-Ogievskiy |
2017-10-06 | hbitmap: Rename serialization_granularity to serialization_align | Eric Blake |
2017-07-11 | tests: add hbitmap iter test | Vladimir Sementsov-Ogievskiy |
2017-01-26 | test-hbitmap: Add hbitmap_is_serializable() calls | Max Reitz |
2016-10-24 | tests: Add test code for hbitmap serialization | Fam Zheng |
2016-10-24 | tests: Add test code for meta bitmap | Fam Zheng |
2016-06-07 | hbitmap: Use DIV_ROUND_UP | Laurent Vivier |
2016-06-07 | tests: Remove unnecessary glib.h includes | Peter Maydell |
2016-02-16 | tests: Clean up includes | Peter Maydell |
2015-09-11 | maint: avoid useless "if (foo) free(foo)" pattern | Markus Armbruster |
2015-06-23 | util/hbitmap: Add an API to reset all set bits in hbitmap | Wen Congyang |
2015-04-28 | hbitmap: truncate tests | John Snow |
2013-01-25 | hbitmap: add assertion on hbitmap_iter_init | Paolo Bonzini |
2013-01-25 | add hierarchical bitmap data type and test cases | Paolo Bonzini |