summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2014-02-11dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini2-1/+17
2013-01-17md: Don't truncate size at 4TB for RAID0 and LinearNeilBrown1-3/+6
2013-01-17md: Fix handling for devices from 2TB to 4TB in 0.90 metadata.NeilBrown1-2/+10
2012-08-17md/raid5: abort any pending parity operations when array fails.NeilBrown1-12/+20
2012-08-17md/linear: avoid corrupting structure while waiting for rcu_free to complete.NeilBrown1-1/+1
2012-05-17dm: fix idr leak on module removalAlasdair G Kergon1-2/+8
2012-05-17dm mpath: fix potential NULL pointer in feature arg processingMike Snitzer1-0/+5
2012-05-17md: avoid endless recovery loop when waiting for fail device to complete.NeilBrown1-0/+1
2012-05-17md/raid5: fix FUA request handling in ops_run_io()Namhyung Kim1-3/+3
2012-05-17md/raid5: fix raid5_set_bi_hw_segmentsNamhyung Kim1-1/+1
2012-05-17md: check ->hot_remove_disk when removing diskNamhyung Kim1-1/+1
2012-05-17dm table: reject devices without request fnsMilan Broz1-0/+17
2011-06-26md: correctly handle probe of an 'mdp' device.NeilBrown1-0/+3
2011-06-26dm mpath: disable blk_abort_queueMike Snitzer1-12/+0
2011-06-26dm: dont take i_mutex to change device sizeMike Snitzer1-2/+3
2011-04-18md: fix regression with re-adding devices to arrays with no metadataNeilBrown1-2/+3
2011-04-18block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen2-8/+0
2011-04-18md: fix bug with re-adding of partially recovered device.NeilBrown1-2/+5
2011-04-18md: fix return value of rdev_size_change()Justin Maggard1-2/+2
2011-04-18md/raid1: really fix recovery looping when single good device fails.NeilBrown1-0/+1
2011-04-18md: fix another deadlock with removing sysfs attributes.NeilBrown2-14/+21
2010-08-27dm ioctl: release _hash_lock between devices in remove_allKiyoshi Ueda1-19/+25
2010-08-27dm: prevent access to md being deletedKiyoshi Ueda1-0/+1
2010-08-27dm snapshot: test chunk size against both origin and snapshotMikulas Patocka3-17/+26
2010-08-27dm snapshot: iterate origin and cow devicesMikulas Patocka1-1/+7
2010-08-27dm mpath: fix NULL pointer dereference when path parameters missingAlasdair G Kergon1-0/+1
2010-08-14md/raid1: delay reads that could overtake behind-writes.NeilBrown3-8/+22
2010-08-14md/raid10: fix deadlock with unaligned read during resyncNeilBrown1-0/+18
2010-08-02md: raid10: Fix null pointer dereference in fix_read_error()Prasanna S. Panchamukhi1-6/+6
2010-07-05md: manage redundancy group in sysfs when changing level.NeilBrown3-13/+38
2010-07-05md: set mddev readonly flag on blkdev BLKROSET ioctlDan Williams1-0/+29
2010-07-05md: remove unneeded sysfs files more promptlyNeilBrown1-10/+31
2010-07-05md/linear: avoid possible oops and array stopNeilBrown1-0/+1
2010-07-05md: Fix read balancing in RAID1 and RAID10 on drives > 2TBNeilBrown2-3/+3
2010-07-05md/raid1: fix counting of write targets.NeilBrown1-2/+3
2010-05-07md: restore ability of spare drives to spin down.NeilBrown1-2/+8
2010-05-07md/raid6: Fix raid-6 read-error correction in degraded stateGabriele A. Trombetti1-1/+1
2010-04-23md/raid5: fix previous patch.NeilBrown1-17/+18
2010-04-20md/raid5: allow for more than 2^31 chunks.NeilBrown1-12/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo14-1/+14
2010-03-19Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds5-41/+60
2010-03-16md: deal with merge_bvec_fn in component devices better.NeilBrown5-41/+60
2010-03-08Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2-3/+3
2010-03-06dm raid1: fix deadlock when suspending failed deviceTakahiro Yasui1-18/+23
2010-03-06dm: eliminate some holes data structuresMike Snitzer1-13/+13
2010-03-06dm ioctl: introduce flag indicating uevent was generatedPeter Rajnoha3-12/+18
2010-03-06dm: free dm_io before bio_endio not afterMikulas Patocka1-2/+2
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan9-29/+19
2010-03-06dm ioctl: only issue uevent on resume if state changedMike Snitzer1-4/+5
2010-03-06dm raid1: always return error if all legs failMikulas Patocka1-3/+6