aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2011-06-26md: correctly handle probe of an 'mdp' device.NeilBrown
2011-06-26dm mpath: disable blk_abort_queueMike Snitzer
2011-06-26dm: dont take i_mutex to change device sizeMike Snitzer
2011-04-17md: fix regression with re-adding devices to arrays with no metadataNeilBrown
2011-04-17block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen
2011-04-17md: fix bug with re-adding of partially recovered device.NeilBrown
2011-04-17md: fix return value of rdev_size_change()Justin Maggard
2011-04-17md/raid1: really fix recovery looping when single good device fails.NeilBrown
2011-04-17md: fix another deadlock with removing sysfs attributes.NeilBrown
2010-08-26dm ioctl: release _hash_lock between devices in remove_allKiyoshi Ueda
2010-08-26dm: prevent access to md being deletedKiyoshi Ueda
2010-08-26dm snapshot: test chunk size against both origin and snapshotMikulas Patocka
2010-08-26dm snapshot: iterate origin and cow devicesMikulas Patocka
2010-08-26dm mpath: fix NULL pointer dereference when path parameters missingAlasdair G Kergon
2010-08-13md/raid1: delay reads that could overtake behind-writes.NeilBrown
2010-08-13md/raid10: fix deadlock with unaligned read during resyncNeilBrown
2010-08-02md: raid10: Fix null pointer dereference in fix_read_error()Prasanna S. Panchamukhi
2010-07-05md: manage redundancy group in sysfs when changing level.NeilBrown
2010-07-05md: set mddev readonly flag on blkdev BLKROSET ioctlDan Williams
2010-07-05md: remove unneeded sysfs files more promptlyNeilBrown
2010-07-05md/linear: avoid possible oops and array stopNeilBrown
2010-07-05md: Fix read balancing in RAID1 and RAID10 on drives > 2TBNeilBrown
2010-07-05md/raid1: fix counting of write targets.NeilBrown
2010-05-07md: restore ability of spare drives to spin down.NeilBrown
2010-05-07md/raid6: Fix raid-6 read-error correction in degraded stateGabriele A. Trombetti
2010-04-23md/raid5: fix previous patch.NeilBrown
2010-04-20md/raid5: allow for more than 2^31 chunks.NeilBrown
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-18Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2010-03-16md: deal with merge_bvec_fn in component devices better.NeilBrown
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-06dm raid1: fix deadlock when suspending failed deviceTakahiro Yasui
2010-03-06dm: eliminate some holes data structuresMike Snitzer
2010-03-06dm ioctl: introduce flag indicating uevent was generatedPeter Rajnoha
2010-03-06dm: free dm_io before bio_endio not afterMikulas Patocka
2010-03-06dm table: remove unused dm_get_device range parametersNikanth Karthikesan
2010-03-06dm ioctl: only issue uevent on resume if state changedMike Snitzer
2010-03-06dm raid1: always return error if all legs failMikulas Patocka
2010-03-06dm mpath: refactor pg_initKiyoshi Ueda
2010-03-06dm mpath: wait for pg_init completion when suspendingKiyoshi Ueda
2010-03-06dm mpath: hold io until all pg_inits completedKiyoshi Ueda
2010-03-06dm mpath: avoid storing private suspended stateKiyoshi Ueda
2010-03-06dm table: remove dm_get from dm_table_get_mdKiyoshi Ueda
2010-03-06dm mpath: skip activate_path for failed pathsMoger, Babu
2010-03-06dm mpath: pass struct pgpath to pg init doneMoger, Babu
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo
2010-02-16dm: sysfs revert add empty release function to avoid debug warningAlasdair G Kergon