Linux Device-Mapper Development
[Prev Page][Next Page]
- Re: block I/O accounting improvements v2, (continued)
- block I/O accounting improvements,
Christoph Hellwig
- [PATCH 05/16] bcache: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 04/16] lightnvm/pblk: use bio_{start, end}_io_acct, Christoph Hellwig
- [PATCH 06/16] dm: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 07/16] nvdimm: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 15/16] block: use __this_cpu_add() instead of access by smp_processor_id(), Christoph Hellwig
- [PATCH 14/16] block: remove rcu_read_lock() from part_stat_lock(), Christoph Hellwig
- [PATCH 09/16] block: remove generic_{start, end}_io_acct, Christoph Hellwig
- [PATCH 12/16] block: account merge of two requests, Christoph Hellwig
- [PATCH 02/16] drbd: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 13/16] block: add a blk_account_io_merge_bio helper, Christoph Hellwig
- [PATCH 11/16] block: always use a percpu variable for disk stats, Christoph Hellwig
- [PATCH 01/16] block: add disk/bio-based accounting helpers, Christoph Hellwig
- [PATCH 08/16] zram: nvdimm: use bio_{start, end}_io_acct and disk_{start, end}_io_acct, Christoph Hellwig
- [PATCH 10/16] block: move update_io_ticks to blk-core.c, Christoph Hellwig
- [PATCH 03/16] rsxx: use bio_{start,end}_io_acct, Christoph Hellwig
- [PATCH 16/16] block: reduce part_stat_lock() scope, Christoph Hellwig
- Re: block I/O accounting improvements, Konstantin Khlebnikov
- [PATCH RFC 00/12] dm-zoned: multi-device support,
Hannes Reinecke
- [PATCH 04/12] dm-zoned: secondary superblock must reside on the same devices than primary superblock, Hannes Reinecke
- [PATCH 08/12] dm-zoned: move random and sequential zones into struct dmz_dev, Hannes Reinecke
- [PATCH 05/12] dm-zoned: add device pointer to struct dm_zone, Hannes Reinecke
- [PATCH 07/12] dm-zoned: add a 'reserved' zone flag, Hannes Reinecke
- [PATCH 06/12] dm-zoned: add metadata pointer to struct dmz_dev, Hannes Reinecke
- [PATCH 12/12] dm-zoned: per-device reclaim, Hannes Reinecke
- [PATCH 11/12] dm-zoned: round-robin load balancer for reclaiming zones, Hannes Reinecke
- [PATCH 09/12] dm-zoned: improve logging messages for reclaim, Hannes Reinecke
- [PATCH 01/12] dm-zoned: add debugging message for reading superblocks, Hannes Reinecke
- [PATCH 03/12] dm-zoned: use on-stack superblock for tertiary devices, Hannes Reinecke
- [PATCH 10/12] dm-zoned: support arbitrary number of devices, Hannes Reinecke
- [PATCH 02/12] dm-zoned: convert to xarray, Hannes Reinecke
- [PATCHv2] dm-zoned: remove leftover hunk for switching to sequential zones, Hannes Reinecke
- [PATCH] dm-zoned: remove leftover hunk for switching to sequential zones,
Hannes Reinecke
- [PATCH] fix boolean value with json-c 0.14, mwilck
- Re: multipath-tools: -1patch in upstream-queue,
Martin Wilck
- [PATCH v3 0/6] multipath: path validation library prep work,
Benjamin Marzinski
- [PATCHv2 0/6] dm-zoned: improve cache performance,
Hannes Reinecke
- [PATCH v2 0/6] multipath: path validation library prep work,
Benjamin Marzinski
- [dm:dm-5.8 50/54] drivers/md/dm-zoned-metadata.c:2468:6: warning: no previous prototype for 'dmz_print_dev', kbuild test robot
- [dm:dm-5.8 47/54] drivers/md/dm-zoned-reclaim.c:350:18: warning: variable 'dev' set but not used,
kbuild test robot
- [PATCH] multipath-tools: Fix compiler warnings when built without systemd.,
Marius Bakke
- [PATCH] dm: replace strncpy() with strscpy(), Miles Chen
- next-20200514 - build issue in drivers/md/dm-zoned-target.c,
Valdis Klētnieks
- [dm:for-next 53/58] drivers/md/dm-zoned-metadata.c:779:3: error: implicit declaration of function 'export_uuid',
kbuild test robot
- [PATCH 0/6] multipath: path validation library prep work,
Benjamin Marzinski
- [dm:dm-5.8 55/57] include/linux/device-mapper.h:626:2: error: #endif without #if,
kbuild test robot
- [PATCH] block: Improve io_opt limit stacking,
Damien Le Moal
- [PATCHv2 0/2] device-mapper: use dynamic debug,
Hannes Reinecke
- [PATCH] dm zoned: Avoid 64-bit division error in dmz_fixup_devices,
Nathan Chancellor
- [bug report] dm zoned: metadata version 2, Dan Carpenter
- [PATCH] device-mapper: use dynamic debug instead of compile-time config option,
Hannes Reinecke
- [PATCH 0/2] dm-zoned: improve cache performance,
Hannes Reinecke
- [PATCH V11 02/12] block: add helper for copying request, Ming Lei
- [PATCH V11 01/12] block: clone nr_integrity_segments and write_hint in blk_rq_prep_clone, Ming Lei
- [PATCH 0/2] More minor libmultipath fixes,
mwilck
- [PATCH] multipath-tools: Fix parallel make issues, Lars Wendler
- [PATCH] (resent) multipath-tools: Fix parallel make issues, Lars Wendler
- [PATCH 00/11] Minor fixes for multipath-tools,
mwilck
- [PATCH 07/11] libmultipath: set_uint: fix parsing for 32bit, mwilck
- [PATCH 04/11] multipath-tools: Makefile.inc: set -Wno-error=clobbered, mwilck
- [PATCH 06/11] libmultipath: eliminate more signed/unsigned comparisons, mwilck
- [PATCH 01/11] multipath-tools: Makefile: more dependency fixes for parallel build, mwilck
- [PATCH 02/11] multipath-tools: Makefile.inc: separate out OPTFLAGS, mwilck
- [PATCH 09/11] multipath tools tests/Makefile: Fix OBJDEPS for hwtable-test, mwilck
- [PATCH 11/11] multipath-tools tests/directio: fix -Wmaybe-uninitalized warning, mwilck
- [PATCH 10/11] multipath-tools tests/test-lib.c: drop __wrap_is_claimed_by_foreign, mwilck
- [PATCH 05/11] libmultipath: discovery.c: use %z qualifier for size_t, mwilck
- [PATCH 08/11] multipath-tools tests/Makefile: add -lmpathcmd to LIBDEPS, mwilck
- [PATCH 03/11] multipath-tools: Makefile.inc: allow user settings for LDFLAGS, mwilck
- Re: [PATCH 00/11] Minor fixes for multipath-tools, Benjamin Marzinski
- [PATCH v4 0/2] Historical Service Time Path Selector,
Gabriel Krisman Bertazi
- [PATCHv6 00/14] dm-zoned: metadata version 2,
Hannes Reinecke
- [PATCH 04/15] dm-zoned: use array for superblock zones, Hannes Reinecke
- [PATCH 01/15] dm-zoned: add 'status' callback, Hannes Reinecke
- [PATCH 15/15] dm-zoned: metadata version 2, Hannes Reinecke
- [PATCH 02/15] dm-zoned: add 'message' callback, Hannes Reinecke
- [PATCH 13/15] dm-zoned: Reduce logging output on startup, Hannes Reinecke
- [PATCH 09/15] dm-zoned: remove 'dev' argument from reclaim, Hannes Reinecke
- [PATCH 05/15] dm-zoned: store device in struct dmz_sb, Hannes Reinecke
- [PATCH 07/15] dm-zoned: introduce dmz_metadata_label() to format device name, Hannes Reinecke
- [PATCH 14/15] dm-zoned: ignore metadata zone in dmz_alloc_zone(), Hannes Reinecke
- [PATCH 10/15] dm-zoned: replace 'target' pointer in the bio context, Hannes Reinecke
- [PATCH 06/15] dm-zoned: move fields from struct dmz_dev to dmz_metadata, Hannes Reinecke
- [PATCH 11/15] dm-zoned: use dmz_zone_to_dev() when handling metadata I/O, Hannes Reinecke
- [PATCH 03/15] dm-zoned: store zone id within the zone structure and kill dmz_id(), Hannes Reinecke
- [PATCH 12/15] dm-zoned: add metadata logging functions, Hannes Reinecke
- [PATCH 08/15] dm-zoned: Introduce dmz_dev_is_dying() and dmz_check_dev(), Hannes Reinecke
- [PATCH] dm: track io errors per mapped device,
Kjetil Orbekk
- [PATCH] dm integrity: Replace zero-length array with flexible-array, Gustavo A. R. Silva
- Setting up dm-integrity for raid, Wols Lists
- [PATCH 0/2] multipath-tools: disable foreign libraries by default,
mwilck
- Re: [general question] rare silent data corruption when writing data, John Stoffel
- [PATCH] device-mapper: use dynamic debug instead of config option, Hannes Reinecke
- [PATCHv5 00/14] dm-zoned: metadata version 2,
Hannes Reinecke
- [PATCH 01/14] dm-zoned: add 'status' and 'message' callbacks, Hannes Reinecke
- [PATCH 02/14] dm-zoned: store zone id within the zone structure and kill dmz_id(), Hannes Reinecke
- [PATCH 04/14] dm-zoned: store device in struct dmz_sb, Hannes Reinecke
- [PATCH 05/14] dm-zoned: move fields from struct dmz_dev to dmz_metadata, Hannes Reinecke
- [PATCH 03/14] dm-zoned: use array for superblock zones, Hannes Reinecke
- [PATCH 08/14] dm-zoned: remove 'dev' argument from reclaim, Hannes Reinecke
- [PATCH 10/14] dm-zoned: use dmz_zone_to_dev() when handling metadata I/O, Hannes Reinecke
- [PATCH 06/14] dm-zoned: introduce dmz_metadata_label() to format device name, Hannes Reinecke
- [PATCH 13/14] dm-zoned: ignore metadata zone in dmz_alloc_zone(), Hannes Reinecke
- [PATCH 07/14] dm-zoned: Introduce dmz_dev_is_dying() and dmz_check_dev(), Hannes Reinecke
- [PATCH 09/14] dm-zoned: replace 'target' pointer in the bio context, Hannes Reinecke
- [PATCH 11/14] dm-zoned: add metadata logging functions, Hannes Reinecke
- [PATCH 14/14] dm-zoned: metadata version 2, Hannes Reinecke
- [PATCH 12/14] dm-zoned: Reduce logging output on startup, Hannes Reinecke
- Re: [PATCHv5 00/14] dm-zoned: metadata version 2, Damien Le Moal
- lvmcache comes back dirty after unclean shutdown, Paul Richards
- [PATCH v2 00/10] clean up SECTOR related macros and sectors/pages conversions,
Zhen Lei
- [PATCH v2 01/10] block: move PAGE_SECTORS definition into <linux/blkdev.h>, Zhen Lei
- [PATCH v2 08/10] md: use sectors_to_npage() and npage_to_sectors() to clean up code, Zhen Lei
- [PATCH v2 07/10] block: use sectors_to_npage() and PAGE_SECTORS to clean up code, Zhen Lei
- [PATCH v2 05/10] block: abolish macro PAGE_SECTORS_SHIFT, Zhen Lei
- [PATCH v2 04/10] zram: abolish macro SECTORS_PER_PAGE_SHIFT, Zhen Lei
- [PATCH v2 02/10] zram: abolish macro SECTORS_PER_PAGE, Zhen Lei
- [PATCH v2 09/10] md: use existing definition RESYNC_SECTORS, Zhen Lei
- [PATCH v2 10/10] md: use PAGE_SECTORS to clean up code, Zhen Lei
- [PATCH v2 03/10] block: add sectors_to_npage()/npage_to_sectors() helpers, Zhen Lei
- [PATCH v2 06/10] mm/swap: use npage_to_sectors() and PAGE_SECTORS to clean up code, Zhen Lei
- Re: [PATCH v2 00/10] clean up SECTOR related macros and sectors/pages conversions, Leizhen (ThunderTown)
- [PATCH -next] dm mpath: Remove unused variable ret,
Samuel Zou
- [PATCH 1/2] libmpathpersist: depend on libmultipath,
Christian Hesse
- [PATCH 0/4] eliminate SECTOR related magic numbers and duplicated conversions,
Zhen Lei
- [PATCH V10 02/11] block: add helper for copying request, Ming Lei
- [PATCH V10 01/11] block: clone nr_integrity_segments and write_hint in blk_rq_prep_clone, Ming Lei
- Thin provisioning bug in dm-thin,
Drew Hastings
- multipath-tools 0.8.4,
Christophe Varoqui
- Possible null pointer dereference in __rh_alloc(),
Dongyang Zhan
- [PATCH v3 0/2] Historical Service Time Path Selector,
Gabriel Krisman Bertazi
- [PATCH V9 01/11] block: clone nr_integrity_segments and write_hint in blk_rq_prep_clone, Ming Lei
- [PATCH V9 02/11] block: add helper for copying request, Ming Lei
- [PATCH] libmultipath: simplify failed wwid code,
Benjamin Marzinski
- [git pull] device mapper fixes for 5.7-rc4,
Mike Snitzer
- [dm:for-next 29/30] drivers/md/dm-ebs-target.c:190:32: sparse: expected restricted blk_status_t [usertype] bi_status, kbuild test robot
- [PATCH] dm-writecache: improve performance on Optane-based persistent memory,
Mikulas Patocka
- [PATCH] dm ebs: fix bio->bi_status assignment,
heinzm
- [PATCH] dm ebs: use new dm-bufo dm_bufio_issue_discard() API, heinzm
- [bug report] dm: add emulated block size target,
Dan Carpenter
- [PATCH] dm ebs: make symbol 'dm_ebs_init', 'dm_ebs_exit' static,
Zheng Bin
- [PATCH -next] md: dm-ebs-target: fix build errors & Kconfig entry,
Randy Dunlap
- [PATCH] dm: multipath: Use updated MPATHF_QUEUE_IO on mapping for BIO-based mpath,
Gabriel Krisman Bertazi
- [PATCH v2 0/3] Historical Service Time Path Selector,
Gabriel Krisman Bertazi
- [PATCH 1/1] fix boolean value with json-c 0.14,
Christian Hesse
- [dm:for-next 30/30] drivers/md/dm-bufio.c:1342:13: error: implicit declaration of function 'block_to_sector'; did you mean 'blk_rq_sectors'?, kbuild test robot
- avoid the ->make_request_fn indirect for blk-mq drivers,
Christoph Hellwig
- [PATCH V8 02/11] block: add helper for copying request,
Ming Lei
- [PATCH V8 01/11] block: clone nr_integrity_segments and write_hint in blk_rq_prep_clone,
Ming Lei
- [dm:for-next 27/28] drivers/md/dm-crypt.c:2281: undefined reference to `key_type_encrypted',
kbuild test robot
- 'multipath add path' returns ok but the path is missing in the topology,
Gioh Kim
- [PATCH] dm mpath: switch paths in dm_blk_ioctl() code path,
mwilck
- [PATCH] dm-crypt: support using encrypted keys,
Dmitry Baryshkov
- [PATCHv4 00/13] dm-zoned: metadata version 2,
Hannes Reinecke
- [PATCH 02/13] dm-zoned: store zone id within the zone structure and kill dmz_id(), Hannes Reinecke
- [PATCH 07/13] dm-zoned: Introduce dmz_dev_is_dying() and dmz_check_dev(), Hannes Reinecke
- [PATCH 09/13] dm-zoned: replace 'target' pointer in the bio context, Hannes Reinecke
- [PATCH 08/13] dm-zoned: remove 'dev' argument from reclaim, Hannes Reinecke
- [PATCH 05/13] dm-zoned: move fields from struct dmz_dev to dmz_metadata, Hannes Reinecke
- [PATCH 06/13] dm-zoned: introduce dmz_metadata_label() to format device name, Hannes Reinecke
- [PATCH 03/13] dm-zoned: use array for superblock zones, Hannes Reinecke
- [PATCH 04/13] dm-zoned: store device in struct dmz_sb, Hannes Reinecke
- [PATCH 10/13] dm-zoned: use dmz_zone_to_dev() when handling metadata I/O, Hannes Reinecke
- [PATCH 12/13] dm-zoned: ignore metadata zone in dmz_alloc_zone(), Hannes Reinecke
- [PATCH 01/13] dm-zoned: add 'status' and 'message' callbacks, Hannes Reinecke
- [PATCH 11/13] dm-zoned: add metadata logging functions, Hannes Reinecke
- [PATCH 13/13] dm-zoned: metadata version 2, Hannes Reinecke
- Re: [PATCHv4 00/13] dm-zoned: metadata version 2, Damien Le Moal
- [PATCH 0/3] dm raid/raid1: enable discard support when any devices support discard,
Paul Wise
- [PATCH] dm-writecache: remove superfluous test, Mikulas Patocka
- [PATCH 0/2] Historical Service Time Path Selector,
Gabriel Krisman Bertazi
- [RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE),
deven . desai
- [RFC PATCH v3 06/12] dm-verity: move signature check after tree validation, deven . desai
- [RFC PATCH v3 01/12] scripts: add ipe tooling to generate boot policy, deven . desai
- [RFC PATCH v3 04/12] ipe: add property for trust of boot volume, deven . desai
- [RFC PATCH v3 02/12] security: add ipe lsm evaluation loop and audit system, deven . desai
- [RFC PATCH v3 11/12] documentation: add ipe documentation, deven . desai
- [RFC PATCH v3 05/12] fs: add security blob and hooks for block_device, deven . desai
- [RFC PATCH v3 08/12] ipe: add property for signed dmverity volumes, deven . desai
- [RFC PATCH v3 10/12] ipe: add property for dmverity roothash, deven . desai
- [RFC PATCH v3 03/12] security: add ipe lsm policy parser and policy loading, deven . desai
- [RFC PATCH v3 09/12] dm-verity: add bdev_setsecurity hook for root-hash, deven . desai
- [RFC PATCH v3 12/12] cleanup: uapi/linux/audit.h, deven . desai
- [RFC PATCH v3 07/12] dm-verity: add bdev_setsecurity hook for dm-verity signature, deven . desai
- Re: [RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE), Mickaël Salaün
- [PATCH] dm-writecache: validate block size against devices' logical block size, Mikulas Patocka
- [PATCH v3] dm writecache: fix data corruption when reloading the target, Mikulas Patocka
- [PATCH] dm-writecache: use explicit cache flushing, Mikulas Patocka
- [PATCH] md/persistent-data: exit_ro_spine func return void,
Zhiqiang Liu
- [PATCH 1/9] dm snapshot: Add missing annotation for dm_exception_table_lock() and dm_exception_table_unlock(), Jules Irenge
- [PATCH] dm verity fec: fix hash block number in verity_fec_decode,
Sunwook Eom
- [PATCHv3 00/11] dm-zoned: metadata version 2,
Hannes Reinecke
- [PATCH 01/11] dm-zoned: store zone id within the zone structure and kill dmz_id(), Hannes Reinecke
- [PATCH 03/11] dm-zoned: store device in struct dmz_sb, Hannes Reinecke
- [PATCH 06/11] dm-zoned: remove 'dev' argument from reclaim, Hannes Reinecke
- [PATCH 08/11] dm-zoned: use dmz_zone_to_dev() when handling metadata I/O, Hannes Reinecke
- [PATCH 02/11] dm-zoned: use array for superblock zones, Hannes Reinecke
- [PATCH 05/11] dm-zoned: introduce dmz_metadata_label() to format device name, Hannes Reinecke
- [PATCH 10/11] dm-zoned: ignore metadata zone in dmz_alloc_zone(), Hannes Reinecke
- [PATCH 09/11] dm-zoned: add metadata logging functions, Hannes Reinecke
- [PATCH 04/11] dm-zoned: move fields from struct dmz_dev to dmz_metadata, Hannes Reinecke
- [PATCH 07/11] dm-zoned: replace 'target' pointer in the bio context, Hannes Reinecke
- [PATCH 11/11] dm-zoned: metadata version 2, Hannes Reinecke
- Re: [PATCHv3 00/11] dm-zoned: metadata version 2, Bob Liu
- [PATCH] dm-integrity: Document allow_discard option., Milan Broz
- [PATCH] dm writecache: fix data corruption when reloading the target,
Mikulas Patocka
- [RFC] IMA: New IMA measurements for dm-crypt and selinux,
Tushar Sugandhi
- alignment enforcement in dm-crypt causes severe problems,
Andreas Kinzler
- [PATCH -next] dm integrity: remove set but not used variables, YueHaibing
- [PATCH] dm verity fec: Don't add data_blocks to block,
Sunwook Eom
- [RFC PATCH v2 00/12] Integrity Policy Enforcement LSM (IPE),
deven . desai
- [RFC PATCH v2 12/12] cleanup: uapi/linux/audit.h, deven . desai
- [RFC PATCH v2 06/12] dm-verity: move signature check after tree validation, deven . desai
- [RFC PATCH v2 11/12] documentation: Add IPE Documentation, deven . desai
- [RFC PATCH v2 03/12] security: add ipe lsm policy parser and policy loading, deven . desai
- [RFC PATCH v2 01/12] scripts: add ipe tooling to generate boot policy, deven . desai
- [RFC PATCH v2 10/12] ipe: add property for dmverity roothash, deven . desai
- [RFC PATCH v2 02/12] security: add ipe lsm evaluation loop and audit system, deven . desai
- [RFC PATCH v2 09/12] dm-verity: add bdev_setsecurity hook for root-hash, deven . desai
- [RFC PATCH v2 08/12] ipe: add property for signed dmverity volumes, deven . desai
- [RFC PATCH v2 07/12] dm-verity: add bdev_setsecurity hook for dm-verity signature, deven . desai
- [RFC PATCH v2 05/12] fs: add security blob and hooks for block_device, deven . desai
- [RFC PATCH v2 04/12] ipe: add property for trust of boot volume, deven . desai
- Re: [RFC PATCH v2 00/12] Integrity Policy Enforcement LSM (IPE), Nayna
- [RESEND PATCH 00/11] Integrity Policy Enforcement LSM (IPE),
deven . desai
- [RESEND PATCH 01/11] scripts: add ipe tooling to generate boot policy, deven . desai
- [RESEND PATCH 11/11] cleanup: uapi/linux/audit.h, deven . desai
- [RESEND PATCH 04/11] fs: add security blob and hooks for block_device, deven . desai
- [RESEND PATCH 09/11] ipe: add property for dmverity roothash, deven . desai
- [RESEND PATCH 06/11] dm-verity: add bdev_setsecurity hook for dm-verity signature, deven . desai
- [RESEND PATCH 10/11] documentation: Add IPE Documentation, deven . desai
- [RESEND PATCH 05/11] dm-verity: move signature check after tree validation, deven . desai
- Re: [RESEND PATCH 00/11] Integrity Policy Enforcement LSM (IPE), Jann Horn
- [RESEND PATCH 08/11] dm-verity: add bdev_setsecurity hook for root-hash, deven . desai
- [RESEND PATCH 02/11] security: add ipe lsm, deven . desai
- [RESEND PATCH 07/11] ipe: add property for signed dmverity volumes, deven . desai
- [RESEND PATCH 03/11] ipe: add property for trust of boot volume, deven . desai
- Re: [RESEND PATCH 00/11] Integrity Policy Enforcement LSM (IPE), Deven Bowers
- [PATCHv2 00/11] dm-zoned: metadata version 2,
Hannes Reinecke
- [PATCH 01/11] dm-zoned: store zone id within the zone structure, Hannes Reinecke
- [PATCH 02/11] dm-zoned: use array for superblock zones, Hannes Reinecke
- [PATCH 08/11] dm-zoned: use dmz_zone_to_dev() when handling metadata I/O, Hannes Reinecke
- [PATCH 06/11] dm-zoned: remove 'dev' argument from reclaim, Hannes Reinecke
- [PATCH 03/11] dm-zoned: store device in struct dmz_sb, Hannes Reinecke
- [PATCH 09/11] dm-zoned: add metadata logging functions, Hannes Reinecke
- [PATCH 05/11] dm-zoned: introduce dmz_metadata_label() to format device name, Hannes Reinecke
- [PATCH 04/11] dm-zoned: move fields from struct dmz_dev to dmz_metadata, Hannes Reinecke
- [PATCH 10/11] dm-zoned: ignore metadata zone in dmz_alloc_zone(), Hannes Reinecke
- [PATCH 11/11] dm-zoned: metadata version 2, Hannes Reinecke
- [PATCH 07/11] dm-zoned: use device as argument for bio handler functions, Hannes Reinecke
- Unused functions in dm-thin-metadata, Drew Hastings
- [PATCH] dm-integrity: fix logic bug in integrity tag testing, Mikulas Patocka
- [git pull] device mapper fixes for 5.7,
Mike Snitzer
- [PATCH v2 0/2] multipath-tools: fixes for kpartx.rules and skip_kpartx,
mwilck
- [RFC PATCH v2 0/3] multipath: new path validation library,
Benjamin Marzinski
- [PATCH] kpartx.rules: check for skip_kpartx if DM_ACTIVATION is unset, mwilck
- [git pull] device mapper changes for 5.7,
Mike Snitzer
- [RFC Patch 0/3] multipath: new path validation library,
Benjamin Marzinski
- [PATCH] memcpy_flushcache: use cache flusing for larger lengths,
Mikulas Patocka
- Optane nvdimm performance,
Mikulas Patocka
- [PATCH] md: add missing mddev_unlock, Dinghao Liu
- [PATCH 0/4] dm clone: Fix discard handling and overflow bugs which could cause data corruption,
Nikos Tsironis
- [PATCH] dm-writecache: add cond_resched, Mikulas Patocka
- [PATCH RFC 0/4] dm-zoned: Metadata V2,
Hannes Reinecke
[Index of Archives]
[DM Crypt]
[Fedora Docs]
[Fedora SELinux]
[Kernel]