dm-devel
Thread
Date
Earlier messages
Messages by Date
2025/12/23
[PATCH] dm-raid: fix typo in documentation
Akiyoshi Kurita
2025/12/22
Re: [RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
Askar Safin
2025/12/22
Re: [RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
Askar Safin
2025/12/22
Re: [RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
Askar Safin
2025/12/22
Re: [PATCH] dm: remove fake timeout to avoid leak request
Christoph Hellwig
2025/12/22
Re: [RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
Askar Safin
2025/12/22
Re: dm-verity issue on 6.19
Milan Broz
2025/12/22
Re: [RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
Milan Broz
2025/12/22
Re: dm-verity issue on 6.19
Nuno Gonçalves
2025/12/22
Re: dm-verity issue on 6.19
Milan Broz
2025/12/22
dm-verity issue on 6.19
Nuno Gonçalves
2025/12/21
Re: [RFC v2 01/17] xfs: don't clobber bi_status in xfs_zone_alloc_and_submit
Andreas Gruenbacher
2025/12/20
[RFC v2 11/17] bio: bio_set_status from non-zero errno
Andreas Gruenbacher
2025/12/20
[RFC v2 17/17] bio: add bio_endio_status
Andreas Gruenbacher
2025/12/20
[RFC v2 15/17] bio: never set bi_status to BLK_STS_OK during completion
Andreas Gruenbacher
2025/12/20
[RFC v2 12/17] bio: do not check bio->bi_status before assigning to it (part 2)
Andreas Gruenbacher
2025/12/20
[RFC v2 16/17] bio: never set bi_status to BLK_STS_OK during completion (part 2)
Andreas Gruenbacher
2025/12/20
[RFC v2 13/17] xfs: use bio_set_status in xfs_zone_alloc_and_submit
Andreas Gruenbacher
2025/12/20
[RFC v2 09/17] block: turn blk_errors array into a macro
Andreas Gruenbacher
2025/12/20
[RFC v2 14/17] bio: switch to bio_set_status in submit_bio_noacct
Andreas Gruenbacher
2025/12/20
[RFC v2 10/17] block: optimize blk_status <=> errno conversion
Andreas Gruenbacher
2025/12/20
[RFC v2 05/17] bio: use bio_set_status for BLK_STS_* status codes
Andreas Gruenbacher
2025/12/20
[RFC v2 04/17] bio: add bio_set_status
Andreas Gruenbacher
2025/12/20
[RFC v2 03/17] bio: use bio_io_error more often
Andreas Gruenbacher
2025/12/20
[RFC v2 02/17] bio: rename bio_chain arguments
Andreas Gruenbacher
2025/12/20
[RFC v2 08/17] block: fix blk_status_to_{errno,str} inconsistency
Andreas Gruenbacher
2025/12/20
[RFC v2 07/17] block: consecutive blk_status_t error codes
Andreas Gruenbacher
2025/12/20
[RFC v2 06/17] bio: do not check bio->bi_status before assigning to it
Andreas Gruenbacher
2025/12/20
[RFC v2 01/17] xfs: don't clobber bi_status in xfs_zone_alloc_and_submit
Andreas Gruenbacher
2025/12/20
[RFC v2 00/17] bio cleanups
Andreas Gruenbacher
2025/12/20
[RFC v2 00/17] bio clenups
Andreas Gruenbacher
2025/12/20
[PATCH] dm: remove fake timeout to avoid leak request
Ding Hui
2025/12/19
Re: [PATCH v2 00/26] Multipath-tools: various bug fixes
Benjamin Marzinski
2025/12/19
Re: [PATCH v2 17/26] libmultipaths: annotate functions that may free paths
Benjamin Marzinski
2025/12/19
Re: [PATCH v2 16/26] libmultipath: remove cleanup_multipath_and_paths()
Benjamin Marzinski
2025/12/19
Re: [PATCH v2 14/26] multipathd: add_map_without_path(): orphan paths instead of freeing them
Benjamin Marzinski
2025/12/19
Re: [PATCH v2 13/26] multipath: free paths through pathvec in check_usable_paths()
Benjamin Marzinski
2025/12/19
[PATCH] dm: replace -EEXIST with -EBUSY
Daniel Gomez
2025/12/19
Re: [RFC 06/12] bio: don't check target->bi_status on error
Andreas Gruenbacher
2025/12/19
Re: [PATCH v2 2/7] dm-verity: make dm_verity_fec_io::bufs variable-length
Sami Tolvanen
2025/12/19
[PATCH v2 6/7] dm-verity: correctly handle dm_bufio_client_create() failure
Eric Biggers
2025/12/19
[PATCH v2 4/7] dm-verity: remove unnecessary ifdef around verity_fec_decode()
Eric Biggers
2025/12/19
[PATCH v2 1/7] dm-verity: move dm_verity_fec_io to mempool
Eric Biggers
2025/12/19
[PATCH v2 7/7] dm-verity: allow REED_SOLOMON to be 'm' if DM_VERITY is 'm'
Eric Biggers
2025/12/19
[PATCH v2 5/7] dm-verity: make verity_fec_is_enabled() an inline function
Eric Biggers
2025/12/19
[PATCH v2 0/7] dm-verity: FEC optimizations and fixes
Eric Biggers
2025/12/19
[PATCH v2 2/7] dm-verity: make dm_verity_fec_io::bufs variable-length
Eric Biggers
2025/12/19
[PATCH v2 3/7] dm-verity: remove unnecessary condition for verity_fec_finish_io()
Eric Biggers
2025/12/19
Re: [PATCH 18/21] libmpathutil: add wrapper code for libudev
Benjamin Marzinski
2025/12/19
[PATCH v2 26/26] multipath-tools tests: adaptations for cmocka 2.0
Martin Wilck
2025/12/19
[PATCH v2 09/26] multipathd: free orphaned paths in checker_finished()
Martin Wilck
2025/12/19
[PATCH v2 06/26] libmultipath: export cleanup_multipath()
Martin Wilck
2025/12/19
[PATCH v2 05/26] libmultipath: export orphan_paths()
Martin Wilck
2025/12/19
[PATCH v2 03/26] libmpathutil: constify find_slot()
Martin Wilck
2025/12/19
[PATCH v2 01/26] libmultipath: drop drop_multipath
Martin Wilck
2025/12/19
[PATCH v2 00/26] Multipath-tools: various bug fixes
Martin Wilck
2025/12/19
Re: [PATCH v2 14/26] multipathd: add_map_without_path(): orphan paths instead of freeing them
Martin Wilck
2025/12/19
[PATCH v2 25/26] Makefile: add functionality to determine cmocka version
Martin Wilck
2025/12/19
[PATCH v2 24/26] multipath-tools: use the libudev wrapper functions
Martin Wilck
2025/12/19
[PATCH v2 22/26] libmpathutil: use union for bitfield
Martin Wilck
2025/12/19
[PATCH v2 21/26] kpartx: fix some memory leaks
Martin Wilck
2025/12/19
[PATCH v2 20/26] multipathd: join the init_unwinder dummy thread
Martin Wilck
2025/12/19
[PATCH v2 19/26] libmultipath: simplify sysfs_get_target_nodename()
Martin Wilck
2025/12/19
[PATCH v2 18/26] multipath-tools: Fix ISO C23 errors with strchr()
Martin Wilck
2025/12/19
[PATCH v2 17/26] libmultipaths: annotate functions that may free paths
Martin Wilck
2025/12/19
[PATCH v2 16/26] libmultipath: remove cleanup_multipath_and_paths()
Martin Wilck
2025/12/19
[PATCH v2 15/26] libmultipath: remove free_paths argument from free_multipath()
Martin Wilck
2025/12/19
[PATCH v2 14/26] multipathd: add_map_without_path(): orphan paths instead of freeing them
Martin Wilck
2025/12/19
[PATCH v2 13/26] multipath: free paths through pathvec in check_usable_paths()
Martin Wilck
2025/12/19
[PATCH v2 12/26] libmultipath: remove free_paths argument from free_multipathvec()
Martin Wilck
2025/12/19
[PATCH v2 11/26] libmultipath: remove free_paths argument from free_pgvec()
Martin Wilck
2025/12/19
[PATCH v2 23/26] libmpathutil: add wrapper code for libudev
Martin Wilck
2025/12/19
[PATCH v2 10/26] libmultipath: remove free_paths argument from free_pathgroup()
Martin Wilck
2025/12/19
[PATCH v2 08/26] libmultipath: don't free paths in orphan_paths()
Martin Wilck
2025/12/19
[PATCH v2 07/26] libmultipath: add cleanup_pathvec_and_free_paths()
Martin Wilck
2025/12/19
[PATCH v2 04/26] libmultipath: don't touch mpvec in remove_map()
Martin Wilck
2025/12/19
[PATCH v2 02/26] libmultipath: don't access path members in free_pgvec()
Martin Wilck
2025/12/19
Re: [PATCH 03/21] multipathd: free paths in checker_finished()
Martin Wilck
2025/12/19
Re: [PATCH 17/21] libmpathutil: use union for bitfield
Martin Wilck
2025/12/19
Re: [PATCH 18/21] libmpathutil: add wrapper code for libudev
Martin Wilck
2025/12/18
Re: [PATCH 00/21] Multipath-tools: various bug fixes
Benjamin Marzinski
2025/12/18
Re: [PATCH 18/21] libmpathutil: add wrapper code for libudev
Benjamin Marzinski
2025/12/18
Re: [PATCH 17/21] libmpathutil: use union for bitfield
Benjamin Marzinski
2025/12/18
Re: [PATCH 12/21] libmultipath: free_multipath: fix FREE_PATHS case
Benjamin Marzinski
2025/12/18
Re: [PATCH 09/21] libmultipath: fix numeric value of free_paths in free_multipaths()
Benjamin Marzinski
2025/12/18
Re: [PATCH 03/21] multipathd: free paths in checker_finished()
Martin Wilck
2025/12/18
Re: [PATCH 03/21] multipathd: free paths in checker_finished()
Benjamin Marzinski
2025/12/18
Re: [RFC 06/12] bio: don't check target->bi_status on error
Christoph Hellwig
2025/12/17
Re: [RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
Askar Safin
2025/12/17
[PATCH 18/21] libmpathutil: add wrapper code for libudev
Martin Wilck
2025/12/17
[PATCH 17/21] libmpathutil: use union for bitfield
Martin Wilck
2025/12/17
[PATCH 15/21] multipathd: join the init_unwinder dummy thread
Martin Wilck
2025/12/17
[PATCH 14/21] libmultipath: simplify sysfs_get_target_nodename()
Martin Wilck
2025/12/17
[PATCH 21/21] multipath-tools tests: adaptations for cmocka 2.0
Martin Wilck
2025/12/17
[PATCH 13/21] multipath-tools: Fix ISO C23 errors with strchr()
Martin Wilck
2025/12/17
[PATCH 11/21] libmultipath: remove free_paths argument from free_multipathvec()
Martin Wilck
2025/12/17
[PATCH 10/21] libmultipath: remove free_paths argument from free_pgvec()
Martin Wilck
2025/12/17
[PATCH 16/21] kpartx: fix some memory leaks
Martin Wilck
2025/12/17
[PATCH 08/21] libmultipath: remove free_paths argument from free_pathgroup()
Martin Wilck
2025/12/17
[PATCH 12/21] libmultipath: free_multipath: fix FREE_PATHS case
Martin Wilck
2025/12/17
[PATCH 09/21] libmultipath: fix numeric value of free_paths in free_multipaths()
Martin Wilck
2025/12/17
[PATCH 20/21] Makefile: add functionality to determine cmocka version
Martin Wilck
2025/12/17
[PATCH 07/21] libmultipath: free orphaned paths in check_removed_paths()
Martin Wilck
2025/12/17
[PATCH 19/21] multipath-tools: use the libudev wrapper functions
Martin Wilck
2025/12/17
[PATCH 05/21] libmpathutil: constify find_slot()
Martin Wilck
2025/12/17
[PATCH 06/21] libmultipath: don't free paths in orphan_paths()
Martin Wilck
2025/12/17
[PATCH 04/21] libmultipath: don't touch mpvec in remove_map()
Martin Wilck
2025/12/17
[PATCH 03/21] multipathd: free paths in checker_finished()
Martin Wilck
2025/12/17
[PATCH 02/21] libmultipath: don't access path members in free_pgvec()
Martin Wilck
2025/12/17
[PATCH 01/21] libmultipath: drop drop_multipath
Martin Wilck
2025/12/17
[PATCH 00/21] Multipath-tools: various bug fixes
Martin Wilck
2025/12/17
Re: [PATCH 4/7] dm-verity: remove unnecessary ifdef around verity_fec_decode()
Sami Tolvanen
2025/12/17
Re: [PATCH 7/7] dm-verity: allow REED_SOLOMON to be 'm' if DM_VERITY is 'm'
Sami Tolvanen
2025/12/17
Re: [PATCH 2/7] dm-verity: make dm_verity_fec_io::bufs variable-length
Sami Tolvanen
2025/12/17
Re: [PATCH 3/7] dm-verity: remove unnecessary condition for verity_fec_finish_io()
Sami Tolvanen
2025/12/17
Re: [PATCH 5/7] dm-verity: make verity_fec_is_enabled() an inline function
Sami Tolvanen
2025/12/17
Re: [PATCH 6/7] dm-verity: correctly handle dm_bufio_client_create() failure
Sami Tolvanen
2025/12/17
Re: [PATCH 1/7] dm-verity: move dm_verity_fec_io to mempool
Sami Tolvanen
2025/12/16
Re: [PATCH v3] libmpathpersist: fix code for skipping multipathd path registration
Martin Wilck
2025/12/16
[PATCH 5/7] dm-verity: make verity_fec_is_enabled() an inline function
Eric Biggers
2025/12/16
[PATCH 6/7] dm-verity: correctly handle dm_bufio_client_create() failure
Eric Biggers
2025/12/16
[PATCH 4/7] dm-verity: remove unnecessary ifdef around verity_fec_decode()
Eric Biggers
2025/12/16
[PATCH 3/7] dm-verity: remove unnecessary condition for verity_fec_finish_io()
Eric Biggers
2025/12/16
[PATCH 7/7] dm-verity: allow REED_SOLOMON to be 'm' if DM_VERITY is 'm'
Eric Biggers
2025/12/16
[PATCH 2/7] dm-verity: make dm_verity_fec_io::bufs variable-length
Eric Biggers
2025/12/16
[PATCH 1/7] dm-verity: move dm_verity_fec_io to mempool
Eric Biggers
2025/12/16
[PATCH 0/7] dm-verity: FEC optimizations and fixes
Eric Biggers
2025/12/16
Re: [RFC 06/12] bio: don't check target->bi_status on error
Andreas Gruenbacher
2025/12/16
Re: [RFC 06/12] bio: don't check target->bi_status on error
Christoph Hellwig
2025/12/16
Re: [RFC 06/12] bio: don't check target->bi_status on error
Andreas Gruenbacher
2025/12/16
Re: [RFC 12/12] bio: add bio_endio_status
Christoph Hellwig
2025/12/16
Re: [RFC 11/12] bio: add bio_endio_errno
Christoph Hellwig
2025/12/16
Re: [RFC 01/12] bio: rename bio_chain arguments
Christoph Hellwig
2025/12/16
Re: [RFC 02/12] bio: use bio_io_error more often
Christoph Hellwig
2025/12/16
Re: [RFC 05/12] bio: add bio_set_status
Christoph Hellwig
2025/12/15
Re: [RFC 06/12] bio: don't check target->bi_status on error
Christoph Hellwig
2025/12/15
Re: [RFC 03/12] bio: add bio_set_errno
Christoph Hellwig
2025/12/15
Re: [f2fs-dev] [PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
patchwork-bot+f2fs
2025/12/15
Re: [PATCH v3 1/1] dm-stripe: adjust max_hw_discard_sectors to avoid unnecessary discard bio splitting
Benjamin Marzinski
2025/12/15
[PATCH v3] libmpathpersist: fix code for skipping multipathd path registration
Benjamin Marzinski
2025/12/13
Re: [git pull] device mapper changes for 6.19
Mikulas Patocka
2025/12/12
Re: [git pull] device mapper changes for 6.19
Linus Torvalds
2025/12/12
[PATCH v3 1/1] dm-stripe: adjust max_hw_discard_sectors to avoid unnecessary discard bio splitting
Yongpeng Yang
2025/12/12
Re: [PATCH 1/1] dm-stripe: adjust max_hw_discard_sectors to avoid unnecessary discard bio splitting
Yongpeng Yang
2025/12/11
[PATCH AUTOSEL 6.18-6.6] dm-snapshot: fix 'scheduling while atomic' on real-time kernels
Sasha Levin
2025/12/11
[PATCH AUTOSEL 6.18-6.17] dm-verity: disable recursive forward error correction
Sasha Levin
2025/12/11
Re: [PATCH] dm-snapshot: fix 'scheduling while atomic' on real-time kernels
Jiping Ma
2025/12/11
[PATCH v2] dm init: ensure block device is ready before creating mapped device
jaeyuel . im
2025/12/11
[PATCH v5 1/1] mulitpath-tools Add purge capability to multipath-tools
Brian Bunker
2025/12/11
[PATCH v5 0/1] mulitpath-tools Add purge capability to multipath-tools
Brian Bunker
2025/12/11
Re: [PATCH 1/1] dm-stripe: adjust max_hw_discard_sectors to avoid unnecessary discard bio splitting
Benjamin Marzinski
2025/12/11
Re: [PATCH v2] libmpathpersist: fix code for skipping multipathd path registration
Benjamin Marzinski
2025/12/11
Re: [PATCH v4] mulitpath-tools Add purge capability to multipath-tools
Benjamin Marzinski
2025/12/11
Re: Hard system lock-ups when using encrypted swap and RAM is exhausted
Askar Safin
2025/12/11
Re: [git pull] device mapper changes for 6.19
Mikulas Patocka
2025/12/11
Re: [PATCH v4] mulitpath-tools Add purge capability to multipath-tools
Brian Bunker
2025/12/11
Re: [PATCH] dm init: ensure block device is ready before creating mapped device
Dongsheng Yang
2025/12/11
[PATCH] dm init: ensure block device is ready before creating mapped device
jaeyuel . im
2025/12/10
[PATCH v2 1/1] dm-stripe: adjust max_hw_discard_sectors to avoid unnecessary discard bio splitting
Yongpeng Yang
2025/12/10
Re: [PATCH] dm pcache: reject mappings larger than backing
Dongsheng Yang
2025/12/10
Re: [PATCH 1/1] dm-stripe: adjust max_hw_discard_sectors to avoid unnecessary discard bio splitting
Yongpeng Yang
2025/12/10
Re: [git pull] device mapper changes for 6.19
pr-tracker-bot
2025/12/10
Re: [git pull] device mapper changes for 6.19
Linus Torvalds
2025/12/10
Re: [PATCH v4] mulitpath-tools Add purge capability to multipath-tools
Benjamin Marzinski
2025/12/10
Re: [git pull] device mapper changes for 6.19
Linus Torvalds
2025/12/10
Re: [PATCH v3] mulitpath-tools Add purge capability to multipath-tools
Benjamin Marzinski
2025/12/10
[git pull] device mapper changes for 6.19
Mikulas Patocka
2025/12/10
Re: [PATCH 1/2] dm cache: drop redundant origin size check
Ming Hung Tsai
2025/12/09
Re: [PATCH 1/1] dm-stripe: adjust max_hw_discard_sectors to avoid unnecessary discard bio splitting
Benjamin Marzinski
2025/12/09
[PATCH 2/2] dm clone: drop redundant size checks
Li Chen
2025/12/09
[PATCH 1/2] dm cache: drop redundant origin size check
Li Chen
2025/12/09
Re: [PATCH] dm pcache: reject mappings larger than backing
Li Chen
2025/12/09
[PATCH v4] mulitpath-tools Add purge capability to multipath-tools
Brian Bunker
2025/12/09
Re: [f2fs-dev] [PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
patchwork-bot+f2fs
2025/12/09
Re: [PATCH v2] libmpathpersist: fix code for skipping multipathd path registration
Martin Wilck
2025/12/09
Re: [PATCH 4/4] libmpathpersist: fix code for skipping multipathd path registration
Martin Wilck
2025/12/09
Re: [PATCH v3] mulitpath-tools Add purge capability to multipath-tools
Martin Wilck
2025/12/08
Re: [PATCH v2] scsi: scsi_dh: Return error pointer in scsi_dh_attached_handler_name
Martin K. Petersen
2025/12/08
Re: [RFC 00/12] bio cleanups
Andreas Gruenbacher
2025/12/08
[PATCH v2] libmpathpersist: fix code for skipping multipathd path registration
Benjamin Marzinski
2025/12/08
Re: [PATCH 4/4] libmpathpersist: fix code for skipping multipathd path registration
Benjamin Marzinski
2025/12/08
Re: [RFC 00/12] bio cleanups
David Sterba
2025/12/08
Re: [PATCH v3] mulitpath-tools Add purge capability to multipath-tools
Benjamin Marzinski
2025/12/08
Re: [PATCH 4/4] libmpathpersist: fix code for skipping multipathd path registration
Martin Wilck
2025/12/08
Re: [PATCH v2] scsi: scsi_dh: Return error pointer in scsi_dh_attached_handler_name
Martin Wilck
2025/12/08
Re: [PATCH 0/4] multipath-tools: Yet Another PR fix
Martin Wilck
2025/12/08
Re: [PATCH 4/4] libmpathpersist: fix code for skipping multipathd path registration
Martin Wilck
2025/12/08
Re: [PATCH] Release lock before scsi_remove_device and don't block
Martin Wilck
2025/12/08
Re: [PATCH v3] mulitpath-tools Add purge capability to multipath-tools
Martin Wilck
2025/12/08
[RFC 11/12] bio: add bio_endio_errno
Andreas Gruenbacher
2025/12/08
[RFC 07/12] bio: use bio_set_status for BLK_STS_* status codes
Andreas Gruenbacher
2025/12/08
[RFC 06/12] bio: don't check target->bi_status on error
Andreas Gruenbacher
2025/12/08
[RFC 12/12] bio: add bio_endio_status
Andreas Gruenbacher
2025/12/08
[RFC 10/12] bio: never set bi_status to BLK_STS_OK during completion
Andreas Gruenbacher
2025/12/08
[RFC 04/12] bio: use bio_set_errno in more places
Andreas Gruenbacher
2025/12/08
[RFC 09/12] bio: switch to bio_set_status in submit_bio_noacct
Andreas Gruenbacher
2025/12/08
[RFC 02/12] bio: use bio_io_error more often
Andreas Gruenbacher
2025/12/08
[RFC 05/12] bio: add bio_set_status
Andreas Gruenbacher
2025/12/08
[RFC 08/12] bio: use bio_set_status in some more places
Andreas Gruenbacher
2025/12/08
[RFC 03/12] bio: add bio_set_errno
Andreas Gruenbacher
Earlier messages