dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-17 06:43:17 to 2021-10-13 19:17:33 UTC [more...]

[dm-devel] [RFC PATCH v7 00/16] Integrity Policy Enforcement (IPE)
 2021-10-13 19:06 UTC  (16+ messages)
` [dm-devel] [RFC PATCH v7 01/16] security: add ipe lsm & initial context creation
` [dm-devel] [RFC PATCH v7 02/16] ipe: add policy parser
` [dm-devel] [RFC PATCH v7 03/16] ipe: add evaluation loop
` [dm-devel] [RFC PATCH v7 04/16] ipe: add userspace interface
` [dm-devel] [RFC PATCH v7 05/16] ipe: add LSM hooks on execution and kernel read
` [dm-devel] [RFC PATCH v7 06/16] uapi|audit: add trust audit message definitions
` [dm-devel] [RFC PATCH v7 07/16] ipe: add auditing support
` [dm-devel] [RFC PATCH v7 09/16] ipe: introduce 'boot_verified' as a trust provider
` [dm-devel] [RFC PATCH v7 10/16] fs|dm-verity: add block_dev LSM blob and submit dm-verity data
` [dm-devel] [RFC PATCH v7 11/16] ipe: add support for dm-verity as a trust provider
` [dm-devel] [RFC PATCH v7 12/16] fsverity|security: add security hooks to fsverity digest and signature
` [dm-devel] [RFC PATCH v7 13/16] ipe: enable support for fs-verity as a trust provider
` [dm-devel] [RFC PATCH v7 14/16] scripts: add boot policy generation program
` [dm-devel] [RFC PATCH v7 15/16] ipe: kunit tests
` [dm-devel] [RFC PATCH v7 16/16] documentation: add ipe documentation

[dm-devel] simplify I/O size calculation helpers v2
 2021-10-13 17:12 UTC  (7+ messages)
` [dm-devel] [PATCH 1/6] block: factor out a chunk_size_left helper
` [dm-devel] [PATCH 2/6] dm: open code blk_max_size_offset in max_io_len
` [dm-devel] [PATCH 3/6] block: only call blk_queue_get_max_sectors once in blk_rq_get_max_sectors
` [dm-devel] [PATCH 4/6] block: open code blk_max_size_offset "
` [dm-devel] [PATCH 5/6] block: fold blk_max_size_offset into get_max_io_size
` [dm-devel] [PATCH 6/6] block: pass the start sector to get_max_io_size

[dm-devel] don't use ->bd_inode to access the block device size
 2021-10-13 16:43 UTC  (60+ messages)
` [dm-devel] [PATCH 01/29] bcache: remove bdev_sectors
` [dm-devel] [PATCH 02/29] drbd: use bdev_nr_sectors instead of open coding it
` [dm-devel] [PATCH 03/29] dm: "
` [dm-devel] [PATCH 04/29] md: "
` [dm-devel] [PATCH 05/29] mtd/block2mtd: "
` [dm-devel] [PATCH 06/29] nvmet: "
` [dm-devel] [PATCH 07/29] target/iblock: "
` [dm-devel] [PATCH 08/29] fs: use bdev_nr_sectors instead of open coding it in blkdev_max_block
` [dm-devel] [PATCH 09/29] fs: simplify init_page_buffers
` [dm-devel] [PATCH 10/29] affs: use bdev_nr_sectors instead of open coding it
` [dm-devel] [PATCH 11/29] btrfs: "
` [dm-devel] [PATCH 12/29] cramfs: "
` [dm-devel] [PATCH 13/29] fat: "
` [dm-devel] [PATCH 14/29] hfs: "
` [dm-devel] [PATCH 15/29] hfsplus: "
` [dm-devel] [PATCH 16/29] jfs: "
` [dm-devel] [PATCH 17/29] nfs/blocklayout: "
` [dm-devel] [PATCH 18/29] nilfs2: "
` [dm-devel] [PATCH 19/29] ntfs3: "
` [dm-devel] [PATCH 20/29] pstore/blk: "
` [dm-devel] [PATCH 21/29] reiserfs: "
` [dm-devel] [PATCH 22/29] squashfs: "
` [dm-devel] [PATCH 23/29] block: use bdev_nr_sectors instead of open coding it in blkdev_fallocate
` [dm-devel] [PATCH 24/29] block: add a sb_bdev_nr_blocks helper
` [dm-devel] [PATCH 25/29] ext4: use sb_bdev_nr_blocks
` [dm-devel] [PATCH 26/29] jfs: "
` [dm-devel] [PATCH 27/29] ntfs: "
` [dm-devel] [PATCH 28/29] reiserfs: "
` [dm-devel] [PATCH 29/29] udf: "

[dm-devel] [PATCH] loop: don't print warnings if the underlying filesystem doesn't support discard
 2021-10-13  9:28 UTC  (6+ messages)
      ` [dm-devel] [PATCH v3] "
        ` [dm-devel] [PATCH v4] "

[dm-devel] [PATCH v5 0/4] blk-crypto cleanups
 2021-10-13  2:39 UTC  (6+ messages)
` [dm-devel] [PATCH v5 1/4] blk-crypto-fallback: properly prefix function and struct names
` [dm-devel] [PATCH v5 2/4] blk-crypto: rename keyslot-manager files to blk-crypto-profile
` [dm-devel] [PATCH v5 3/4] blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
` [dm-devel] [PATCH v5 4/4] blk-crypto: update inline encryption documentation

[dm-devel] simplify I/O size calculation helpers
 2021-10-12 16:50 UTC  (7+ messages)
` [dm-devel] [PATCH 1/5] block: factor out a chunk_size_left helper
` [dm-devel] [PATCH 2/5] dm: open code blk_max_size_offset in max_io_len
` [dm-devel] [PATCH 3/5] block: open code blk_max_size_offset in blk_rq_get_max_sectors
` [dm-devel] [PATCH 4/5] block: fold blk_max_size_offset into get_max_io_size
` [dm-devel] [PATCH 5/5] block: pass the start sector to get_max_io_size

[dm-devel] [PATCH] dm: Remove redundant 'flush_workqueue()' calls
 2021-10-10 14:29 UTC 

[dm-devel] [PATCH]multipath-tools: fix "multipath -ll" bug for Native NVME Multipath devices
 2021-10-08 12:24 UTC 

[dm-devel] [PATCH] multipath-tools: dm-devel is a closed ml
 2021-10-09  1:36 UTC  (3+ messages)

[dm-devel] [PATCH] dm: change dm_get_target_type() to check for module load error
 2021-10-06 20:55 UTC  (3+ messages)
` [dm-devel] "

[dm-devel] [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-10-06 17:33 UTC  (10+ messages)

[dm-devel] [PATCH] dm-rq: don't queue request during suspend
 2021-10-07  7:06 UTC  (3+ messages)
` [dm-devel] "

[dm-devel] [PATCH 0/8] improving config parsing warnings
 2021-10-06 20:04 UTC  (9+ messages)
` [dm-devel] [PATCH 1/8] libmulitpath: add section name to invalid keyword output
` [dm-devel] [PATCH 2/8] libmultipath: use typedef for keyword handler function
` [dm-devel] [PATCH 3/8] libmultipath: print the correct file when parsing fails
` [dm-devel] [PATCH 4/8] libmultipath: pass file and line number to keyword handlers
` [dm-devel] [PATCH 5/8] libmultipath: make set_int take a range for valid values
` [dm-devel] [PATCH 6/8] libmultipath: improve checks for set_str
` [dm-devel] [PATCH 7/8] libmultipath: split set_int to enable reuse
` [dm-devel] [PATCH 8/8] libmultipath: cleanup invalid config handling

[dm-devel] [PATCH v2 0/4] Add "reconfigure all" multipath command
 2021-10-06 19:25 UTC  (5+ messages)
` [dm-devel] [PATCH v2 1/4] multipathd: move delayed_reconfig out of struct config
` [dm-devel] [PATCH v2 2/4] multipathd: remove reconfigure from header file
` [dm-devel] [PATCH v2 3/4] multipathd: pass in the type of reconfigure
` [dm-devel] [PATCH v2 4/4] multipathd: add "reconfigure all" command

[dm-devel] [PATCH v4 0/4] blk-crypto cleanups
 2021-10-06 19:19 UTC  (11+ messages)
` [dm-devel] [PATCH v4 1/4] blk-crypto-fallback: properly prefix function and struct names
` [dm-devel] [PATCH v4 2/4] blk-crypto: rename keyslot-manager files to blk-crypto-profile
` [dm-devel] [PATCH v4 3/4] blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
` [dm-devel] [PATCH v4 4/4] blk-crypto: update inline encryption documentation

[dm-devel] [PATCH] dm: fix NULL pointer issue when free bio
 2021-10-06 14:43 UTC  (2+ messages)
` [dm-devel] "

[dm-devel] [PATCH v4 0/6] block: first batch of add_disk() error handling conversions
 2021-10-06 13:17 UTC  (10+ messages)
` [dm-devel] [PATCH v4 1/6] scsi/sd: add error handling support for add_disk()
` [dm-devel] [PATCH v4 2/6] scsi/sr: "
` [dm-devel] [PATCH v4 3/6] md: "
` [dm-devel] [PATCH v4 4/6] dm: add add_disk() error handling
` [dm-devel] [PATCH v4 5/6] loop: add error handling support for add_disk()
` [dm-devel] [PATCH v4 6/6] nbd: "

[dm-devel] [PATCH RFC] multipath-tools: remove Hannes as IBM arrays maintainer
 2021-10-02 13:50 UTC  (3+ messages)

[dm-devel] [PATCH] multipath-tools: delete duplicate RDAC maintainer entries
 2021-10-01 10:42 UTC 

[dm-devel] [PATCH] multipath-tools: remove Compellent maintainer
 2021-10-01 10:40 UTC  (3+ messages)

[dm-devel] [PATCH] multipath-tools: make EMC/Invista config work with alua and multibus
 2021-09-30 14:32 UTC  (3+ messages)

[dm-devel] [PATCH] multipath-tools: add DellEMC/ME4 (PowerVault ME4) to hardware table
 2021-09-29 16:41 UTC 

[dm-devel] [PATCH] multipath-tools: make "COMPELNT/Compellent Vol" config work with alua and multibus
 2021-09-29  7:42 UTC  (2+ messages)

[dm-devel] [next-20210827][ppc][multipathd] INFO: task hung in dm_table_add_target
 2021-09-29  6:52 UTC  (4+ messages)

[dm-devel] [PATCH] multipath-tools: make EMC/SYMMETRIX config work with alua and multibus
 2021-09-28 19:25 UTC  (2+ messages)

[dm-devel] [PATCH] multipath-tools: make IBM/2107900 (DS8000) config work with alua and multibus
 2021-09-28 19:24 UTC  (2+ messages)

[dm-devel] [linux-lvm] Discussion: performance issue on event activation mode
 2021-09-28 19:15 UTC 

[dm-devel] [PATCH 0/4] Add "reconfigure all" multipath command
 2021-09-28  8:25 UTC  (8+ messages)
` [dm-devel] [PATCH 1/4] multipathd: move delayed_reconfig out of struct config
` [dm-devel] [PATCH 2/4] multipathd: remove reconfigure from header file
` [dm-devel] [PATCH 3/4] multipathd: pass in the type of reconfigure
` [dm-devel] [PATCH 4/4] multipathd: add "reconfigure all" command

[dm-devel] [PATCH] multipath-tools: make IBM/XIV config work with alua and multibus
 2021-09-28  7:36 UTC  (2+ messages)

[dm-devel] [PATCH v3 0/4] blk-crypto cleanups
 2021-09-27 18:09 UTC  (6+ messages)
` [dm-devel] [PATCH v3 1/4] blk-crypto-fallback: properly prefix function and struct names
` [dm-devel] [PATCH v3 2/4] blk-crypto: rename keyslot-manager files to blk-crypto-profile
` [dm-devel] [PATCH v3 3/4] blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
` [dm-devel] [PATCH v3 4/4] blk-crypto: update inline encryption documentation

[dm-devel] [PATCH]multipath-tools: fix "multipath -ll" bug for Native NVME Multipath devices
 2021-09-27  1:42 UTC 

[dm-devel] [PATCH] multipathd.socket: add missing conditions from service unit
 2021-09-24 12:27 UTC  (2+ messages)

[dm-devel] dm-init.c: boot up race with partitions
 2021-09-24  2:41 UTC  (2+ messages)

[dm-devel] [PATCH 00/35] multipathd: uxlsnr overhaul
 2021-09-16 15:54 UTC  (6+ messages)
` [dm-devel] [PATCH 31/35] multipathd: uxlsnr: add idle notification


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 NNTP newsgroup(s).