| Commit message (Expand) | Author | Age | Files | Lines |
* | raid5: avoid finding "discard" stripe | Shaohua Li | 2013-10-24 | 1 | -0/+8 |
* | raid5: set bio bi_vcnt 0 for discard request | Shaohua Li | 2013-10-24 | 1 | -0/+12 |
* | md: avoid deadlock when md_set_badblocks. | Bian Yu | 2013-10-24 | 1 | -2/+3 |
* | md: Fix skipping recovery for read-only arrays. | Lukasz Dorau | 2013-10-24 | 2 | -0/+2 |
* | bcache: Fixed incorrect order of arguments to bio_alloc_bioset() | Kent Overstreet | 2013-10-23 | 1 | -1/+1 |
* | dm snapshot: fix data corruption | Mikulas Patocka | 2013-10-16 | 1 | -6/+12 |
* | bcache: Fix a null ptr deref regression | Kent Overstreet | 2013-10-10 | 1 | -2/+1 |
* | Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de... | Linus Torvalds | 2013-09-25 | 8 | -25/+118 |
|\ |
|
| * | dm: add reserved_bio_based_ios module parameter | Mike Snitzer | 2013-09-23 | 3 | -5/+20 |
| * | dm: add reserved_rq_based_ios module parameter | Mike Snitzer | 2013-09-23 | 3 | -4/+42 |
| * | dm: lower bio-based mempool reservation | Mike Snitzer | 2013-09-23 | 1 | -4/+5 |
| * | dm thin: do not expose non-zero discard limits if discards disabled | Mike Snitzer | 2013-09-23 | 1 | -3/+11 |
| * | dm mpath: disable WRITE SAME if it fails | Mike Snitzer | 2013-09-20 | 2 | -1/+21 |
| * | dm-snapshot: fix performance degradation due to small hash size | Mikulas Patocka | 2013-09-20 | 1 | -3/+2 |
| * | dm snapshot: workaround for a false positive lockdep warning | Mikulas Patocka | 2013-09-20 | 1 | -1/+1 |
| * | dm stats: fix possible counter corruption on 32-bit systems | Mikulas Patocka | 2013-09-18 | 1 | -6/+17 |
| * | dm mpath: do not fail path on -ENOSPC | Jun'ichi Nomura | 2013-09-18 | 1 | -0/+1 |
* | | bcache: Fix flushes in writeback mode | Kent Overstreet | 2013-09-24 | 1 | -6/+9 |
* | | bcache: Fix for handling overlapping extents when reading in a btree node | Kent Overstreet | 2013-09-24 | 1 | -11/+28 |
* | | bcache: Fix a shrinker deadlock | Kent Overstreet | 2013-09-24 | 1 | -1/+1 |
* | | bcache: Fix a dumb CPU spinning bug in writeback | Kent Overstreet | 2013-09-24 | 1 | -2/+1 |
* | | bcache: Fix a flush/fua performance bug | Kent Overstreet | 2013-09-24 | 1 | -0/+1 |
* | | bcache: Fix a writeback performance regression | Kent Overstreet | 2013-09-24 | 4 | -30/+43 |
* | | bcache: Correct printf()-style format length modifier | Geert Uytterhoeven | 2013-09-24 | 1 | -1/+1 |
* | | bcache: Fix for when no journal entries are found | Kent Overstreet | 2013-09-24 | 1 | -12/+18 |
* | | bcache: Strip endline when writing the label through sysfs | Gabriel de Perthuis | 2013-09-24 | 1 | -2/+7 |
* | | bcache: Fix a dumb journal discard bug | Kent Overstreet | 2013-09-24 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-09-12 | 3 | -43/+66 |
|\ |
|
| * | drivers: convert shrinkers to new count/scan API | Dave Chinner | 2013-09-10 | 3 | -43/+66 |
* | | Merge tag 'dm-3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-09-10 | 18 | -151/+1359 |
|\ \ |
|
| * | | dm stripe: silence a couple sparse warnings | Mike Snitzer | 2013-09-06 | 1 | -0/+1 |
| * | | dm: add statistics support | Mikulas Patocka | 2013-09-05 | 6 | -12/+1102 |
| * | | dm thin: always return -ENOSPC if no_free_space is set | Mike Snitzer | 2013-09-05 | 1 | -25/+31 |
| * | | dm ioctl: cleanup error handling in table_load | Mike Snitzer | 2013-09-05 | 1 | -18/+16 |
| * | | dm ioctl: increase granularity of type_lock when loading table | Mike Snitzer | 2013-09-05 | 3 | -4/+6 |
| * | | dm ioctl: prevent rename to empty name or uuid | Alasdair Kergon | 2013-09-05 | 1 | -1/+1 |
| * | | dm thin: set pool read-only if breaking_sharing fails block allocation | Mike Snitzer | 2013-09-05 | 1 | -2/+4 |
| * | | dm thin: prefix pool error messages with pool device name | Mike Snitzer | 2013-09-05 | 1 | -16/+32 |
| * | | dm: allow error target to replace bio-based and request-based targets | Mike Snitzer | 2013-09-05 | 3 | -3/+39 |
| * | | dm space map: optimise sm_ll_dec and sm_ll_inc | Joe Thornber | 2013-08-23 | 1 | -28/+49 |
| * | | dm btree: prefetch child nodes when walking tree for a dm_btree_del | Joe Thornber | 2013-08-23 | 3 | -5/+31 |
| * | | dm btree: use pop_frame in dm_btree_del to cleanup code | Joe Thornber | 2013-08-23 | 1 | -1/+1 |
| * | | dm cache: eliminate holes in cache structure | Mike Snitzer | 2013-08-23 | 1 | -15/+15 |
| * | | dm cache: fix stacking of geometry limits | Mike Snitzer | 2013-08-23 | 1 | -2/+10 |
| * | | dm thin: fix stacking of geometry limits | Mike Snitzer | 2013-08-23 | 1 | -2/+10 |
| * | | dm cache: add data block size limits to code and Documentation | Mike Snitzer | 2013-08-23 | 1 | -7/+10 |
| * | | dm: stop using WQ_NON_REENTRANT | Tejun Heo | 2013-08-23 | 4 | -14/+5 |
* | | | Merge tag 'md/3.12' of git://neil.brown.name/md | Linus Torvalds | 2013-09-10 | 4 | -40/+406 |
|\ \ \
| |_|/
|/| | |
|
| * | | raid5: only wakeup necessary threads | Shaohua Li | 2013-09-02 | 2 | -6/+38 |
| * | | md/raid5: flush out all pending requests before proceeding with reshape. | NeilBrown | 2013-08-28 | 1 | -0/+7 |