Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-12-11 | dm mpath: reject messages when device is suspended | Kiyoshi Ueda | 1 | -0/+5 |
2009-12-11 | dm: export suspended state to targets | Kiyoshi Ueda | 1 | -0/+11 |
2009-12-11 | dm: rename dm_suspended to dm_suspended_md | Kiyoshi Ueda | 4 | -11/+16 |
2009-12-11 | dm: swap target postsuspend call and setting suspended flag | Kiyoshi Ueda | 1 | -2/+2 |
2009-12-11 | dm crypt: add plain64 iv | Milan Broz | 1 | -0/+18 |
2009-12-11 | dm: trace request based remapping | Jun'ichi Nomura | 1 | -0/+2 |
2009-12-11 | dm snapshot: allow live exception store handover between tables | Mike Snitzer | 1 | -27/+236 |
2009-12-11 | dm: keep old table until after resume succeeded | Alasdair G Kergon | 2 | -21/+23 |
2009-12-11 | dm: bind new table before destroying old | Alasdair G Kergon | 2 | -5/+14 |
2009-12-11 | dm ioctl: retrieve status from inactive table | Mike Snitzer | 1 | -13/+57 |
2009-12-11 | dm io: handle empty barriers | Mikulas Patocka | 1 | -3/+7 |
2009-12-11 | dm mpath: prevent io from work queue while suspended | Mike Anderson | 1 | -0/+12 |
2009-12-11 | dm mpath: add mutex to synchronize adding and flushing work | Mike Anderson | 1 | -21/+38 |
2009-12-11 | dm ioctl: forbid messages to devices being deleted | Mike Anderson | 1 | -0/+6 |
2009-12-11 | dm: add dm_deleting_md function | Mike Anderson | 2 | -2/+12 |
2009-12-11 | dm mpath: flush workqueues before suspend completes | Kiyoshi Ueda | 1 | -4/+15 |
2009-12-11 | dm: rename dm_get_table to dm_get_live_table | Alasdair G Kergon | 2 | -19/+19 |
2009-12-11 | dm: add request based barrier support | Kiyoshi Ueda | 1 | -18/+196 |