DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-06 15:18:51 to 2023-06-08 21:25:02 UTC [more...]

[dm-devel] [PATCH v2 00/16] Diskseq support in loop, device-mapper, and blkback
 2023-06-08 15:33 UTC  (19+ messages)
` [dm-devel] [PATCH v2 13/16] xen-blkback: Implement diskseq checks
` [dm-devel] [PATCH v2 15/16] xen-blkback: Minor cleanups
` [dm-devel] [PATCH v2 16/16] xen-blkback: Inform userspace that device has been opened

[dm-devel] decouple block open flags from fmode_t
 2023-06-08  9:04 UTC  (123+ messages)
` [dm-devel] [PATCH 01/31] block: also call ->open for incremental partition opens
` [dm-devel] [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
` [dm-devel] [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
` [dm-devel] [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
` [dm-devel] [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
` [dm-devel] [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
` [dm-devel] [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
` [dm-devel] [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
` [dm-devel] [PATCH 09/31] block: pass a gendisk to ->open
` [dm-devel] [PATCH 10/31] block: remove the unused mode argument to ->release
` [dm-devel] [PATCH 11/31] block: rename blkdev_close to blkdev_release
` [dm-devel] [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path
` [dm-devel] [PATCH 13/31] bcache: "
` [dm-devel] [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [dm-devel] [PATCH 15/31] btrfs: "
` [dm-devel] [PATCH 16/31] block: use the holder as indication for exclusive opens
` [dm-devel] [PATCH 17/31] block: add a sb_open_mode helper
` [dm-devel] [PATCH 18/31] fs: remove sb->s_mode
` [dm-devel] [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [dm-devel] [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl "
` [dm-devel] [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn "
` [dm-devel] [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [dm-devel] [PATCH 23/31] mtd: block: use a simple bool to track open for write
` [dm-devel] [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [dm-devel] [PATCH 25/31] ubd: remove commented out code in ubd_open
` [dm-devel] [PATCH 26/31] block: move a few internal definitions out of blkdev.h
` [dm-devel] [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
` [dm-devel] [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
` [dm-devel] [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev
` [dm-devel] [PATCH 30/31] block: store the holder in file->private_data
` [dm-devel] [PATCH 31/31] fs: remove the now unused FMODE_* flags

[dm-devel] [PATCH v7 0/5] Introduce provisioning primitives
 2023-06-08 21:24 UTC  (4+ messages)
` [dm-devel] [PATCH v7 4/5] dm-thin: Add REQ_OP_PROVISION support

[dm-devel] [PATCH v12 0/9] Implement copy offload support
 2023-06-08 12:08 UTC  (7+ messages)
  ` [dm-devel] [PATCH v12 5/9] nvme: add "

[dm-devel] decouple block open flags from fmode_t v2
 2023-06-08 11:02 UTC  (30+ messages)
` [dm-devel] [PATCH 01/30] block: also call ->open for incremental partition opens
` [dm-devel] [PATCH 02/30] cdrom: remove the unused bdev argument to cdrom_open
` [dm-devel] [PATCH 03/30] cdrom: remove the unused mode argument to cdrom_ioctl
` [dm-devel] [PATCH 04/30] cdrom: remove the unused cdrom_close_write release code
` [dm-devel] [PATCH 05/30] cdrom: track if a cdrom_device_info was opened for data
` [dm-devel] [PATCH 06/30] cdrom: remove the unused mode argument to cdrom_release
` [dm-devel] [PATCH 07/30] block: pass a gendisk on bdev_check_media_change
` [dm-devel] [PATCH 08/30] block: pass a gendisk to ->open
` [dm-devel] [PATCH 09/30] block: remove the unused mode argument to ->release
` [dm-devel] [PATCH 10/30] block: rename blkdev_close to blkdev_release
` [dm-devel] [PATCH 11/30] swsusp: don't pass a stack address to blkdev_get_by_path
` [dm-devel] [PATCH 12/30] bcache: "
` [dm-devel] [PATCH 13/30] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [dm-devel] [PATCH 14/30] btrfs: "
` [dm-devel] [PATCH 15/30] block: use the holder as indication for exclusive opens
` [dm-devel] [PATCH 16/30] block: add a sb_open_mode helper
` [dm-devel] [PATCH 17/30] fs: remove sb->s_mode
` [dm-devel] [PATCH 18/30] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [dm-devel] [PATCH 19/30] scsi: replace the fmode_t argument to scsi_ioctl "
` [dm-devel] [PATCH 20/30] scsi: replace the fmode_t argument to ->sg_io_fn "
` [dm-devel] [PATCH 21/30] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [dm-devel] [PATCH 22/30] mtd: block: use a simple bool to track open for write
` [dm-devel] [PATCH 23/30] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [dm-devel] [PATCH 24/30] ubd: remove commented out code in ubd_open
` [dm-devel] [PATCH 25/30] block: move a few internal definitions out of blkdev.h
` [dm-devel] [PATCH 26/30] block: remove unused fmode_t arguments from ioctl handlers
` [dm-devel] [PATCH 27/30] block: replace fmode_t with a block-specific type for block open flags
` [dm-devel] [PATCH 28/30] block: always use I_BDEV on file->f_mapping->host to find the bdev
` [dm-devel] [PATCH 30/30] fs: remove the now unused FMODE_* flags

[dm-devel] [PATCH 0/5] Support kdump with LUKS encryption by reusing LUKS volume key
 2023-06-08 10:39 UTC  (9+ messages)

[dm-devel] [PATCH -next v2 0/6] md: fix that MD_RECOVERY_RUNNING can be cleared while sync_thread is still running
 2023-06-08  2:41 UTC  (2+ messages)

[dm-devel] [PATCH v7 0/5] Introduce provisioning primitives
 2023-06-08  2:03 UTC  (18+ messages)

[dm-devel] [PATCH v7 00/12] x86: Support Key Locker
 2023-06-07 22:06 UTC  (5+ messages)
` [dm-devel] [PATCH v8 "
  ` [dm-devel] [PATCH v8 12/12] crypto: x86/aes-kl - Implement the AES-XTS algorithm

[dm-devel] [PATCH V3 00/11] multipath: Add a group_by_tgp pgpolicy
 2023-06-07 20:47 UTC  (12+ messages)
` [dm-devel] [PATCH V3 01/11] libmultipath: add group_by_tpg path_grouping_policy
` [dm-devel] [PATCH V3 02/11] libmultipath: don't copy pgpolicy string in get_pgpolicy_name
` [dm-devel] [PATCH V3 03/11] libmultipath: add ALUA tpg path wildcard
` [dm-devel] [PATCH V3 04/11] multipath-tools tests: add tests for group_by_tpg policy
` [dm-devel] [PATCH V3 05/11] libmultipath: add "detect_pgpolicy" config option
` [dm-devel] [PATCH V3 06/11] libmultipath: add "detect_pgpolicy_use_tpg" "
` [dm-devel] [PATCH V3 07/11] libmultipath: don't count PRIO_UNDEF paths for pathgroup priority
` [dm-devel] [PATCH V3 08/11] multipath-tools tests: add tests to verify PRIO_UNDEF changes
` [dm-devel] [PATCH V3 09/11] multipathd: only refresh priorities in update_prio()
` [dm-devel] [PATCH V3 10/11] multipathd: reload map if the path groups are out of order
` [dm-devel] [PATCH V3 11/11] multipathd: don't assume mpp->paths will exist in need_switch_pathgroup

[dm-devel] [PATCH V2 00/11] multipath: Add a group_by_tgp pgpolicy
 2023-06-07 19:43 UTC  (22+ messages)
` [dm-devel] [PATCH V2 01/11] libmultipath: add group_by_tpg path_grouping_policy
` [dm-devel] [PATCH V2 02/11] libmultipath: don't copy pgpolicy string in get_pgpolicy_name
` [dm-devel] [PATCH V2 03/11] libmultipath: add ALUA tpg path wildcard
` [dm-devel] [PATCH V2 04/11] multipath-tools tests: add tests for group_by_tpg policy
` [dm-devel] [PATCH V2 05/11] libmultipath: add "detect_pgpolicy" config option
` [dm-devel] [PATCH V2 06/11] libmultipath: add "detect_pgpolicy_use_tpg" "
` [dm-devel] [PATCH V2 07/11] libmultipath: don't count PRIO_UNDEF paths for pathgroup priority
` [dm-devel] [PATCH V2 08/11] multipath-tools tests: add tests to verify PRIO_UDEF changes
` [dm-devel] [PATCH V2 09/11] multipathd: only refresh priorities in update_prio()
` [dm-devel] [PATCH V2 10/11] multipathd: reload map if the path groups are out of order
` [dm-devel] [PATCH V2 11/11] multipathd: don't assume mpp->paths will exist in need_switch_pathgroup

[dm-devel] multipath-tools: Debian patches
 2023-06-07 15:12 UTC  (5+ messages)

[dm-devel] [PATCH] dm/zone: Use the bitmap API to allocate bitmaps
 2023-06-07  3:26 UTC 

[dm-devel] enforce read-only state at the block layer
 2023-06-07  5:33 UTC  (5+ messages)
` [dm-devel] [PATCH 3/3] block: fail writes to read-only devices

[dm-devel] [PATCH] multipath-tools build: rename PKGCONFIG to PKG_CONFIG
 2023-06-06 20:28 UTC  (2+ messages)

[dm-devel] [PATCH 0/5] priority and pathgroup switching changes
 2023-06-06 18:53 UTC  (16+ messages)
` [dm-devel] [PATCH 3/5] multipathd: refresh all priorities if one has changed
` [dm-devel] [PATCH 4/5] multipathd: reload map if the path groups are out of order

[dm-devel] [PATCH] multipath-tools build: accept KBUILD_BUILD_TIMESTAMP from env
 2023-06-06 17:12 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).