summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2013-11-13md: Fix skipping recovery for read-only arrays.Lukasz Dorau2-0/+2
2013-11-13md: avoid deadlock when md_set_badblocks.Bian Yu1-2/+3
2013-11-13raid5: avoid finding "discard" stripeShaohua Li1-0/+8
2013-11-13raid5: set bio bi_vcnt 0 for discard requestShaohua Li1-0/+12
2013-11-13bcache: Fixed incorrect order of arguments to bio_alloc_bioset()Kent Overstreet1-1/+1
2013-11-04dm snapshot: fix data corruptionMikulas Patocka1-6/+12
2013-10-13bcache: Fix a null ptr deref regressionKent Overstreet1-2/+1
2013-10-05dm-raid: silence compiler warning on rebuilds_per_group.NeilBrown1-1/+1
2013-10-05dm mpath: disable WRITE SAME if it failsMike Snitzer2-1/+21
2013-10-05dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka1-3/+2
2013-10-05dm snapshot: workaround for a false positive lockdep warningMikulas Patocka1-1/+1
2013-10-05bcache: Fix flushes in writeback modeKent Overstreet1-6/+9
2013-10-05bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet1-11/+28
2013-10-05bcache: Fix a shrinker deadlockKent Overstreet1-1/+1
2013-10-05bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet1-2/+1
2013-10-05bcache: Fix a flush/fua performance bugKent Overstreet1-0/+1
2013-10-05bcache: Fix a writeback performance regressionKent Overstreet4-30/+43
2013-10-05bcache: Fix for when no journal entries are foundKent Overstreet1-12/+18
2013-10-05bcache: Strip endline when writing the label through sysfsGabriel de Perthuis1-1/+7
2013-10-05bcache: Fix a dumb journal discard bugKent Overstreet1-1/+1
2013-08-29bcache: FUA fixesKent Overstreet3-4/+34
2013-08-29md: bcache: io.c: fix a potential NULL pointer dereferenceKumar Amit Mehta1-0/+2
2013-08-04dm verity: fix inability to use a few specific devices sizesMikulas Patocka1-3/+2
2013-08-04dm ioctl: set noio flag to avoid __vmalloc deadlockMikulas Patocka1-0/+3
2013-08-04dm mpath: fix ioctl deadlock when no pathsHannes Reinecke2-7/+10
2013-08-04md/raid10: remove use-after-free bug.NeilBrown1-1/+7
2013-08-04md/raid5: fix interaction of 'replace' and 'recovery'.NeilBrown2-5/+11
2013-08-04md/raid1: fix bio handling problems in process_checks()NeilBrown1-23/+30
2013-08-04md: Remove recent change which allows devices to skip recovery.NeilBrown1-14/+0
2013-07-28bcache: Journal replay fixKent Overstreet1-1/+6
2013-07-28bcache: Fix GC_SECTORS_USED() calculationKent Overstreet1-1/+3
2013-07-28bcache: Fix a sysfs splat on shutdownKent Overstreet2-1/+11
2013-07-28bcache: Shutdown fixKent Overstreet1-7/+11
2013-07-28bcache: Advertise that flushes are supportedKent Overstreet2-1/+9
2013-07-28bcache: Fix a dumb raceKent Overstreet1-2/+4
2013-07-25md/raid10: fix two problems with RAID10 resync.NeilBrown1-2/+9
2013-07-25md/raid10: fix two bugs affecting RAID10 reshape.NeilBrown1-2/+2
2013-07-25md/raid10: fix bug which causes all RAID10 reshapes to move no data.NeilBrown1-5/+4
2013-06-13Merge tag 'md-3.10-fixes' of git://neil.brown.name/mdLinus Torvalds4-26/+47
2013-06-13md/raid1,5,10: Disable WRITE SAME until a recovery strategy is in placeH. Peter Anvin3-5/+6
2013-06-13md/raid1,raid10: use freeze_array in place of raise_barrier in various places.NeilBrown2-18/+18
2013-06-13md/raid1: consider WRITE as successful only if at least one non-Faulty and no...Alex Lyakas2-2/+22
2013-06-13md: md_stop_writes() should always freeze recovery.NeilBrown1-1/+1
2013-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-124/+102
2013-05-30raid5: Initialize bi_vcntKent Overstreet1-0/+2
2013-05-19dm thin: fix metadata dev resize detectionAlasdair G Kergon1-2/+2
2013-05-15Merge branch 'bcache-for-upstream' of git://evilpiepirate.org/~kent/linux-bca...Jens Axboe5-124/+100
2013-05-15bcache: Fix error handling in init codeKent Overstreet4-121/+99
2013-05-15bcache: drop "select CLOSURES"Paul Bolle1-1/+0
2013-05-15bcache: Fix incompatible pointer type warningEmil Goode1-2/+1