Commit Graph

1744 Commits (6b9656205469269c050963c71fca1998b247a560)

Author SHA1 Message Date
Mikulas Patocka 5528d17de1 dm raid1: fail writes if errors are not handled and log fails 15 years ago
Jonathan Brassow ebfd32bba9 dm log: userspace fix overhead_size calcuations 15 years ago
Mike Snitzer 55f67f2ded dm snapshot: persistent annotate work_queue as on stack 15 years ago
Nikanth Karthikesan 781248c1b5 dm stripe: avoid divide by zero with invalid stripe count 15 years ago
NeilBrown ef286f6fa6 md: fix some lockdep issues between md and sysfs. 15 years ago
NeilBrown 9eb07c2592 md: fix 'degraded' calculation when starting a reshape. 15 years ago
Martin K. Petersen b27d7f16d3 DM: Fix device mapper topology stacking 15 years ago
NeilBrown 404e4b43fd md: allow a resync that is waiting for other resync to complete, to be aborted. 15 years ago
NeilBrown 7fb9dadc91 md: remove unnecessary code from do_md_run 15 years ago
Dan Williams a2d79c324a md: make recovery started by do_md_run() visible via sync_action 15 years ago
NeilBrown 0f9552b5dc md: fix small irregularity with start_ro module parameter 15 years ago
NeilBrown cbd1998377 md: Fix unfortunate interaction with evms 15 years ago
Joe Perches 7b75c2f8cf drivers/md/md.c: use %pU to print UUIDs 15 years ago
André Goddard Rosa e7d2860b69 tree-wide: convert open calls to remove spaces to skip_spaces() lib function 15 years ago
Dan Williams 06e3c817b7 md: add 'recovery_start' per-device sysfs attribute 15 years ago
Dan Williams 4e59ca7da0 md: rcu_read_lock() walk of mddev->disks in md_do_sync() 15 years ago
NeilBrown 93be75ffde md: integrate spares into array at earliest opportunity. 15 years ago
Arnd Bergmann aa98aa3198 md: move compat_ioctl handling into md.c 15 years ago
NeilBrown 93bd89a6d5 md: revise Kconfig help for MD_MULTIPATH 15 years ago
NeilBrown 0efb9e6191 md: add MODULE_DESCRIPTION for all md related modules. 15 years ago
Robert Becker 1e50915fe0 raid: improve MD/raid10 handling of correctable read errors. 15 years ago
Robert Becker 67b8dc4b06 md/raid10: print more useful messages on device failure. 15 years ago
NeilBrown ffa23322b1 md/bitmap: update dirty flag when bitmap bits are explicitly set. 15 years ago
NeilBrown ece5cff0da md: Support write-intent bitmaps with externally managed metadata. 15 years ago
NeilBrown 624ce4f565 md/bitmap: move setting of daemon_lastrun out of bitmap_read_sb 15 years ago
NeilBrown 43a705076e md: support updating bitmap parameters via sysfs. 15 years ago
NeilBrown 72e02075a3 md: factor out parsing of fixed-point numbers 15 years ago
NeilBrown f6af949c56 md: support bitmap offset appropriate for external-metadata arrays. 15 years ago
NeilBrown 9cd30fdc33 md: remove needless setting of thread->timeout in raid10_quiesce 15 years ago
NeilBrown 1b04be96f6 md: change daemon_sleep to be in 'jiffies' rather than 'seconds'. 15 years ago
NeilBrown 42a04b5078 md: move offset, daemon_sleep and chunksize out of bitmap structure 15 years ago
NeilBrown c3d9714e88 md: collect bitmap-specific fields into one structure. 15 years ago
NeilBrown 709ae4879a md/raid1: add takeover support for raid5->raid1 15 years ago
NeilBrown 6eef4b21ff md: add honouring of suspend_{lo,hi} to raid1. 15 years ago
NeilBrown 729a18663a md/raid5: don't complete make_request on barrier until writes are scheduled 15 years ago
NeilBrown a2826aa92e md: support barrier requests on all personalities. 15 years ago
NeilBrown efa593390e md: don't reset curr_resync_completed after an interrupted resync 15 years ago
NeilBrown c07b70ad32 md: adjust resync_min usefully when resync aborts. 15 years ago
NeilBrown 7820f9e1dd md: remove sparse warning:symbol XXX was not declared. 15 years ago
NeilBrown 8553fe7ec7 md/raid5: remove some sparse warnings. 15 years ago
NeilBrown aa5cbd1038 md/bitmap: protect against bitmap removal while being updated. 15 years ago
Mikulas Patocka d2fdb776e0 dm snapshot: use merge origin if snapshot invalid 15 years ago
Mike Snitzer d8ddb1cfff dm snapshot: report merge failure in status 15 years ago
Mike Snitzer 8a2d528620 dm snapshot: merge consecutive chunks together 15 years ago
Mikulas Patocka 73dfd078cf dm snapshot: trigger exceptions in remaining snapshots during merge 15 years ago
Mikulas Patocka 17aa03326d dm snapshot: delay merging a chunk until writes to it complete 15 years ago
Mikulas Patocka 9fe8625488 dm snapshot: queue writes to chunks being merged 15 years ago
Mikulas Patocka 1e03f97e43 dm snapshot: add merging 15 years ago
Mikulas Patocka 9d3b15c4c7 dm snapshot: permit only one merge at once 15 years ago
Mike Snitzer 10b8106a70 dm snapshot: support barriers in snapshot merge target 15 years ago