DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-15 03:34:17 to 2023-10-07 01:29:02 UTC [more...]

[dm-devel] [PATCH v8 0/5] Introduce provisioning primitives
 2023-10-07  1:28 UTC  (5+ messages)
` [dm-devel] [PATCH v8 1/5] block: Don't invalidate pagecache for invalid falloc modes
` [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 has migrated to lists.linux.dev
 2023-10-06 23:43 UTC  (2+ messages)

[dm-devel] [git pull] device mapper fixes for 6.6-rc5
 2023-10-06 23:16 UTC 

[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] [PATCH -next v3 00/25] md: synchronize io with array reconfiguration
 2023-10-05  4:00 UTC  (33+ 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] [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 00/12] Implement copy offload support
 2023-10-02  1:58 UTC  (19+ messages)
    ` [dm-devel] [PATCH v16 01/12] block: Introduce queue limits and sysfs for copy-offload support
    ` [dm-devel] [PATCH v16 02/12] Add infrastructure for copy offload in block and request layer
    ` [dm-devel] [PATCH v16 03/12] block: add copy offload support
    ` [dm-devel] [PATCH v16 04/12] block: add emulation for copy
    ` [dm-devel] [PATCH v16 05/12] fs/read_write: Enable copy_file_range for block device
    ` [dm-devel] [PATCH v16 06/12] fs, block: copy_file_range for def_blk_ops for direct "
    ` [dm-devel] [PATCH v16 07/12] nvme: add copy offload support
    ` [dm-devel] [PATCH v16 08/12] nvmet: add copy command support for bdev and file ns
    ` [dm-devel] [PATCH v16 09/12] dm: Add support for copy offload
    ` [dm-devel] [PATCH v16 10/12] dm: Enable copy offload for dm-linear target
    ` [dm-devel] [PATCH v16 11/12] null: Enable trace capability for null block
    ` [dm-devel] [PATCH v16 12/12] null_blk: add support for copy offload

[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  (3+ messages)

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

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

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

[dm-devel] [PATCH] dm: Annotate struct stripe_c with __counted_by
 2023-09-29 19:21 UTC  (3+ 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] multipathd: Added support to handle FPIN-Li events for FC-NVMe
 2023-09-20  5:07 UTC  (3+ messages)

[dm-devel] [PATCH] dm: shortcut the calls to linear_map and stripe_map
 2023-09-18 15:33 UTC 

[dm-devel] [PATCH v3 0/4] block: simplify with PAGE_SECTORS_SHIFT
 2023-09-18  5:55 UTC  (8+ messages)
` [dm-devel] [PATCH v3 1/4] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [dm-devel] [PATCH v3 2/4] iomap: simplify iomap_init() with PAGE_SECTORS
` [dm-devel] [PATCH v3 3/4] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [dm-devel] [PATCH v3 4/4] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

[dm-devel] Selectively start multipathd
 2023-09-16 18:12 UTC 

[dm-devel] [device-mapper-dm:for-next 3/5] drivers/md/persistent-data/dm-extent-allocator.c:204:57: sparse: sparse: incorrect type in argument 2 (different base types)
 2023-09-16  5:36 UTC 

[dm-devel] [git pull] device mapper fixes for 6.6-rc2
 2023-09-15 22:16 UTC  (2+ messages)

[dm-devel] [PATCH] multipath-tools: fix spelling
 2023-09-15 20:23 UTC  (2+ messages)

[dm-devel] [device-mapper-dm:for-next 2/4] drivers/md/persistent-data/dm-extent-allocator.c:373: undefined reference to `__udivdi3'
 2023-09-15 19:49 UTC 

[dm-devel] DM brokeness with NOWAIT
 2023-09-15 19:16 UTC  (6+ messages)

[dm-devel] [PATCH] dm: don't attempt to queue IO under RCU protection
 2023-09-15 19:14 UTC 

[dm-devel] [device-mapper-dm:for-next 2/4] dm-extent-allocator.c:undefined reference to `__udivdi3'
 2023-09-15 12:25 UTC 

[dm-devel] [device-mapper-dm:for-next 2/4] ERROR: modpost: "__udivdi3" [drivers/md/persistent-data/dm-persistent-data.ko] undefined!
 2023-09-15  6:45 UTC 

[dm-devel] [PATCH v3 00/38] multipath-tools: user-friendly names rework
 2023-09-14 22:28 UTC  (3+ messages)
` [dm-devel] [PATCH v3 27/38] multipathd: watch bindings file with inotify + timestamp

[dm-devel] [PATCH v2 00/37] multipath-tools: user-friendly names rework
 2023-09-14 15:00 UTC  (6+ messages)
` [dm-devel] [PATCH v2 27/37] multipathd: watch bindings file with inotify + timestamp

[dm-devel] [device-mapper-dm:for-next 2/4] drivers/md/persistent-data/dm-extent-allocator.c:88: warning: Function parameter or member 'n' not described in '__free_node'
 2023-09-15  4:32 UTC 

[dm-devel] [device-mapper-dm:for-next 2/4] drivers/md/persistent-data/dm-extent-allocator.c:530:24: error: expected '; ' after expression
 2023-09-15  3:34 UTC  (2+ 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).