DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-06 13:32:56 to 2021-10-15 16:57:20 UTC [more...]

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

[dm-devel] don't use ->bd_inode to access the block device size
 2021-10-14 15:35 UTC  (76+ 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] [RFC PATCH v7 00/16] Integrity Policy Enforcement (IPE)
 2021-10-13 22:54 UTC  (21+ 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 08/16] ipe: add permissive toggle
` [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] [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-10-13  8:35 UTC  (9+ messages)

[dm-devel] [PATCH] multipathd: Add missing ctype include
 2021-10-13 22:34 UTC 

[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] [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] [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  (6+ messages)
` [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] "


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