summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2013-10-05bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet
2013-10-05bcache: Fix a shrinker deadlockKent Overstreet
2013-10-05bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet
2013-10-05bcache: Fix a flush/fua performance bugKent Overstreet
2013-10-05bcache: Fix a writeback performance regressionKent Overstreet
2013-10-05bcache: Fix for when no journal entries are foundKent Overstreet
2013-10-05bcache: Strip endline when writing the label through sysfsGabriel de Perthuis
2013-10-05bcache: Fix a dumb journal discard bugKent Overstreet
2013-09-14dm crypt: Make crypto work queue single-threadedShravani Dingari
2013-09-14Revert "dm crypt: add loop aes iv generator"Kasoju Mallikarjun
2013-09-14Revert "dm crypt: wipe keys string immediately after key is set"Kasoju Mallikarjun
2013-08-29bcache: FUA fixesKent Overstreet
2013-08-29md: bcache: io.c: fix a potential NULL pointer dereferenceKumar Amit Mehta
2013-08-04dm verity: fix inability to use a few specific devices sizesMikulas Patocka
2013-08-04dm ioctl: set noio flag to avoid __vmalloc deadlockMikulas Patocka
2013-08-04dm mpath: fix ioctl deadlock when no pathsHannes Reinecke
2013-08-04md/raid10: remove use-after-free bug.NeilBrown
2013-08-04md/raid5: fix interaction of 'replace' and 'recovery'.NeilBrown
2013-08-04md/raid1: fix bio handling problems in process_checks()NeilBrown
2013-08-04md: Remove recent change which allows devices to skip recovery.NeilBrown
2013-07-28bcache: Journal replay fixKent Overstreet
2013-07-28bcache: Fix GC_SECTORS_USED() calculationKent Overstreet
2013-07-28bcache: Fix a sysfs splat on shutdownKent Overstreet
2013-07-28bcache: Shutdown fixKent Overstreet
2013-07-28bcache: Advertise that flushes are supportedKent Overstreet
2013-07-28bcache: Fix a dumb raceKent Overstreet
2013-07-25md/raid10: fix two problems with RAID10 resync.NeilBrown
2013-07-25md/raid10: fix two bugs affecting RAID10 reshape.NeilBrown
2013-07-25md/raid10: fix bug which causes all RAID10 reshapes to move no data.NeilBrown
2013-06-13Merge tag 'md-3.10-fixes' of git://neil.brown.name/mdLinus Torvalds
2013-06-13md/raid1,5,10: Disable WRITE SAME until a recovery strategy is in placeH. Peter Anvin
2013-06-13md/raid1,raid10: use freeze_array in place of raise_barrier in various places.NeilBrown
2013-06-13md/raid1: consider WRITE as successful only if at least one non-Faulty and no...Alex Lyakas
2013-06-13md: md_stop_writes() should always freeze recovery.NeilBrown
2013-06-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-30raid5: Initialize bi_vcntKent Overstreet
2013-05-19dm thin: fix metadata dev resize detectionAlasdair G Kergon
2013-05-15Merge branch 'bcache-for-upstream' of git://evilpiepirate.org/~kent/linux-bca...Jens Axboe
2013-05-15bcache: Fix error handling in init codeKent Overstreet
2013-05-15bcache: drop "select CLOSURES"Paul Bolle
2013-05-15bcache: Fix incompatible pointer type warningEmil Goode
2013-05-10dm cache: set config valueJoe Thornber
2013-05-10dm cache: move config fnsAlasdair G Kergon
2013-05-10dm thin: generate event when metadata threshold passedJoe Thornber
2013-05-10dm persistent metadata: add space map threshold callbackJoe Thornber
2013-05-10dm persistent data: add threshold callback to space mapJoe Thornber
2013-05-10dm thin: detect metadata device resizingJoe Thornber
2013-05-10dm persistent data: support space map resizingJoe Thornber
2013-05-10dm thin: open dev read only when possibleJoe Thornber
2013-05-10dm thin: refactor data dev resizeJoe Thornber