aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds9-1666/+96
2008-07-15[SCSI] scsi_dh: fix kconfig related build errorsChandra Seetharaman2-1/+7
2008-07-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-19/+26
2008-07-10Merge branch 'for-2.6.26' of git://neil.brown.name/mdLinus Torvalds1-6/+1
2008-07-10md: ensure all blocks are uptodate or locked when syncingDan Williams1-6/+1
2008-07-03Add bvec_merge_data to handle stacked devices and ->merge_bvec()Alasdair G Kergon4-19/+26
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds1-0/+1
2008-07-02dm crypt: use cond_reschedMilan Broz1-0/+1
2008-06-28Fix error paths if md_probe fails.Neil Brown1-2/+4
2008-06-28Don't acknowlege that stripe-expand is complete until it really is.Neil Brown1-0/+3
2008-06-28Ensure interrupted recovery completed properly (v1 metadata plus bitmap)Neil Brown2-1/+5
2008-06-06md: do not compute parity unless it is on a failed driveDan Williams1-1/+4
2008-06-06md: fix uninitialized use of mddev->recovery_waitDan Williams1-1/+1
2008-06-06md: fix prexor vs sync_request raceDan Williams1-0/+5
2008-06-05[SCSI] scsi_dh: Remove hardware handler infrastructure from dmChandra Seetharaman4-278/+1
2008-06-05[SCSI] scsi_dh: Remove hardware handlers from dmChandra Seetharaman5-1315/+0
2008-06-05[SCSI] scsi_dh: Remove dm_pg_init_completeChandra Seetharaman1-41/+0
2008-06-05[SCSI] scsi_dh: Add a single threaded workqueue for initializing pathsChandra Seetharaman1-7/+34
2008-06-05[SCSI] scsi_dh: Use SCSI device handler in dm-multipathChandra Seetharaman2-51/+81
2008-05-24md: restart recovery cleanly after device failure.NeilBrown5-16/+43
2008-05-24md: allow parallel resync of md-devices.Bernd Schubert1-4/+36
2008-05-24md: notify userspace on 'stop' eventsDan Williams1-0/+2
2008-05-24md: notify userspace on 'write-pending' changes to array_stateNeilBrown1-1/+10
2008-05-24md: raid1: Fix restoration of bio between failed read and write.NeilBrown1-2/+13
2008-05-24md: md: raid5 rate limit error printkBernd Schubert1-12/+22
2008-05-24md: kill file_path wrapperChristoph Hellwig2-15/+6
2008-05-24md: fix possible oops when removing a bitmap from an active arrayNeilBrown1-1/+3
2008-05-14Remove blkdev warning triggered by using mdNeil Brown6-2/+10
2008-05-13md: fix raid5 'repair' operationsDan Williams1-12/+13
2008-05-08misc: fix integer as NULL pointer warningsHarvey Harrison1-1/+1
2008-04-30md: support blocking writes to an array on device failureDan Williams4-7/+115
2008-04-30md: prevent duplicates in bind_rdev_to_arrayDan Williams1-0/+5
2008-04-30md: remove a stray command from a copy and paste error in resync_start_storeDan Williams1-1/+0
2008-04-30md: fix up switching md arrays between read-only and read-writeNeilBrown1-4/+10
2008-04-30md: fix 'safemode' handling for external metadata.NeilBrown1-11/+19
2008-04-30md: reinitialise more mddev fields in do_md_stop.NeilBrown1-0/+25
2008-04-30md: skip all metadata update processing when using external metadata.NeilBrown1-0/+2
2008-04-30md: fix use after free when removing rdev via sysfsDan Williams1-1/+1
2008-04-29dm: use unlocked variants of queue flag check/setJens Axboe1-5/+3
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-7/+7
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev1-5/+1
2008-04-29block: no need to initialize rq->cmd with blk_get_requestFUJITA Tomonori3-4/+0
2008-04-29block: make queue flags non-atomicNick Piggin2-3/+7
2008-04-28drivers/md: use time_before, time_before_eq, etcJulia Lawall1-1/+2
2008-04-28raid: remove leading TAB on printk messagesNick Andrew4-7/+8
2008-04-28md: raid5.c convert simple_strtoul to strict_strtoulDan Williams1-9/+5
2008-04-28md: introduce get_priority_stripe() to improve raid456 write performanceDan Williams1-10/+112
2008-04-28md: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-25/+25
2008-04-28md: fix integer as NULL pointer warnings in md.cHarvey Harrison1-4/+4
2008-04-25dm: remove md argument from specific_minorFrederik Deweerdt1-8/+6