Age | Commit message (Expand) | Author | Files | Lines |
2009-12-30 | md: allow a resync that is waiting for other resync to complete, to be aborted. | NeilBrown | 1 | -2/+3 |
2009-12-30 | md: remove unnecessary code from do_md_run | NeilBrown | 1 | -28/+0 |
2009-12-30 | md: make recovery started by do_md_run() visible via sync_action | Dan Williams | 1 | -0/+1 |
2009-12-30 | md: fix small irregularity with start_ro module parameter | NeilBrown | 1 | -1/+1 |
2009-12-30 | md: Fix unfortunate interaction with evms | NeilBrown | 1 | -1/+7 |
2009-12-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 18 | -874/+2274 |
2009-12-15 | drivers/md/md.c: use %pU to print UUIDs | Joe Perches | 1 | -12/+4 |
2009-12-15 | tree-wide: convert open calls to remove spaces to skip_spaces() lib function | André Goddard Rosa | 2 | -6/+4 |
2009-12-14 | md: add 'recovery_start' per-device sysfs attribute | Dan Williams | 1 | -1/+40 |
2009-12-14 | md: rcu_read_lock() walk of mddev->disks in md_do_sync() | Dan Williams | 1 | -2/+6 |
2009-12-14 | md: integrate spares into array at earliest opportunity. | NeilBrown | 1 | -7/+6 |
2009-12-14 | md: move compat_ioctl handling into md.c | Arnd Bergmann | 1 | -0/+23 |
2009-12-14 | md: revise Kconfig help for MD_MULTIPATH | NeilBrown | 1 | -5/+4 |
2009-12-14 | md: add MODULE_DESCRIPTION for all md related modules. | NeilBrown | 9 | -0/+9 |
2009-12-14 | raid: improve MD/raid10 handling of correctable read errors. | Robert Becker | 3 | -0/+112 |
2009-12-14 | md/raid10: print more useful messages on device failure. | Robert Becker | 1 | -3/+29 |
2009-12-14 | md/bitmap: update dirty flag when bitmap bits are explicitly set. | NeilBrown | 1 | -0/+6 |
2009-12-14 | md: Support write-intent bitmaps with externally managed metadata. | NeilBrown | 3 | -33/+121 |
2009-12-14 | md/bitmap: move setting of daemon_lastrun out of bitmap_read_sb | NeilBrown | 1 | -1/+1 |
2009-12-14 | md: support updating bitmap parameters via sysfs. | NeilBrown | 3 | -2/+211 |
2009-12-14 | md: factor out parsing of fixed-point numbers | NeilBrown | 2 | -23/+44 |
2009-12-14 | md: support bitmap offset appropriate for external-metadata arrays. | NeilBrown | 2 | -5/+15 |
2009-12-14 | md: remove needless setting of thread->timeout in raid10_quiesce | NeilBrown | 2 | -7/+1 |
2009-12-14 | md: change daemon_sleep to be in 'jiffies' rather than 'seconds'. | NeilBrown | 2 | -8/+8 |
2009-12-14 | md: move offset, daemon_sleep and chunksize out of bitmap structure | NeilBrown | 6 | -32/+40 |
2009-12-14 | md: collect bitmap-specific fields into one structure. | NeilBrown | 3 | -56/+63 |
2009-12-14 | md/raid1: add takeover support for raid5->raid1 | NeilBrown | 2 | -76/+120 |
2009-12-14 | md: add honouring of suspend_{lo,hi} to raid1. | NeilBrown | 1 | -0/+22 |
2009-12-14 | md/raid5: don't complete make_request on barrier until writes are scheduled | NeilBrown | 1 | -12/+39 |
2009-12-14 | md: support barrier requests on all personalities. | NeilBrown | 7 | -7/+126 |
2009-12-14 | md: don't reset curr_resync_completed after an interrupted resync | NeilBrown | 1 | -1/+3 |
2009-12-14 | md: adjust resync_min usefully when resync aborts. | NeilBrown | 1 | -3/+7 |
2009-12-14 | md: remove sparse warning:symbol XXX was not declared. | NeilBrown | 1 | -19/+0 |
2009-12-14 | md/raid5: remove some sparse warnings. | NeilBrown | 1 | -2/+1 |
2009-12-14 | md/bitmap: protect against bitmap removal while being updated. | NeilBrown | 4 | -8/+22 |
2009-12-11 | dm snapshot: use merge origin if snapshot invalid | Mikulas Patocka | 1 | -5/+4 |
2009-12-11 | dm snapshot: report merge failure in status | Mike Snitzer | 1 | -2/+28 |
2009-12-11 | dm snapshot: merge consecutive chunks together | Mike Snitzer | 1 | -10/+21 |
2009-12-11 | dm snapshot: trigger exceptions in remaining snapshots during merge | Mikulas Patocka | 1 | -0/+83 |
2009-12-11 | dm snapshot: delay merging a chunk until writes to it complete | Mikulas Patocka | 1 | -1/+5 |
2009-12-11 | dm snapshot: queue writes to chunks being merged | Mikulas Patocka | 1 | -13/+78 |
2009-12-11 | dm snapshot: add merging | Mikulas Patocka | 2 | -6/+244 |
2009-12-11 | dm snapshot: permit only one merge at once | Mikulas Patocka | 1 | -6/+27 |
2009-12-11 | dm snapshot: support barriers in snapshot merge target | Mike Snitzer | 1 | -3/+18 |
2009-12-11 | dm snapshot: avoid allocating exceptions in merge | Mikulas Patocka | 1 | -1/+56 |
2009-12-11 | dm snapshot: rework writing to origin | Mikulas Patocka | 1 | -106/+49 |
2009-12-11 | dm snapshot: add merge target | Mikulas Patocka | 1 | -12/+41 |
2009-12-11 | dm exception store: add merge specific methods | Mikulas Patocka | 2 | -2/+129 |
2009-12-11 | dm snapshot: create function for chunk_is_tracked wait | Mike Snitzer | 1 | -6/+12 |
2009-12-11 | dm snapshot: make bio optional in __origin_write | Mikulas Patocka | 1 | -5/+18 |