DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-11 18:42:18 to 2023-10-29 11:15:33 UTC [more...]

Intermittent storage (dm-crypt?) freeze - regression 6.4->6.5
 2023-10-29 11:15 UTC  (9+ messages)

[PATCH] dm-integrity: use crypto_shash_digest() in sb_mac()
 2023-10-29  4:59 UTC 

[PATCH] dm-crypt: use crypto_shash_digest() in crypt_iv_tcw_whitening()
 2023-10-29  4:59 UTC 

[dm-devel] [PATCH] dm: remove dm_set_md_type()
 2023-10-28 11:10 UTC  (2+ messages)
`  "

[PATCH v2 00/14] multipath: aio, systemd, and documentation improvements
 2023-10-27 20:05 UTC  (28+ messages)
` [PATCH v2 01/14] libmultipath: reduce log level of directio messages
` [PATCH v2 02/14] libmultipath: directio: don't reset ct->running after io_cancel()
` [PATCH v2 03/14] libmultipath: directio: fix error handling
` [PATCH v2 04/14] libmultipath: io_err_stat: don't free aio memory before completion
` [PATCH v2 05/14] libmultipath: io_err_stat: call io_destroy() inside free_io_err_pathvec()
` [PATCH v2 06/14] libmultipath: io_err_stat: use higher number of aio slots
` [PATCH v2 07/14] libmultipath: io_err_stat: fix error handling
` [PATCH v2 08/14] multipathd.service: require modprobe@dm_multipath.service if available
` [PATCH v2 09/14] libmpathutil: remove systemd_service_enabled()
` [PATCH v2 10/14] multipath.conf.5: fix typo
` [PATCH v2 11/14] Makefile.inc, README.md: fix docs for prefix in split-usr case
` [PATCH v2 12/14] README.md: update mailing list and contributing information
` [PATCH v2 13/14] README.md: Extend the section about NVMe
` [PATCH v2 14/14] README.md: fix formatting of Changelog section

[PATCHv2] dm: delay: use kthread instead of timers and wq
 2023-10-27 19:17 UTC  (2+ messages)
`  "

[PATCH v3] dm: error: Add support for zoned block devices
 2023-10-27 19:08 UTC  (3+ messages)

[dm-devel] [RFC PATCH v11 05/19] ipe: introduce 'boot_verified' as a trust provider
 2023-10-26 22:12 UTC  (4+ messages)
` [PATCH RFC v11 5/19] "

[PATCH] dm vdo: add MAINTAINERS file entry
 2023-10-26 21:47 UTC 

[PATCH v4 00/39] dm vdo: add the dm-vdo deduplication and compression DM target
 2023-10-26 21:41 UTC  (40+ messages)
` [PATCH v4 01/39] dm: add documentation for dm-vdo target
` [PATCH v4 02/39] dm vdo: add the MurmurHash3 fast hashing algorithm
` [PATCH v4 03/39] dm vdo: add memory allocation utilities
` [PATCH v4 04/39] dm vdo: add basic logging and support utilities
` [PATCH v4 05/39] dm vdo: add vdo type declarations, constants, and simple data structures
` [PATCH v4 06/39] dm vdo: add thread and synchronization utilities
` [PATCH v4 07/39] dm vdo: add specialized request queueing functionality
` [PATCH v4 08/39] dm vdo: add basic hash map data structures
` [PATCH v4 09/39] dm vdo: add deduplication configuration structures
` [PATCH v4 10/39] dm vdo: add deduplication index storage interface
` [PATCH v4 11/39] dm vdo: implement the delta index
` [PATCH v4 12/39] dm vdo: implement the volume index
` [PATCH v4 13/39] dm vdo: implement the open chapter and chapter indexes
` [PATCH v4 14/39] dm vdo: implement the chapter volume store
` [PATCH v4 15/39] dm vdo: implement top-level deduplication index
` [PATCH v4 16/39] dm vdo: implement external deduplication index interface
` [PATCH v4 17/39] dm vdo: add administrative state and action manager
` [PATCH v4 18/39] dm vdo: add vio, the request object for vdo metadata
` [PATCH v4 19/39] dm vdo: add data_vio, the request object which services incoming bios
` [PATCH v4 20/39] dm vdo: add flush support
` [PATCH v4 21/39] dm vdo: add the vdo io_submitter
` [PATCH v4 22/39] dm vdo: add hash locks and hash zones
` [PATCH v4 23/39] dm vdo: add use of deduplication index in "
` [PATCH v4 24/39] dm vdo: add the compressed block bin packer
` [PATCH v4 25/39] dm vdo: add slab structure, slab journal and reference counters
` [PATCH v4 26/39] dm vdo: add the slab summary
` [PATCH v4 27/39] dm vdo: add the block allocators and physical zones
` [PATCH v4 28/39] dm vdo: add the slab depot
` [PATCH v4 29/39] dm vdo: add the block map
` [PATCH v4 30/39] dm vdo: implement the block map page cache
` [PATCH v4 31/39] dm vdo: add the recovery journal
` [PATCH v4 32/39] dm vdo: add repair of damaged vdo volumes
` [PATCH v4 33/39] dm vdo: add the primary vdo structure
` [PATCH v4 34/39] dm vdo: add the on-disk formats and marshalling of vdo structures
` [PATCH v4 35/39] dm vdo: add statistics reporting
` [PATCH v4 36/39] dm vdo: add sysfs support for setting parameters and fetching stats
` [PATCH v4 37/39] dm vdo: add debugging support
` [PATCH v4 38/39] dm vdo: add the top-level DM target
` [PATCH v4 39/39] dm vdo: enable configuration and building of dm-vdo

[dm-devel] [RFC PATCH v11 02/19] ipe: add policy parser
 2023-10-26 21:36 UTC  (4+ messages)
` [PATCH RFC v11 2/19] "

[PATCH 0/6] multipath: aio and systemd service improvements
 2023-10-26  9:12 UTC  (18+ messages)
` [PATCH 1/6] libmultipath: reduce log level of directio messages
` [PATCH 2/6] libmultipath: directio: don't reset ct->running after io_cancel()
` [PATCH 3/6] libmultipath: io_err_stat: don't free aio memory before completion
` [PATCH 4/6] libmultipath: io_err_stat: call io_destroy() before free_io_err_pathvec()
` [PATCH 5/6] multipath-tools: systemd: require modprobe@dm_multipath.service
` [PATCH 6/6] libmpathutil: remove systemd_service_enabled()

[PATCH v2] dm: error: Add support for zoned block devices
 2023-10-26  2:14 UTC  (5+ messages)

[dm-devel] [RFC PATCH v11 03/19] ipe: add evaluation loop
 2023-10-26  0:15 UTC  (3+ messages)
` [PATCH RFC v11 3/19] "

[dm-devel] [PATCH] Respect REQ_NOWATI bios
 2023-10-26  0:12 UTC  (8+ messages)
` dm: Respect REQ_NOWAIT bios
      ` [PATCH v2] dm: respect REQ_NOWAIT flag in bios issued to DM
        ` [PATCH v3] dm: respect REQ_NOWAIT flag in normal "

[PATCH] dm: error: Add support for zoned block devices
 2023-10-25  7:11 UTC  (7+ messages)

[PATCH v17 00/12] Implement copy offload support
 2023-10-25  4:45 UTC  (16+ messages)
    ` [PATCH v17 01/12] block: Introduce queue limits and sysfs for copy-offload support
    ` [PATCH v17 02/12] Add infrastructure for copy offload in block and request layer
    ` [PATCH v17 03/12] block: add copy offload support
    ` [PATCH v17 04/12] block: add emulation for copy
    ` [PATCH v17 05/12] fs/read_write: Enable copy_file_range for block device
    ` [PATCH v17 06/12] fs, block: copy_file_range for def_blk_ops for direct "
    ` [PATCH v17 07/12] nvme: add copy offload support
    ` [PATCH v17 08/12] nvmet: add copy command support for bdev and file ns
    ` [PATCH v17 09/12] dm: Add support for copy offload
    ` [PATCH v17 10/12] dm: Enable copy offload for dm-linear target
    ` [PATCH v17 11/12] null: Enable trace capability for null block
    ` [PATCH v17 12/12] null_blk: add support for copy offload

[dm-devel] [PATCH] dm crypt: replace open-coded kmemdup_nul
 2023-10-24 21:35 UTC  (4+ messages)
`  "
  `  "

[dm-devel] [PATCH] dm log userspace: replace deprecated strncpy with strscpy
 2023-10-24 21:18 UTC  (2+ messages)
`  "

[dm-devel] [PATCH] dm cache metadata: replace deprecated strncpy with strscpy
 2023-10-24 21:18 UTC  (2+ messages)
`  "

[dm-devel] [PATCH] dm ioctl: replace deprecated strncpy with strscpy_pad
 2023-10-24 21:18 UTC  (2+ messages)
`  "

[dm-devel] [RFC PATCH v11 09/19] ipe: add permissive toggle
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC v11 9/19] "

[dm-devel] [RFC PATCH v11 18/19] ipe: kunit test for parser
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[dm-devel] [RFC PATCH v11 11/19] dm verity: set DM_TARGET_SINGLETON feature flag
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[dm-devel] [RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[dm-devel] [RFC PATCH v11 13/19] dm verity: consume root hash digest and signature data via LSM hook
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[dm-devel] [RFC PATCH v11 14/19] ipe: add support for dm-verity as a trust provider
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[dm-devel] [RFC PATCH v11 17/19] scripts: add boot policy generation program
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[dm-devel] [RFC PATCH v11 16/19] ipe: enable support for fs-verity as a trust provider
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[dm-devel] [RFC PATCH v11 12/19] dm: add finalize hook to target_type
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC "

[dm-devel] [RFC PATCH v11 04/19] ipe: add LSM hooks on execution and kernel read
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC v11 4/19] "

[dm-devel] [RFC PATCH v11 08/19] uapi|audit|ipe: add ipe auditing support
 2023-10-24  3:52 UTC  (2+ messages)
` [PATCH RFC v11 8/19] "

[dm-devel] [PATCH] qat: fix deadlock in backlog processing
 2023-10-20 11:34 UTC  (6+ messages)
  ` [dm-devel] [PATCH v2] "
        `  "

[PATCH] dm: delay: use kthread instead of timers and wq
 2023-10-19 19:51 UTC  (2+ messages)
`  "

[PATCH v2 00/13] ip_tunnel: convert __be16 tunnel flags to bitmaps
 2023-10-19  0:27 UTC  (18+ messages)
` [PATCH v2 01/13] bitops: add missing prototype check
` [PATCH v2 02/13] bitops: make BYTES_TO_BITS() treewide-available
` [PATCH v2 03/13] bitops: let the compiler optimize {__,}assign_bit()
` [PATCH v2 04/13] linkmode: convert linkmode_{test, set, clear, mod}_bit() to macros
  ` [PATCH v2 04/13] linkmode: convert linkmode_{test,set,clear,mod}_bit() "
` [PATCH v2 05/13] s390/cio: rename bitmap_size() -> idset_bitmap_size()
` [PATCH v2 06/13] fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
` [PATCH v2 07/13] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [PATCH v2 08/13] bitmap: introduce generic optimized bitmap_size()
` [PATCH v2 09/13] bitmap: make bitmap_{get, set}_value8() use bitmap_{read, write}()
  ` [PATCH v2 09/13] bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()
` [PATCH v2 10/13] ip_tunnel: use a separate struct to store tunnel params in the kernel
` [PATCH v2 11/13] ip_tunnel: convert __be16 tunnel flags to bitmaps
` [PATCH v2 12/13] lib/bitmap: add compile-time test for __assign_bit() optimization
` [PATCH v2 13/13] lib/bitmap: add tests for IP tunnel flags conversion helpers

[dm-devel] [PATCH v16 04/12] block: add emulation for copy
 2023-10-18 10:08 UTC  (5+ messages)
` [dm-devel] [PATCH v16 00/12] Implement copy offload support
        ` [PATCH v16 04/12] block: add emulation for copy

[dm-devel] [PATCH 00/10] Fix confusion around MAX_ORDER
 2023-10-17 10:46 UTC  (4+ messages)
      `  "

[dm-devel] [PATCH 00/14] ip_tunnel: convert __be16 tunnel flags to bitmaps
 2023-10-15  2:20 UTC  (15+ messages)
` [dm-devel] [PATCH 03/14] bitops: let the compiler optimize __assign_bit()
    `  "
` [dm-devel] [PATCH 05/14] s390/cio: rename bitmap_size() -> idset_bitmap_size()
    `  "
` [dm-devel] [PATCH 06/14] fs/ntfs3: rename bitmap_size() -> ntfs3_bitmap_size()
    `  "
` [dm-devel] [PATCH 09/14] bitmap: extend bitmap_{get, set}_value8() to bitmap_{get, set}_bits()
    ` [PATCH 09/14] bitmap: extend bitmap_{get,set}_value8() to bitmap_{get,set}_bits()

[dm-devel] (Bisected) Accessing opened Bitlocker partition leads to memory fault and kernel panic on Imac8, 1
 2023-10-16  8:33 UTC  (3+ messages)
  ` (Bisected) Accessing opened Bitlocker partition leads to memory fault and kernel panic on Imac8,1

Feature Request: Device Manager Fake Trim / Zero Trim
 2023-10-12  6:33 UTC  (8+ messages)

dm-devel has migrated to lists.linux.dev
 2023-10-11 20:08 UTC  (5+ 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).