aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-14md/bitmap: update dirty flag when bitmap bits are explicitly set.NeilBrown1-0/+6
2009-12-14md: Support write-intent bitmaps with externally managed metadata.NeilBrown3-33/+121
2009-12-14md/bitmap: move setting of daemon_lastrun out of bitmap_read_sbNeilBrown1-1/+1
2009-12-14md: support updating bitmap parameters via sysfs.NeilBrown3-2/+211
2009-12-14md: factor out parsing of fixed-point numbersNeilBrown2-23/+44
2009-12-14md: support bitmap offset appropriate for external-metadata arrays.NeilBrown2-5/+15
2009-12-14md: remove needless setting of thread->timeout in raid10_quiesceNeilBrown2-7/+1
2009-12-14md: change daemon_sleep to be in 'jiffies' rather than 'seconds'.NeilBrown2-8/+8
2009-12-14md: move offset, daemon_sleep and chunksize out of bitmap structureNeilBrown6-32/+40
2009-12-14md: collect bitmap-specific fields into one structure.NeilBrown3-56/+63
2009-12-14md/raid1: add takeover support for raid5->raid1NeilBrown2-76/+120
2009-12-14md: add honouring of suspend_{lo,hi} to raid1.NeilBrown1-0/+22
2009-12-14md/raid5: don't complete make_request on barrier until writes are scheduledNeilBrown1-12/+39
2009-12-14md: support barrier requests on all personalities.NeilBrown7-7/+126
2009-12-14md: don't reset curr_resync_completed after an interrupted resyncNeilBrown1-1/+3
2009-12-14md: adjust resync_min usefully when resync aborts.NeilBrown1-3/+7
2009-12-14md: remove sparse warning:symbol XXX was not declared.NeilBrown1-19/+0
2009-12-14md/raid5: remove some sparse warnings.NeilBrown1-2/+1
2009-12-14md/bitmap: protect against bitmap removal while being updated.NeilBrown4-8/+22
2009-12-10dm snapshot: use merge origin if snapshot invalidMikulas Patocka1-5/+4
2009-12-10dm snapshot: report merge failure in statusMike Snitzer1-2/+28
2009-12-10dm snapshot: merge consecutive chunks togetherMike Snitzer1-10/+21
2009-12-10dm snapshot: trigger exceptions in remaining snapshots during mergeMikulas Patocka1-0/+83
2009-12-10dm snapshot: delay merging a chunk until writes to it completeMikulas Patocka1-1/+5