DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-04 19:06:49 to 2023-06-07 22:07:09 UTC [more...]

[dm-devel] decouple block open flags from fmode_t
 2023-06-07 13:18 UTC  (77+ 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 v2 00/16] Diskseq support in loop, device-mapper, and blkback
 2023-06-07 16:29 UTC  (13+ 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] [PATCH v7 00/12] x86: Support Key Locker
 2023-06-07 22:06 UTC  (17+ messages)
` [dm-devel] [PATCH v8 "
  ` [dm-devel] [PATCH v8 01/12] Documentation/x86: Document "
  ` [dm-devel] [PATCH v8 09/12] x86/cpu: Add a configuration and command line option for "
  ` [dm-devel] [PATCH v8 10/12] crypto: x86/aesni - Use the proper data type in struct aesni_xts_ctx
  ` [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 v12 0/9] Implement copy offload support
 2023-06-07  7:12 UTC  (13+ messages)
    ` [dm-devel] [PATCH v12 1/9] block: Introduce queue limits for copy-offload support
    ` [dm-devel] [PATCH v12 2/9] block: Add copy offload support infrastructure
    ` [dm-devel] [PATCH v12 3/9] block: add emulation for copy
    ` [dm-devel] [PATCH v12 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
    ` [dm-devel] [PATCH v12 5/9] nvme: add copy offload support
    ` [dm-devel] [PATCH v12 6/9] nvmet: add copy command support for bdev and file ns
    ` [dm-devel] [PATCH v12 7/9] dm: Add support for copy offload
    ` [dm-devel] [PATCH v12 8/9] dm: Enable copy offload for dm-linear target
    ` [dm-devel] [PATCH v12 9/9] null_blk: add support for copy offload

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

[dm-devel] [PATCH 0/5] Support kdump with LUKS encryption by reusing LUKS volume key
 2023-06-07  6:14 UTC  (7+ messages)

[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 v7 0/5] Introduce provisioning primitives
 2023-06-07  2:15 UTC  (14+ messages)

[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 

[dm-devel] [PATCH] dm thin: check fail_io before using data_sm
 2023-06-06 12:20 UTC 

[dm-devel] [PATCH] Improve the dm-integrity documentation
 2023-06-06  2:18 UTC  (24+ messages)
` [dm-devel] [PATCH v3 0/4] "
  ` [dm-devel] [PATCH v3 1/4] Fix minor grammatical error in dm-integrity.rst
  ` [dm-devel] [PATCH v3 2/4] Documents the meaning of "buffer" in dm-integrity
  ` [dm-devel] [PATCH v3 3/4] Document dm-integrity default values
  ` [dm-devel] [PATCH v3 4/4] Document an example of how the tunables relate in dm-integrity
  ` [dm-devel] [PATCH v4 0/4] Improve the dm-integrity documentation
    ` [dm-devel] [PATCH v4 1/4] Documentation: dm-integrity: Fix minor grammatical error
    ` [dm-devel] [PATCH v4 2/4] Documentation: dm-integrity: Document the meaning of "buffer"
    ` [dm-devel] [PATCH v4 3/4] Documentation: dm-integrity: Document default values
    ` [dm-devel] [PATCH v4 4/4] Documentation: dm-integrity: Document an example of how the tunables relate

[dm-devel] [PATCH v5 00/12] x86: Support Key Locker
 2023-06-05 10:52 UTC  (3+ messages)
` [dm-devel] [PATCH v5 01/12] Documentation/x86: Document "

[dm-devel] fix the name_to_dev_t mess v2
 2023-06-05 17:22 UTC  (3+ messages)
` [dm-devel] [PATCH 01/24] driver core: return bool from driver_probe_done

[dm-devel] [PATCH 0/5] multipath: Add a group_by_tgp path grouping policy
 2023-06-05 14:14 UTC  (6+ messages)
` [dm-devel] [PATCH 5/5] libmultipath: add "detect_pgpolicy" config option

[dm-devel] [PATCH] multipath-tools: adapt HITACHI/OPEN- config to work with alua and multibus
 2023-06-05  9:39 UTC  (5+ messages)

[dm-devel] [PATCH] dm thin: Fix ABBA deadlock by resetting dm_bufio_client
 2023-06-05  7:03 UTC 

[dm-devel] [PATCH] Improve the dm-integrity documentation
 2023-06-04 14:07 UTC  (6+ messages)


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).