diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-28 15:55:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-28 15:55:04 -0400 |
commit | 89e5d6f0d979f6e7dc2bbb1ebd9e239217e2e952 (patch) | |
tree | 1126044004b73df905a6183430376f1d97c3b6c9 /MAINTAINERS | |
parent | 516e77977085c9c50703fabb5dc61bd57a8cc1d0 (diff) | |
parent | a4ffc152198efba2ed9e6eac0eb97f17bfebce85 (diff) |
Merge tag 'dm-3.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
Pull device-mapper changes for 3.4 from Alasdair Kergon:
- Update thin provisioning to support read-only external snapshot
origins and discards.
- A new target, dm verity, for device content validation.
- Mark dm uevent and dm raid as no-longer-experimental.
- Miscellaneous other fixes and clean-ups.
* tag 'dm-3.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm: (27 commits)
dm: add verity target
dm bufio: prefetch
dm thin: add pool target flags to control discard
dm thin: support discards
dm thin: prepare to support discard
dm thin: use dm_target_offset
dm thin: support read only external snapshot origins
dm thin: relax hard limit on the maximum size of a metadata device
dm persistent data: remove space map ref_count entries if redundant
dm thin: commit outstanding data every second
dm: reject trailing characters in sccanf input
dm raid: handle failed devices during start up
dm thin metadata: pass correct space map to dm_sm_root_size
dm persistent data: remove redundant value_size arg from value_ptr
dm mpath: detect invalid map_context
dm: clear bi_end_io on remapping failure
dm table: simplify call to free_devices
dm thin: correct comments
dm raid: no longer experimental
dm uevent: no longer experimental
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3d11fa581bb7..2cce20bbe39c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2225,13 +2225,16 @@ W: http://lanana.org/docs/device-list/index.html | |||
2225 | S: Maintained | 2225 | S: Maintained |
2226 | 2226 | ||
2227 | DEVICE-MAPPER (LVM) | 2227 | DEVICE-MAPPER (LVM) |
2228 | P: Alasdair Kergon | 2228 | M: Alasdair Kergon <agk@redhat.com> |
2229 | M: dm-devel@redhat.com | ||
2229 | L: dm-devel@redhat.com | 2230 | L: dm-devel@redhat.com |
2230 | W: http://sources.redhat.com/dm | 2231 | W: http://sources.redhat.com/dm |
2231 | Q: http://patchwork.kernel.org/project/dm-devel/list/ | 2232 | Q: http://patchwork.kernel.org/project/dm-devel/list/ |
2233 | T: quilt http://people.redhat.com/agk/patches/linux/editing/ | ||
2232 | S: Maintained | 2234 | S: Maintained |
2233 | F: Documentation/device-mapper/ | 2235 | F: Documentation/device-mapper/ |
2234 | F: drivers/md/dm* | 2236 | F: drivers/md/dm* |
2237 | F: drivers/md/persistent-data/ | ||
2235 | F: include/linux/device-mapper.h | 2238 | F: include/linux/device-mapper.h |
2236 | F: include/linux/dm-*.h | 2239 | F: include/linux/dm-*.h |
2237 | 2240 | ||