Searched hist:f26c5719b2d7b00de69eb83eb1c1c831759fdc9b (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm-core.h | diff f26c5719b2d7b00de69eb83eb1c1c831759fdc9b Wed Apr 12 14:35:44 CDT 2017 Dan Williams <dan.j.williams@intel.com> dm: add dax_device and dax_operations support
Allocate a dax_device to represent the capacity of a device-mapper instance. Provide a ->direct_access() method via the new dax_operations indirection that mirrors the functionality of the current direct_access support via block_device_operations. Once fs/dax.c has been converted to use dax_operations the old dm_blk_direct_access() will be removed.
A new helper dm_dax_get_live_target() is introduced to separate some of the dm-specifics from the direct_access implementation.
This enabling is only for the top-level dm representation to upper layers. Converting target direct_access implementations is deferred to a separate patch.
Cc: Toshi Kani <toshi.kani@hpe.com> Reviewed-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
|
H A D | Kconfig | diff f26c5719b2d7b00de69eb83eb1c1c831759fdc9b Wed Apr 12 14:35:44 CDT 2017 Dan Williams <dan.j.williams@intel.com> dm: add dax_device and dax_operations support
Allocate a dax_device to represent the capacity of a device-mapper instance. Provide a ->direct_access() method via the new dax_operations indirection that mirrors the functionality of the current direct_access support via block_device_operations. Once fs/dax.c has been converted to use dax_operations the old dm_blk_direct_access() will be removed.
A new helper dm_dax_get_live_target() is introduced to separate some of the dm-specifics from the direct_access implementation.
This enabling is only for the top-level dm representation to upper layers. Converting target direct_access implementations is deferred to a separate patch.
Cc: Toshi Kani <toshi.kani@hpe.com> Reviewed-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
|
H A D | dm.c | diff f26c5719b2d7b00de69eb83eb1c1c831759fdc9b Wed Apr 12 14:35:44 CDT 2017 Dan Williams <dan.j.williams@intel.com> dm: add dax_device and dax_operations support
Allocate a dax_device to represent the capacity of a device-mapper instance. Provide a ->direct_access() method via the new dax_operations indirection that mirrors the functionality of the current direct_access support via block_device_operations. Once fs/dax.c has been converted to use dax_operations the old dm_blk_direct_access() will be removed.
A new helper dm_dax_get_live_target() is introduced to separate some of the dm-specifics from the direct_access implementation.
This enabling is only for the top-level dm representation to upper layers. Converting target direct_access implementations is deferred to a separate patch.
Cc: Toshi Kani <toshi.kani@hpe.com> Reviewed-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
|
/openbmc/linux/include/linux/ |
H A D | device-mapper.h | diff f26c5719b2d7b00de69eb83eb1c1c831759fdc9b Wed Apr 12 14:35:44 CDT 2017 Dan Williams <dan.j.williams@intel.com> dm: add dax_device and dax_operations support
Allocate a dax_device to represent the capacity of a device-mapper instance. Provide a ->direct_access() method via the new dax_operations indirection that mirrors the functionality of the current direct_access support via block_device_operations. Once fs/dax.c has been converted to use dax_operations the old dm_blk_direct_access() will be removed.
A new helper dm_dax_get_live_target() is introduced to separate some of the dm-specifics from the direct_access implementation.
This enabling is only for the top-level dm representation to upper layers. Converting target direct_access implementations is deferred to a separate patch.
Cc: Toshi Kani <toshi.kani@hpe.com> Reviewed-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
|