aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-11Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dmLinus Torvalds11-180/+818
2013-07-10dm: add switch targetJim Ramsay3-0/+553
2013-07-10dm: optimize reorder structureMikulas Patocka1-7/+7
2013-07-10dm: optimize use SRCU and RCUMikulas Patocka3-142/+175
2013-07-10dm bufio: submit writes outside lockMikulas Patocka1-15/+58
2013-07-10dm cache: fix arm link errors with inlineMikulas Patocka1-0/+4
2013-07-10dm verity: use __ffs and __flsMikulas Patocka1-4/+4
2013-07-10dm flakey: correct ctr alloc failure mesgAlasdair G Kergon1-1/+1
2013-07-10dm verity: remove pointless comparisonMikulas Patocka1-2/+2
2013-07-10dm: use __GFP_HIGHMEM in __vmallocMikulas Patocka2-2/+2
2013-07-10dm verity: fix inability to use a few specific devices sizesMikulas Patocka1-3/+2
2013-07-10dm ioctl: set noio flag to avoid __vmalloc deadlockMikulas Patocka1-0/+3
2013-07-10dm mpath: fix ioctl deadlock when no pathsHannes Reinecke2-7/+10
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2013-07-04md/raid10: fix bug which causes all RAID10 reshapes to move no data.NeilBrown1-5/+4
2013-07-04md/raid5: allow 5-device RAID6 to be reshaped to 4-device.NeilBrown1-1/+1
2013-07-03md/raid10: fix two bugs affecting RAID10 reshape.NeilBrown1-2/+2
2013-06-26MD: Remember the last sync operation that was performedJonathan Brassow3-9/+31
2013-06-26md: fix buglet in RAID5 -> RAID0 conversion.NeilBrown1-0/+1
2013-06-18md: bcache: Fixed a typo with the word 'arithmetic'Phil Viana1-2/+2
2013-06-14md/raid10: check In_sync flag in 'enough()'.NeilBrown1-4/+11
2013-06-14md/raid10: locking changes for 'enough()'.NeilBrown1-16/+29
2013-06-14md: replace strict_strto*() with kstrto*()Jingoo Han4-18/+18
2013-06-14md: Wait for md_check_recovery before attempting device removal.Hannes Reinecke1-0/+8
2013-06-14dm-raid: silence compiler warning on rebuilds_per_group.NeilBrown1-1/+1
2013-06-14DM RAID: Fix raid_resume not reviving failed devices in all casesJonathan Brassow1-0/+15
2013-06-14DM RAID: Break-up untidy functionJonathan Brassow1-33/+39
2013-06-14DM RAID: Add ability to restore transiently failed devices on resumeJonathan Brassow3-8/+53
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 non-rebuilding drive completed it.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-bcache into for-linusJens 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
2013-05-10dm cache: set config valueJoe Thornber1-28/+31
2013-05-10dm cache: move config fnsAlasdair G Kergon1-17/+17
2013-05-10dm thin: generate event when metadata threshold passedJoe Thornber3-0/+58
2013-05-10dm persistent metadata: add space map threshold callbackJoe Thornber1-1/+76
2013-05-10dm persistent data: add threshold callback to space mapJoe Thornber3-3/+29
2013-05-10dm thin: detect metadata device resizingJoe Thornber3-3/+64
2013-05-10dm persistent data: support space map resizingJoe Thornber1-6/+32
2013-05-10dm thin: open dev read only when possibleJoe Thornber1-11/+14
2013-05-10dm thin: refactor data dev resizeJoe Thornber2-33/+64
2013-05-10dm cache: replace memcpy with struct assignmentJoe Thornber2-3/+3