aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAge
* dm verity: fix inability to use a few specific devices sizesMikulas Patocka2013-08-04
* dm ioctl: set noio flag to avoid __vmalloc deadlockMikulas Patocka2013-08-04
* dm mpath: fix ioctl deadlock when no pathsHannes Reinecke2013-08-04
* md/raid10: remove use-after-free bug.NeilBrown2013-08-04
* md/raid5: fix interaction of 'replace' and 'recovery'.NeilBrown2013-08-04
* md/raid1: fix bio handling problems in process_checks()NeilBrown2013-08-04
* md: Remove recent change which allows devices to skip recovery.NeilBrown2013-08-04
* bcache: Journal replay fixKent Overstreet2013-07-28
* bcache: Fix GC_SECTORS_USED() calculationKent Overstreet2013-07-28
* bcache: Fix a sysfs splat on shutdownKent Overstreet2013-07-28
* bcache: Shutdown fixKent Overstreet2013-07-28
* bcache: Advertise that flushes are supportedKent Overstreet2013-07-28
* bcache: Fix a dumb raceKent Overstreet2013-07-28
* md/raid10: fix two problems with RAID10 resync.NeilBrown2013-07-25
* md/raid10: fix two bugs affecting RAID10 reshape.NeilBrown2013-07-25
* md/raid10: fix bug which causes all RAID10 reshapes to move no data.NeilBrown2013-07-25
* Merge tag 'md-3.10-fixes' of git://neil.brown.name/mdLinus Torvalds2013-06-13
|\
| * md/raid1,5,10: Disable WRITE SAME until a recovery strategy is in placeH. Peter Anvin2013-06-13
| * md/raid1,raid10: use freeze_array in place of raise_barrier in various places.NeilBrown2013-06-12
| * md/raid1: consider WRITE as successful only if at least one non-Faulty and no...Alex Lyakas2013-06-12
| * md: md_stop_writes() should always freeze recovery.NeilBrown2013-06-12
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-06-12
|\ \
| * | raid5: Initialize bi_vcntKent Overstreet2013-05-30
| * | Merge branch 'bcache-for-upstream' of git://evilpiepirate.org/~kent/linux-bca...Jens Axboe2013-05-15
| |\ \
| | * | bcache: Fix error handling in init codeKent Overstreet2013-05-15
| | * | bcache: drop "select CLOSURES"Paul Bolle2013-05-15
| | * | bcache: Fix incompatible pointer type warningEmil Goode2013-05-15
* | | | dm thin: fix metadata dev resize detectionAlasdair G Kergon2013-05-19
|/ / /
* | | dm cache: set config valueJoe Thornber2013-05-10
* | | dm cache: move config fnsAlasdair G Kergon2013-05-10
* | | dm thin: generate event when metadata threshold passedJoe Thornber2013-05-10
* | | dm persistent metadata: add space map threshold callbackJoe Thornber2013-05-10
* | | dm persistent data: add threshold callback to space mapJoe Thornber2013-05-10
* | | dm thin: detect metadata device resizingJoe Thornber2013-05-10
* | | dm persistent data: support space map resizingJoe Thornber2013-05-10
* | | dm thin: open dev read only when possibleJoe Thornber2013-05-10
* | | dm thin: refactor data dev resizeJoe Thornber2013-05-10
* | | dm cache: replace memcpy with struct assignmentJoe Thornber2013-05-10
* | | dm cache: fix typos in commentsJoe Thornber2013-05-10
* | | dm cache policy: fix description of lookup fnAlasdair G Kergon2013-05-10
* | | dm persistent data: fix error message typosJoe Thornber2013-05-10
* | | dm cache: tune migration throttlingJoe Thornber2013-05-10
* | | dm mpath: enable WRITE SAME supportMike Snitzer2013-05-10
* | | dm table: fix write same supportMike Snitzer2013-05-10
* | | dm bufio: avoid a possible __vmalloc deadlockMikulas Patocka2013-05-10
* | | dm snapshot: fix error return code in snapshot_ctrWei Yongjun2013-05-10
* | | dm cache: fix error return code in cache_createWei Yongjun2013-05-10
* | | dm stripe: fix regression in stripe_width calculationMike Snitzer2013-05-10
* | | Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-08
|\| |
| * | bcache: Use bd_link_disk_holder()Kent Overstreet2013-04-30