aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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 implicit slab.h inclusion from percpu.hTejun Heo14-1/+14
2010-03-18Merge 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-07Driver 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/percpuLinus 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
2010-02-16dm raid1: fix null pointer dereference in suspendTakahiro Yasui1-3/+2
2010-02-16dm raid1: fail writes if errors are not handled and log failsMikulas Patocka1-1/+1
2010-02-16dm log: userspace fix overhead_size calcuationsJonathan Brassow1-3/+7
2010-02-16dm snapshot: persistent annotate work_queue as on stackMike Snitzer1-1/+1
2010-02-16dm stripe: avoid divide by zero with invalid stripe countNikanth Karthikesan1-1/+1
2010-02-10md: fix some lockdep issues between md and sysfs.NeilBrown2-11/+6
2010-02-09md: fix 'degraded' calculation when starting a reshape.NeilBrown1-4/+7
2010-01-11DM: Fix device mapper topology stackingMartin K. Petersen1-15/+5
2009-12-30md: allow a resync that is waiting for other resync to complete, to be aborted.NeilBrown1-2/+3
2009-12-30md: remove unnecessary code from do_md_runNeilBrown1-28/+0
2009-12-30md: make recovery started by do_md_run() visible via sync_actionDan Williams1-0/+1
2009-12-30md: fix small irregularity with start_ro module parameterNeilBrown1-1/+1
2009-12-30md: Fix unfortunate interaction with evmsNeilBrown1-1/+7
2009-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds18-874/+2274
2009-12-15drivers/md/md.c: use %pU to print UUIDsJoe Perches1-12/+4
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2-6/+4
2009-12-14md: add 'recovery_start' per-device sysfs attributeDan Williams1-1/+40
2009-12-14md: rcu_read_lock() walk of mddev->disks in md_do_sync()Dan Williams1-2/+6
2009-12-14md: integrate spares into array at earliest opportunity.NeilBrown1-7/+6
2009-12-14md: move compat_ioctl handling into md.cArnd Bergmann1-0/+23
2009-12-14md: revise Kconfig help for MD_MULTIPATHNeilBrown1-5/+4
2009-12-14md: add MODULE_DESCRIPTION for all md related modules.NeilBrown9-0/+9
2009-12-14raid: improve MD/raid10 handling of correctable read errors.Robert Becker3-0/+112
2009-12-14md/raid10: print more useful messages on device failure.Robert Becker1-3/+29