to get the following device-mapper updates for 3.4.
Thanks,
Alasdair
----------------------------------------------------------------
Device-mapper changes for 3.4.
- 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.
----------------------------------------------------------------
Alasdair G Kergon (4):
dm: add persistent data to MAINTAINERS
dm uevent: no longer experimental
dm raid: no longer experimental
dm thin: use dm_target_offset
Andrei Warkentin (1):
dm exception store: fix init error path
Hannes Reinecke (2):
dm table: simplify call to free_devices
dm: clear bi_end_io on remapping failure
Joe Thornber (11):
dm thin: fix stacked bi_next usage
dm persistent data: fix btree rebalancing after remove
dm thin: correct comments
dm persistent data: remove redundant value_size arg from value_ptr
dm thin metadata: pass correct space map to dm_sm_root_size
dm thin: commit outstanding data every second
dm persistent data: remove space map ref_count entries if redundant
dm thin: support read only external snapshot origins
dm thin: prepare to support discard
dm thin: support discards
dm thin: add pool target flags to control discard
Jonathan E Brassow (1):
dm raid: handle failed devices during start up