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