aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds6-8/+8
2005-03-11[PATCH] md: remove kludgy level check from md.cNeil Brown1-3/+2
2005-03-11[PATCH] md: make raid5 and raid6 robust against failure during recovery.Neil Brown3-6/+31
2005-03-11[PATCH] md: remove possible oops in md/raid1Neil Brown1-12/+28
2005-03-11[PATCH] md: RAID Kconfig cleanups, remove experimental tag from RAID-6Neil Brown1-11/+8
2005-03-11[PATCH] md: fix multipath assembly bugNeil Brown1-1/+1
2005-03-11[PATCH] md: erroneous sizeof use in raid1Neil Brown1-1/+1
2005-03-09[PATCH] device-mapper: Some multipath fn renamesAlasdair G. Kergon5-21/+22
2005-03-09[PATCH] device-mapper: Some code/formatting cleanupsAlasdair G. Kergon7-88/+63
2005-03-09[PATCH] device-mapper: tag multipath exports GPLAlasdair G. Kergon3-6/+6
2005-03-09[PATCH] device-mapper: multipath hardware handler for EMCAlasdair G. Kergon3-0/+370
2005-03-09[PATCH] device-mapper: multipath hardware handlerAlasdair G. Kergon5-4/+408
2005-03-09[PATCH] device-mapper: multipath round-robin path selector.Alasdair G. Kergon2-1/+215
2005-03-09[PATCH] device-mapper: multipathAlasdair G. Kergon6-0/+1477
2005-03-09[PATCH] device-mapper: Export map_infoAlasdair G. Kergon2-0/+10
2005-03-09[PATCH] device-mapper: Record & restore bio state.Alasdair G. Kergon1-0/+45
2005-03-09[PATCH] device-mapper: Store name directly against deviceLars Marowsky-Bree7-28/+15
2005-03-09[PATCH] md: fix typo in super_1_syncNeil Brown1-1/+1
2005-03-07[PATCH] add local bio pool support and modify dmDave Olien3-230/+16
2005-03-07[PATCH] ppc: raid6 build fixAndrew Morton1-1/+1
2005-03-04[PATCH] PPC/PPC64: Abstract cpu_feature checks.Olof Johansson1-1/+1
2005-02-22[PATCH] device-mapper: dm-raid1 deadlock fixAlasdair G. Kergon1-2/+2
2005-02-11[PATCH] raid5 and raid6 fixes to current bk treeDave Olien2-0/+4
2005-02-10[PATCH] portability problem in dm-stripe.cAlexander Viro1-1/+1
2005-02-07[PATCH] raid5 overlapping read hackNeil Brown2-17/+89
2005-02-07[PATCH] md: remove extra loop from copy_dataNeil Brown2-68/+61
2005-02-07[PATCH] md: fix endless loop when syncing an array that doesn't need any resync.Neil Brown1-2/+4
2005-02-07[PATCH] md: make md work a bit better with devfsNeil Brown1-3/+6
2005-02-07[PATCH] md: prevent oops when drive set faulty in inactive md array.Neil Brown1-0/+3
2005-02-07[PATCH] md: fix problems with verion-1 superblock codeNeil Brown1-2/+3
2005-02-03[PATCH] device-mapper: Fixes for 64-bit sector_tAlasdair G. Kergon7-28/+29
2005-02-03[PATCH] device-mapper: stripe_width should be sector_tAlasdair G. Kergon1-1/+1
2005-02-02[PATCH] md sync_page_io bio leakJens Axboe1-2/+0
2005-02-01[PATCH] assert_spin_locked()Herbert Pƶtzl2-2/+2
2005-01-25[PATCH] device-mapper: fix TB stripe data corruptionKevin Corry1-4/+3
2005-01-25[PATCH] device-mapper: optionally bypass a bdgetAlasdair G. Kergon1-12/+15
2005-01-25[PATCH] device-mapper: Add presuspend hookAlasdair G. Kergon4-13/+34
2005-01-25[PATCH] device-mapper: remove unused bs_bio_init()Alasdair G. Kergon1-16/+0
2005-01-25[PATCH] device-mapper: fix mirror log type module ref countAlasdair G. Kergon1-7/+7
2005-01-20[PATCH] Fix md using bio on stack with bio clonesJens Axboe1-16/+13
2005-01-20[PATCH] Lock initializer cleanup: RaidThomas Gleixner3-4/+4
2005-01-14[PATCH] various Kconfig fixesGabor Egry1-1/+1
2005-01-07[PATCH] Lock initializer unifying: RaidThomas Gleixner6-10/+10
2005-01-07[PATCH] raid6: altivec supportH. Peter Anvin3-0/+162
2005-01-07[PATCH] md: improve 'hash' code in linear.cNeil Brown1-24/+14
2004-12-01[PATCH] md: fix jiffies handling in md.cNeil Brown1-1/+1
2004-12-01[PATCH] md: fix careless bug in raid10Neil Brown1-0/+1
2004-11-18[PATCH] md: Fix problem with unsigned variable going "negative" in linear.cNeil Brown1-10/+11
2004-11-15[PATCH] device-mapper: Allow referencing by device numberAlasdair G. Kergon3-18/+54
2004-11-15[PATCH] device-mapper: Add DM_TARGET_MSGAlasdair G. Kergon3-3/+71