aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* raid5: avoid finding "discard" stripeShaohua Li2013-10-241-0/+8
* raid5: set bio bi_vcnt 0 for discard requestShaohua Li2013-10-241-0/+12
* md: avoid deadlock when md_set_badblocks.Bian Yu2013-10-241-2/+3
* md: Fix skipping recovery for read-only arrays.Lukasz Dorau2013-10-242-0/+2
* bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet2013-10-231-1/+1
* dm snapshot: fix data corruptionMikulas Patocka2013-10-161-6/+12
* bcache: Fix a null ptr deref regressionKent Overstreet2013-10-101-2/+1
* Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2013-09-258-25/+118
|\
| * dm: add reserved_bio_based_ios module parameterMike Snitzer2013-09-233-5/+20
| * dm: add reserved_rq_based_ios module parameterMike Snitzer2013-09-233-4/+42
| * dm: lower bio-based mempool reservationMike Snitzer2013-09-231-4/+5
| * dm thin: do not expose non-zero discard limits if discards disabledMike Snitzer2013-09-231-3/+11
| * dm mpath: disable WRITE SAME if it failsMike Snitzer2013-09-202-1/+21
| * dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka2013-09-201-3/+2
| * dm snapshot: workaround for a false positive lockdep warningMikulas Patocka2013-09-201-1/+1
| * dm stats: fix possible counter corruption on 32-bit systemsMikulas Patocka2013-09-181-6/+17
| * dm mpath: do not fail path on -ENOSPCJun'ichi Nomura2013-09-181-0/+1
* | bcache: Fix flushes in writeback modeKent Overstreet2013-09-241-6/+9
* | bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet2013-09-241-11/+28
* | bcache: Fix a shrinker deadlockKent Overstreet2013-09-241-1/+1
* | bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet2013-09-241-2/+1
* | bcache: Fix a flush/fua performance bugKent Overstreet2013-09-241-0/+1
* | bcache: Fix a writeback performance regressionKent Overstreet2013-09-244-30/+43
* | bcache: Correct printf()-style format length modifierGeert Uytterhoeven2013-09-241-1/+1
* | bcache: Fix for when no journal entries are foundKent Overstreet2013-09-241-12/+18
* | bcache: Strip endline when writing the label through sysfsGabriel de Perthuis2013-09-241-2/+7
* | bcache: Fix a dumb journal discard bugKent Overstreet2013-09-241-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-123-43/+66
|\
| * drivers: convert shrinkers to new count/scan APIDave Chinner2013-09-103-43/+66
* | Merge tag 'dm-3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-1018-151/+1359
|\ \
| * | dm stripe: silence a couple sparse warningsMike Snitzer2013-09-061-0/+1
| * | dm: add statistics supportMikulas Patocka2013-09-056-12/+1102
| * | dm thin: always return -ENOSPC if no_free_space is setMike Snitzer2013-09-051-25/+31
| * | dm ioctl: cleanup error handling in table_loadMike Snitzer2013-09-051-18/+16
| * | dm ioctl: increase granularity of type_lock when loading tableMike Snitzer2013-09-053-4/+6
| * | dm ioctl: prevent rename to empty name or uuidAlasdair Kergon2013-09-051-1/+1
| * | dm thin: set pool read-only if breaking_sharing fails block allocationMike Snitzer2013-09-051-2/+4
| * | dm thin: prefix pool error messages with pool device nameMike Snitzer2013-09-051-16/+32
| * | dm: allow error target to replace bio-based and request-based targetsMike Snitzer2013-09-053-3/+39
| * | dm space map: optimise sm_ll_dec and sm_ll_incJoe Thornber2013-08-231-28/+49
| * | dm btree: prefetch child nodes when walking tree for a dm_btree_delJoe Thornber2013-08-233-5/+31
| * | dm btree: use pop_frame in dm_btree_del to cleanup codeJoe Thornber2013-08-231-1/+1
| * | dm cache: eliminate holes in cache structureMike Snitzer2013-08-231-15/+15
| * | dm cache: fix stacking of geometry limitsMike Snitzer2013-08-231-2/+10
| * | dm thin: fix stacking of geometry limitsMike Snitzer2013-08-231-2/+10
| * | dm cache: add data block size limits to code and DocumentationMike Snitzer2013-08-231-7/+10
| * | dm: stop using WQ_NON_REENTRANTTejun Heo2013-08-234-14/+5
* | | Merge tag 'md/3.12' of git://neil.brown.name/mdLinus Torvalds2013-09-104-40/+406
|\ \ \ | |_|/ |/| |
| * | raid5: only wakeup necessary threadsShaohua Li2013-09-022-6/+38
| * | md/raid5: flush out all pending requests before proceeding with reshape.NeilBrown2013-08-281-0/+7