DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-20 10:43:12 to 2023-10-11 18:42:18 UTC [more...]

dm-devel has migrated to lists.linux.dev
 2023-10-11 18:41 UTC  (5+ messages)

Mailing list move - update your address book!
 2023-10-11 14:54 UTC 

[dm-devel] [PATCH v8 0/5] Introduce provisioning primitives
 2023-10-11  5:59 UTC  (18+ messages)
` [dm-devel] [PATCH v8 1/5] block: Don't invalidate pagecache for invalid falloc modes
` [dm-devel] [PATCH v8 2/5] block: Introduce provisioning primitives
` [dm-devel] [PATCH v8 3/5] loop: Add support for provision requests
` [dm-devel] [PATCH v8 4/5] dm: Add block provisioning support
` [dm-devel] [PATCH v8 5/5] block: Pass unshare intent via REQ_OP_PROVISION
` [dm-devel] [RFC PATCH 6/5] xfs: detect block devices requiring provisioning
` [dm-devel] [RFC PATCH 7/5] xfs: add block device provisioning for fallocate

[dm-devel] [PATCH -next] dm snapshot: record cause of invalidating snapshot
 2023-10-11  2:36 UTC  (3+ messages)

Feature Request: Device Manager Fake Trim / Zero Trim
 2023-10-11  0:33 UTC  (10+ messages)

[dm-devel] [PATCH 00/14] ip_tunnel: convert __be16 tunnel flags to bitmaps
 2023-10-09 17:04 UTC  (21+ messages)
` [dm-devel] [PATCH 01/14] bitops: add missing prototype check
` [dm-devel] [PATCH 02/14] bitops: make BYTES_TO_BITS() treewide-available
` [dm-devel] [PATCH 03/14] bitops: let the compiler optimize __assign_bit()
` [dm-devel] [PATCH 04/14] linkmode: convert linkmode_{test, set, clear, mod}_bit() to macros
` [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 07/14] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [dm-devel] [PATCH 08/14] bitmap: introduce generic optimized bitmap_size()
` [dm-devel] [PATCH 09/14] bitmap: extend bitmap_{get, set}_value8() to bitmap_{get, set}_bits()
` [dm-devel] [PATCH 10/14] ip_tunnel: use a separate struct to store tunnel params in the kernel
` [dm-devel] [PATCH 11/14] ip_tunnel: convert __be16 tunnel flags to bitmaps
` [dm-devel] [PATCH 12/14] lib/bitmap: add compile-time test for __assign_bit() optimization
` [dm-devel] [PATCH 13/14] lib/bitmap: add tests for bitmap_{get, set}_bits()
` [dm-devel] [PATCH 14/14] lib/bitmap: add tests for IP tunnel flags conversion helpers

[dm-devel] [PATCH RFC] dm thin: Add support for online trim to dm-thinpool
 2023-10-09  7:43 UTC  (2+ messages)

[dm-devel] Feature Request: Device Manager Fake Trim / Zero Trim
 2023-10-09  0:35 UTC 

[dm-devel] [git pull] device mapper fixes for 6.6-rc5
 2023-10-07 18:12 UTC  (2+ messages)

[dm-devel] [PATCH -next v3 00/25] md: synchronize io with array reconfiguration
 2023-10-07  2:49 UTC  (36+ messages)
` [dm-devel] [PATCH -next v3 01/25] md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'
` [dm-devel] [PATCH -next v3 02/25] md: replace is_md_suspended() with 'mddev->suspended' in md_check_recovery()
` [dm-devel] [PATCH -next v3 03/25] md: add new helpers to suspend/resume array
` [dm-devel] [PATCH -next v3 04/25] md: add new helpers to suspend/resume and lock/unlock array
` [dm-devel] [PATCH -next v3 05/25] md: use new apis to suspend array for suspend_lo/hi_store()
` [dm-devel] [PATCH -next v3 06/25] md: use new apis to suspend array for level_store()
` [dm-devel] [PATCH -next v3 07/25] md: use new apis to suspend array for serialize_policy_store()
` [dm-devel] [PATCH -next v3 08/25] md/dm-raid: use new apis to suspend array
` [dm-devel] [PATCH -next v3 09/25] md/md-bitmap: use new apis to suspend array for location_store()
` [dm-devel] [PATCH -next v3 10/25] md/raid5-cache: use READ_ONCE/WRITE_ONCE for 'conf->log'
` [dm-devel] [PATCH -next v3 11/25] md/raid5-cache: use new apis to suspend array for r5c_disable_writeback_async()
` [dm-devel] [PATCH -next v3 12/25] md/raid5-cache: use new apis to suspend array for r5c_journal_mode_store()
` [dm-devel] [PATCH -next v3 13/25] md/raid5: use new apis to suspend array for raid5_store_stripe_size()
` [dm-devel] [PATCH -next v3 14/25] md/raid5: use new apis to suspend array for raid5_store_skip_copy()
` [dm-devel] [PATCH -next v3 15/25] md/raid5: use new apis to suspend array for raid5_store_group_thread_cnt()
` [dm-devel] [PATCH -next v3 16/25] md/raid5: use new apis to suspend array for raid5_change_consistency_policy()
` [dm-devel] [PATCH -next v3 17/25] md/raid5: replace suspend with quiesce() callback
` [dm-devel] [PATCH -next v3 18/25] md: use new apis to suspend array for ioctls involed array reconfiguration
` [dm-devel] [PATCH -next v3 19/25] md: use new apis to suspend array for adding/removing rdev from state_store()
` [dm-devel] [PATCH -next v3 20/25] md: use new apis to suspend array before mddev_create/destroy_serial_pool
` [dm-devel] [PATCH -next v3 21/25] md: cleanup mddev_create/destroy_serial_pool()
` [dm-devel] [PATCH -next v3 22/25] md/md-linear: cleanup linear_add()
` [dm-devel] [PATCH -next v3 23/25] md: suspend array in md_start_sync() if array need reconfiguration
` [dm-devel] [PATCH -next v3 24/25] md: remove old apis to suspend the array
` [dm-devel] [PATCH -next v3 25/25] md: rename __mddev_suspend/resume() back to mddev_suspend/resume()

[dm-devel] [PATCH v7 0/5] Introduce provisioning primitives
 2023-10-07  1:30 UTC  (12+ messages)

[dm-devel] [PATCH v7 5/5] loop: Add support for provision requests
 2023-10-07  1:29 UTC  (4+ messages)

[dm-devel] (Bisected) Accessing opened Bitlocker partition leads to memory fault and kernel panic on Imac8, 1
 2023-10-06 11:03 UTC  (7+ messages)
  ` [dm-devel] [PATCH] dm crypt: Fix reqsize in crypt_iv_eboiv_gen
    ` [dm-devel] "

[dm-devel] (Bisected) Accessing opened Bitlocker partition leads to memory fault and kernel panic on Imac8, 1
 2023-10-05 16:52 UTC 

test mail
 2023-10-05 15:41 UTC 

[dm-devel] [RFC PATCH v11 00/19] Integrity Policy Enforcement LSM (IPE)
 2023-10-05  2:49 UTC  (24+ messages)
` [dm-devel] [RFC PATCH v11 01/19] security: add ipe lsm
` [dm-devel] [RFC PATCH v11 02/19] ipe: add policy parser
` [dm-devel] [RFC PATCH v11 03/19] ipe: add evaluation loop
` [dm-devel] [RFC PATCH v11 04/19] ipe: add LSM hooks on execution and kernel read
` [dm-devel] [RFC PATCH v11 05/19] ipe: introduce 'boot_verified' as a trust provider
` [dm-devel] [RFC PATCH v11 06/19] security: add new securityfs delete function
` [dm-devel] [RFC PATCH v11 07/19] ipe: add userspace interface
` [dm-devel] [RFC PATCH v11 08/19] uapi|audit|ipe: add ipe auditing support
` [dm-devel] [RFC PATCH v11 09/19] ipe: add permissive toggle
` [dm-devel] [RFC PATCH v11 10/19] block|security: add LSM blob to block_device
` [dm-devel] [RFC PATCH v11 11/19] dm verity: set DM_TARGET_SINGLETON feature flag
` [dm-devel] [RFC PATCH v11 12/19] dm: add finalize hook to target_type
` [dm-devel] [RFC PATCH v11 13/19] dm verity: consume root hash digest and signature data via LSM hook
` [dm-devel] [RFC PATCH v11 14/19] ipe: add support for dm-verity as a trust provider
` [dm-devel] [RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
` [dm-devel] [RFC PATCH v11 16/19] ipe: enable support for fs-verity as a trust provider
` [dm-devel] [RFC PATCH v11 17/19] scripts: add boot policy generation program
` [dm-devel] [RFC PATCH v11 18/19] ipe: kunit test for parser
` [dm-devel] [RFC PATCH v11 19/19] documentation: add ipe documentation

[dm-devel] [PATCH] Respect REQ_NOWATI bios
 2023-10-03 15:30 UTC 

[dm-devel] [PATCH] dm: make __send_duplicate_bios return unsigned int
 2023-10-03 11:34 UTC 

[dm-devel] [PATCH] qat: fix deadlock in backlog processing
 2023-10-02  9:15 UTC  (5+ messages)
  ` [dm-devel] [PATCH v2] "

[dm-devel] [bug report] dm-crypt setup failure with next-20230929 kernel
 2023-10-02  8:33 UTC  (2+ messages)

[dm-devel] [PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-10-02  7:57 UTC  (6+ messages)
` [dm-devel] [PATCH v4 "
` [dm-devel] [PATCH 10/29] dm: Convert to bdev_open_by_dev()

[dm-devel] [PATCH v16 03/12] block: add copy offload support
 2023-10-02  1:58 UTC  (8+ messages)
` [dm-devel] [PATCH v16 00/12] Implement "
    ` [dm-devel] [PATCH v16 08/12] nvmet: add copy command support for bdev and file ns
    ` [dm-devel] [PATCH v16 04/12] block: add emulation for copy

[dm-devel] [REGRESSION] dm_crypt essiv ciphers do not use async driver mv-aes-cbc anymore
 2023-09-29 22:43 UTC 

[dm-devel] [PATCH] dm: Annotate struct dm_bio_prison with __counted_by
 2023-09-29 19:21 UTC  (2+ messages)

[dm-devel] [PATCH] dm: Annotate struct dm_stat with __counted_by
 2023-09-29 19:21 UTC  (2+ messages)

[dm-devel] [PATCH] dm crypt: Annotate struct crypt_config with __counted_by
 2023-09-29 19:21 UTC  (2+ messages)

[dm-devel] [PATCH] dm raid: Annotate struct raid_set with __counted_by
 2023-09-29 19:21 UTC  (2+ messages)

[dm-devel] [PATCH] dm: Annotate struct stripe_c with __counted_by
 2023-09-29 19:21 UTC  (2+ messages)

[dm-devel] [PATCH 00/10] Fix confusion around MAX_ORDER
 2023-09-28 16:57 UTC  (3+ messages)

[dm-devel] Sleeping function called from invalid context
 2023-09-27 15:57 UTC  (4+ messages)

[dm-devel] fstrim on raid1 LV with writemostly PV leads to system freeze
 2023-09-26 20:27 UTC  (10+ messages)

[dm-devel] [linux-next:master] [dm thin] 026e4728c2: BUG:sleeping_function_called_from_invalid_context_at_kernel/locking/rwsem.c
 2023-09-26  5:51 UTC 

[dm-devel] [PATCH -next v2 00/28] md: synchronize io with array reconfiguration
 2023-09-26  0:55 UTC  (12+ messages)
` [dm-devel] [PATCH -next v2 01/28] md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'
` [dm-devel] [PATCH -next v2 02/28] md: use 'mddev->suspended' for is_md_suspended()
` [dm-devel] [PATCH -next v2 03/28] md: add new helpers to suspend/resume array

[dm-devel] [PATCH] dm log userspace: replace deprecated strncpy with strscpy
 2023-09-25 18:20 UTC  (2+ messages)

[dm-devel] [PATCH] dm cache metadata: replace deprecated strncpy with strscpy
 2023-09-25 18:03 UTC  (2+ messages)

[dm-devel] [PATCH] dm ioctl: replace deprecated strncpy with strscpy_pad
 2023-09-25 18:19 UTC  (2+ messages)

[dm-devel] [PATCH] dm crypt: replace open-coded kmemdup_nul
 2023-09-25 18:04 UTC  (2+ messages)

[dm-devel] Patch "dm: fix a race condition in retrieve_deps" has been added to the 6.1-stable tree
 2023-09-23 12:19 UTC 

[dm-devel] [PATCH v2] multipathd: Added support to handle FPIN-Li events for FC-NVMe
 2023-09-21 15:29 UTC  (3+ messages)

[dm-devel] [PATCH] dm-zoned: free dmz->ddev array in dmz_put_zoned_device
 2023-09-20 18:56 UTC  (5+ messages)
    ` [dm-devel] "

[dm-devel] [PATCH v16 12/12] null_blk: add support for copy offload
 2023-09-20 10:54 UTC  (2+ messages)

[dm-devel] [PATCH v16 04/12] block: add emulation for copy
 2023-09-20  8:07 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).