summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-06dm mpath: refactor pg_initKiyoshi Ueda1-12/+19
2010-03-06dm mpath: wait for pg_init completion when suspendingKiyoshi Ueda1-3/+35
2010-03-06dm mpath: hold io until all pg_inits completedKiyoshi Ueda1-6/+11
2010-03-06dm mpath: avoid storing private suspended stateKiyoshi Ueda1-12/+0
2010-03-06dm table: remove dm_get from dm_table_get_mdKiyoshi Ueda3-19/+4
2010-03-06dm mpath: skip activate_path for failed pathsMoger, Babu1-2/+5
2010-03-06dm mpath: pass struct pgpath to pg init doneMoger, Babu1-3/+2
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2-2/+2
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-1/+1
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen5-9/+9
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo2-2/+2
2010-02-16dm: sysfs revert add empty release function to avoid debug warningAlasdair G Kergon1-8/+0
2010-02-16dm mpath: fix stall when requeueing ioKiyoshi Ueda1-4/+17