| Commit message (Expand) | Author | Age | Files | Lines |
* | ext4: fix a potential deadlock in __ext4_es_shrink() | Theodore Ts'o | 2014-07-12 | 1 | -2/+2 |
* | ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged() | Lukas Czerner | 2014-05-13 | 1 | -1/+7 |
* | ext4: rename uninitialized extents to unwritten | Lukas Czerner | 2014-04-21 | 1 | -1/+1 |
* | ext4: fix 64-bit number truncation warning | Chen Gang | 2014-04-07 | 1 | -1/+1 |
* | ext4: silence warnings in extent status tree debugging code | Eric Whitney | 2014-02-20 | 1 | -7/+7 |
* | ext4: add ext4_es_store_pblock_status() | Theodore Ts'o | 2014-02-20 | 1 | -8/+6 |
* | fs: convert fs shrinkers to new scan/count API | Dave Chinner | 2013-09-11 | 1 | -9/+24 |
* | ext4: isolate ext4_extents.h file | Zheng Liu | 2013-08-28 | 1 | -18/+2 |
* | ext4: add support for extent pre-caching | Theodore Ts'o | 2013-08-17 | 1 | -21/+51 |
* | ext4: cache all of an extent tree's leaf block upon reading | Theodore Ts'o | 2013-08-17 | 1 | -1/+36 |
* | ext4: use unsigned int for es_status values | Theodore Ts'o | 2013-08-17 | 1 | -3/+3 |
* | ext4: make the extent_status code more robust against ENOMEM failures | Theodore Ts'o | 2013-07-15 | 1 | -12/+39 |
* | ext4: fix spelling errors and a comment in extent_status tree | Theodore Ts'o | 2013-07-13 | 1 | -12/+10 |
* | ext4: improve extent cache shrink mechanism to avoid to burn CPU time | Zheng Liu | 2013-07-01 | 1 | -20/+55 |
* | ext4: fix fio regression | Yan, Zheng | 2013-05-03 | 1 | -5/+12 |
* | ext4: update extent status tree after an extent is zeroed out | Zheng Liu | 2013-03-11 | 1 | -0/+17 |
* | ext4: add self-testing infrastructure to do a sanity check | Dmitry Monakhov | 2013-03-11 | 1 | -0/+175 |
* | ext4: avoid a potential overflow in ext4_es_can_be_merged() | Zheng Liu | 2013-03-11 | 1 | -5/+15 |
* | ext4: use percpu counter for extent cache count | Theodore Ts'o | 2013-03-02 | 1 | -4/+4 |
* | ext4: optimize ext4_es_shrink() | Theodore Ts'o | 2013-03-01 | 1 | -26/+13 |
* | ext4: no need to remove extent if len is 0 in ext4_es_remove_extent() | Eryu Guan | 2013-02-22 | 1 | -0/+6 |
* | ext4: reclaim extents from extent status tree | Zheng Liu | 2013-02-18 | 1 | -0/+156 |
* | ext4: adjust some functions for reclaiming extents from extent status tree | Zheng Liu | 2013-02-18 | 1 | -26/+24 |
* | ext4: lookup block mapping in extent status tree | Zheng Liu | 2013-02-18 | 1 | -0/+60 |
* | ext4: rename and improbe ext4_es_find_extent() | Zheng Liu | 2013-02-18 | 1 | -20/+20 |
* | ext4: add physical block and status member into extent status tree | Zheng Liu | 2013-02-18 | 1 | -12/+55 |
* | ext4: refine extent status tree | Zheng Liu | 2013-02-18 | 1 | -141/+181 |
* | ext4: add some tracepoints in extent status tree | Zheng Liu | 2012-11-09 | 1 | -0/+8 |
* | ext4: add operations on extent status tree | Zheng Liu | 2012-11-09 | 1 | -0/+492 |