summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2013-10-24raid5: avoid finding "discard" stripeShaohua Li-0/+8
2013-10-24raid5: set bio bi_vcnt 0 for discard requestShaohua Li-0/+12
2013-10-24md: avoid deadlock when md_set_badblocks.Bian Yu-2/+3
2013-10-24md: Fix skipping recovery for read-only arrays.Lukasz Dorau-0/+2
2013-10-23bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet-1/+1
2013-10-16dm snapshot: fix data corruptionMikulas Patocka-6/+12
2013-10-10bcache: Fix a null ptr deref regressionKent Overstreet-2/+1
2013-09-25Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds-25/+118
2013-09-24bcache: Fix flushes in writeback modeKent Overstreet-6/+9
2013-09-24bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet-11/+28
2013-09-24bcache: Fix a shrinker deadlockKent Overstreet-1/+1
2013-09-24bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet-2/+1
2013-09-24bcache: Fix a flush/fua performance bugKent Overstreet-0/+1
2013-09-24bcache: Fix a writeback performance regressionKent Overstreet-30/+43
2013-09-24bcache: Correct printf()-style format length modifierGeert Uytterhoeven-1/+1
2013-09-24bcache: Fix for when no journal entries are foundKent Overstreet-12/+18
2013-09-24bcache: Strip endline when writing the label through sysfsGabriel de Perthuis-2/+7
2013-09-24bcache: Fix a dumb journal discard bugKent Overstreet-1/+1
2013-09-23dm: add reserved_bio_based_ios module parameterMike Snitzer-5/+20
2013-09-23dm: add reserved_rq_based_ios module parameterMike Snitzer-4/+42
2013-09-23dm: lower bio-based mempool reservationMike Snitzer-4/+5
2013-09-23dm thin: do not expose non-zero discard limits if discards disabledMike Snitzer-3/+11
2013-09-20dm mpath: disable WRITE SAME if it failsMike Snitzer-1/+21
2013-09-20dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka-3/+2
2013-09-20dm snapshot: workaround for a false positive lockdep warningMikulas Patocka-1/+1
2013-09-18dm stats: fix possible counter corruption on 32-bit systemsMikulas Patocka-6/+17
2013-09-18dm mpath: do not fail path on -ENOSPCJun'ichi Nomura-0/+1
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-43/+66
2013-09-10drivers: convert shrinkers to new count/scan APIDave Chinner-43/+66
2013-09-10Merge tag 'dm-3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-151/+1359
2013-09-10Merge tag 'md/3.12' of git://neil.brown.name/mdLinus Torvalds-40/+406
2013-09-06dm stripe: silence a couple sparse warningsMike Snitzer-0/+1
2013-09-05dm: add statistics supportMikulas Patocka-12/+1102
2013-09-05dm thin: always return -ENOSPC if no_free_space is setMike Snitzer-25/+31
2013-09-05dm ioctl: cleanup error handling in table_loadMike Snitzer-18/+16
2013-09-05dm ioctl: increase granularity of type_lock when loading tableMike Snitzer-4/+6
2013-09-05dm ioctl: prevent rename to empty name or uuidAlasdair Kergon-1/+1
2013-09-05dm thin: set pool read-only if breaking_sharing fails block allocationMike Snitzer-2/+4
2013-09-05dm thin: prefix pool error messages with pool device nameMike Snitzer-16/+32
2013-09-05dm: allow error target to replace bio-based and request-based targetsMike Snitzer-3/+39
2013-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+15
2013-09-02raid5: only wakeup necessary threadsShaohua Li-6/+38
2013-08-28md/raid5: flush out all pending requests before proceeding with reshape.NeilBrown-0/+7
2013-08-28md/raid5: use seqcount to protect access to shape in make_request.NeilBrown-1/+14
2013-08-28raid5: sysfs entry to control worker thread numberShaohua Li-0/+60
2013-08-28raid5: offload stripe handle to workqueueShaohua Li-15/+186
2013-08-28raid5: fix stripe release orderShaohua Li-0/+15
2013-08-28raid5: make release_stripe locklessShaohua Li-3/+49
2013-08-27md: avoid deadlock when dirty buffers during md_stop.NeilBrown-9/+33
2013-08-27md: Don't test all of mddev->flags at once.NeilBrown-5/+6