DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-11 07:41:24 to 2025-01-17 20:27:50 UTC [more...]

[PATCH v3 00/15] multipathd: More map reload handling, and checkerloop work
 2025-01-17 20:27 UTC 

[PATCH RFC v2 0/8] device mapper atomic write support
 2025-01-17 20:17 UTC  (12+ messages)
` [PATCH RFC v2 1/8] block: Add common atomic writes enable flag
` [PATCH RFC v2 2/8] block: Don't trim an atomic write
` [PATCH RFC v2 3/8] dm-table: atomic writes support
` [PATCH RFC v2 4/8] dm: Ensure cloned bio is same length for atomic write
` [PATCH RFC v2 5/8] dm-linear: Enable atomic writes
` [PATCH RFC v2 6/8] dm-stripe: "
` [PATCH RFC v2 7/8] dm-io: Warn on creating multiple atomic write bios for a region
` [PATCH RFC v2 8/8] dm-mirror: Support atomic writes
` (subset) [PATCH RFC v2 0/8] device mapper atomic write support

[PATCH v2 00/14] multipathd: More map reload handling, and checkerloop work
 2025-01-17 19:04 UTC  (27+ messages)
` [PATCH v2 01/14] multipathd: don't reload map in update_mpp_prio()
` [PATCH v2 02/14] multipathd: remove dm_get_info() call from refresh_multipath()
` [PATCH v2 03/14] multipathd: sync maps at end of checkerloop
` [PATCH v2 04/14] multipathd: quickly re-sync if a map is inconsistent
` [PATCH v2 05/14] multipathd: move yielding for waiters to start of checkerloop
` [PATCH v2 06/14] multipathd: add checker_finished()
` [PATCH v2 07/14] multipathd: move "tick" calls into checker_finished()
` [PATCH v2 08/14] multipathd: don't call reload_and_sync_map() from deferred_failback_tick()
` [PATCH v2 09/14] multipathd: move retry_count_tick() into existing mpvec loop
` [PATCH v2 10/14] multipathd: don't call update_map() from missing_uev_wait_tick()
` [PATCH v2 11/14] multipathd: don't call udpate_map() from ghost_delay_tick()
` [PATCH v2 12/14] multipathd: only call reload_and_sync_map() when ghost delay expires
` [PATCH v2 13/14] multipathd: remove non-existent maps in checkerloop
` [PATCH v2 14/14] multipathd: remove mpvec_garbage_collector()

[PATCH] multipath-tools: Merge Infinidat with Lenovo in hwtable
 2025-01-17 17:04 UTC  (4+ messages)

[PATCH v1 0/1] dm-integrity: Implement asynch digest support
 2025-01-17 13:31 UTC  (12+ messages)
` [PATCH v1 1/1] "

[PATCH v2 0/2] multipath: set rport port_state on NVMe FPIN events
 2025-01-16 20:22 UTC  (3+ messages)
` [PATCH v2 1/2] libmultipath: export udev pthread cleanup functions
` [PATCH v2 2/2] multipathd: set rport port_state to marginal for NVMe devices

[PATCH RFC 0/5] device mapper atomic write support
 2025-01-16 15:01 UTC  (20+ messages)
` [PATCH 1/5] block: Ensure start sector is aligned for stacking atomic writes
` [PATCH RFC 2/5] block: Change blk_stack_atomic_writes_limits() unit_min check
` [PATCH RFC 3/5] dm-table: Atomic writes support
` [PATCH RFC 4/5] dm: Ensure cloned bio is same length for atomic write
` [PATCH RFC 5/5] dm-linear: Enable atomic writes

[RFC PATCH v2 0/8] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-01-16  3:04 UTC  (11+ messages)
` [RFC PATCH v2 1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v2 2/8] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH v2 3/8] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [RFC PATCH v2 4/8] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH v2 5/8] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [RFC PATCH v2 6/8] block: add FALLOC_FL_WRITE_ZEROES support
` [RFC PATCH v2 7/8] block: factor out common part in blkdev_fallocate()
` [RFC PATCH v2 8/8] ext4: add FALLOC_FL_WRITE_ZEROES support

[PATCH 0/2] multipath: set rport port_state on NVMe FPIN events
 2025-01-15 19:14 UTC  (12+ messages)
` [PATCH 1/2] libmultipath: export udev pthread cleanup functions
` [PATCH 2/2] multipathd: set rport port_state to marginal for NVMe devices

[PATCH] dm-transaction-manager: use red-black trees instead of linear lists
 2025-01-15 17:33 UTC 

[PATCH] libmultipath: add condition for enqueueing path to io error check
 2025-01-14 22:36 UTC  (3+ messages)

[PATCH] libmultipath/foreign: fix memory leak in nvme foreign handler
 2025-01-14 21:45 UTC  (3+ messages)

[PATCH v2 md-6.14 00/12] md/md-bitmap: introducet CONFIG_MD_BITMAP
 2025-01-09 17:51 UTC  (14+ messages)
` [PATCH v2 md-6.14 01/12] md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize()
` [PATCH v2 md-6.14 02/12] md/md-bitmap: merge md_bitmap_group into bitmap_operations
` [PATCH v2 md-6.14 03/12] md/md-bitmap: add md_bitmap_registered/enabled() helper
` [PATCH v2 md-6.14 04/12] md/md-bitmap: handle the case bitmap is not enabled before start_sync()
` [PATCH v2 md-6.14 05/12] md/md-bitmap: handle the case bitmap is not enabled before end_sync()
` [PATCH v2 md-6.14 06/12] md/dm-raid: check if bitmap is registered in raid_ctr()
` [PATCH v2 md-6.14 07/12] md/raid1: check bitmap before behind write
` [PATCH v2 md-6.14 08/12] md/raid1: check before deferencing mddev->bitmap_ops
` [PATCH v2 md-6.14 09/12] md/raid10: "
` [PATCH v2 md-6.14 10/12] md/raid5: "
` [PATCH v2 md-6.14 11/12] md: "
` [PATCH v2 md-6.14 12/12] md/md-bitmap: introducet CONFIG_MD_BITMAP

[PATCH] dm vdo: Fix W=1 allmodconfig build error
 2025-01-09 15:20 UTC  (5+ messages)

[PATCH] dm: disable REQ_NOWAIT for flushes
 2025-01-09 13:49 UTC 

[PATCH] dm: remove useless test in alloc_multiple_bios
 2025-01-09 13:47 UTC 

[PATCH RFC md-6.14] md: reintroduce md-linear
 2025-01-08 21:42 UTC  (5+ messages)

[git pull] device mapper fixes for 6.13
 2025-01-08 18:15 UTC  (2+ messages)

[PATCH] dm thin: make get_first_thin use rcu-safe list first function
 2025-01-08  9:42 UTC  (2+ messages)

[PATCH] dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY
 2025-01-07 16:47 UTC 

[PATCH md-6.14 00/13] md/md-bitmap: support to build md-bitmap as kernel module
 2025-01-07  3:43 UTC  (18+ messages)
` [PATCH md-6.14 01/13] md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize()
` [PATCH md-6.14 02/13] md/md-bitmap: merge md_bitmap_group into bitmap_operations
` [PATCH md-6.14 03/13] md/md-bitmap: add md_bitmap_registered/enabled() helper
` [PATCH md-6.14 04/13] md/md-bitmap: handle the case bitmap is not enabled before start_sync()
` [PATCH md-6.14 05/13] md/md-bitmap: handle the case bitmap is not enabled before end_sync()
` [PATCH md-6.14 06/13] md/dm-raid: check if bitmap is registered in raid_ctr()
` [PATCH md-6.14 07/13] md/raid1: check bitmap before behind write
` [PATCH md-6.14 08/13] md/raid1: check before deferencing mddev->bitmap_ops
` [PATCH md-6.14 09/13] md/raid10: "
` [PATCH md-6.14 10/13] md/raid5: "
` [PATCH md-6.14 11/13] md: "
` [PATCH md-6.14 12/13] md: export some helpers
` [PATCH md-6.14 13/13] md/md-bitmap: support to build md-bitmap as kernel module

[discussion] proposal to bypass zero data for dm-crypt
 2025-01-07  2:04 UTC  (7+ messages)

dm: Allow the use of escaped characters in str_field_delimit()
 2025-01-06 21:27 UTC  (4+ messages)

[PATCH] crypto: vmac - remove unused VMAC algorithm
 2025-01-04  1:18 UTC  (5+ messages)

[PATCH 1/2] dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2)
 2025-01-03 16:13 UTC  (3+ messages)
` [PATCH 2/2] dm-verity FEC: Avoid copying RS parity bytes twice

[PATCH] dm: change kzalloc to kcalloc
 2024-12-24 22:42 UTC  (2+ messages)

Change in reported values of some block integrity sysfs attributes
 2024-12-17 12:46 UTC  (5+ messages)

PROBLEM: repeatable lockup on RAID-6 with LUKS dm-crypt on NVMe devices when rsyncing many files
 2024-12-16 14:18 UTC  (32+ messages)

I urge you to understand my viewpoint accurately
 2024-12-13  4:25 UTC 

[PATCH 00/13] multipathd: More map reload handling, and checkerloop work
 2024-12-12 17:50 UTC  (14+ messages)
` [PATCH 03/13] multipathd: allow map removal in do_sync_mpp()

[PATCH RFC] multipath-tools: add HPE MSA Gen7 (2070/2072) to hwtable
 2024-12-12 16:46 UTC  (3+ messages)

[PATCH v2 0/3] Fix dm_array_cursor skipping and error handling
 2024-12-11  7:54 UTC  (7+ messages)
` [PATCH v2 1/3] dm array: fix releasing a faulty array block twice in dm_array_cursor_end
` [PATCH v2 2/3] dm array: fix unreleased btree blocks on closing a faulty array cursor
` [PATCH v2 3/3] dm array: fix cursor index when skipping across block boundaries


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