summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-04md/raid10: fix bug which causes all RAID10 reshapes to move no data.NeilBrown
2013-07-04md/raid5: allow 5-device RAID6 to be reshaped to 4-device.NeilBrown
2013-07-03md/raid10: fix two bugs affecting RAID10 reshape.NeilBrown
2013-06-26MD: Remember the last sync operation that was performedJonathan Brassow
2013-06-26md: fix buglet in RAID5 -> RAID0 conversion.NeilBrown
2013-06-18md: bcache: Fixed a typo with the word 'arithmetic'Phil Viana
2013-06-14md/raid10: check In_sync flag in 'enough()'.NeilBrown
2013-06-14md/raid10: locking changes for 'enough()'.NeilBrown
2013-06-14md: replace strict_strto*() with kstrto*()Jingoo Han
2013-06-14md: Wait for md_check_recovery before attempting device removal.Hannes Reinecke
2013-06-14dm-raid: silence compiler warning on rebuilds_per_group.NeilBrown
2013-06-14DM RAID: Fix raid_resume not reviving failed devices in all casesJonathan Brassow
2013-06-14DM RAID: Break-up untidy functionJonathan Brassow
2013-06-14DM RAID: Add ability to restore transiently failed devices on resumeJonathan Brassow
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
2013-05-10dm cache: replace memcpy with struct assignmentJoe Thornber
2013-05-10dm cache: fix typos in commentsJoe Thornber
2013-05-10dm cache policy: fix description of lookup fnAlasdair G Kergon
2013-05-10dm persistent data: fix error message typosJoe Thornber
2013-05-10dm cache: tune migration throttlingJoe Thornber
2013-05-10dm mpath: enable WRITE SAME supportMike Snitzer
2013-05-10dm table: fix write same supportMike Snitzer
2013-05-10dm bufio: avoid a possible __vmalloc deadlockMikulas Patocka
2013-05-10dm snapshot: fix error return code in snapshot_ctrWei Yongjun
2013-05-10dm cache: fix error return code in cache_createWei Yongjun
2013-05-10dm stripe: fix regression in stripe_width calculationMike Snitzer
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-07block_device_operations->release() should return voidAl Viro