DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-08 06:14:59 to 2023-09-20 10:43:12 UTC [more...]

[dm-devel] [PATCH v16 00/12] Implement copy offload support
 2023-09-20  8:07 UTC  (13+ 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] [PATCH -next v2 00/28] md: synchronize io with array reconfiguration
 2023-09-20  8:46 UTC  (5+ 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] 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] dm: Annotate struct stripe_c with __counted_by
 2023-09-15 20:32 UTC  (2+ messages)

[dm-devel] [PATCH] dm: Annotate struct dm_bio_prison with __counted_by
 2023-09-15 20:32 UTC  (2+ messages)

[dm-devel] [PATCH] dm: Annotate struct dm_stat with __counted_by
 2023-09-15 20:32 UTC  (2+ messages)

[dm-devel] [PATCH] dm crypt: Annotate struct crypt_config with __counted_by
 2023-09-15 20:31 UTC  (2+ messages)

[dm-devel] [PATCH] dm raid: Annotate struct raid_set with __counted_by
 2023-09-15 20:28 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:31 UTC  (7+ messages)
` [dm-devel] [PATCH v3 26/38] multipath-tools tests: add test for ordering of bindings
` [dm-devel] [PATCH v3 27/38] multipathd: watch bindings file with inotify + timestamp
` [dm-devel] [PATCH v3 38/38] libmultipath: avoid -Warray-bounds error in uatomic operations

[dm-devel] [PATCH v2 00/37] multipath-tools: user-friendly names rework
 2023-09-14 15:00 UTC  (68+ messages)
` [dm-devel] [PATCH v2 01/37] libmultipath: sysfs_set_scsi_tmo: do nothing for ACT_DRY_RUN
` [dm-devel] [PATCH v2 02/37] libmultipath: add alias_already_taken()
` [dm-devel] [PATCH v2 03/37] libmultipath: unify use_existing_alias() and get_user_friendly_alias()
` [dm-devel] [PATCH v2 04/37] libmultipath: never allocate an alias that's already taken
` [dm-devel] [PATCH v2 05/37] libmultipath: lookup_binding: add comment about the algorithm
` [dm-devel] [PATCH v2 06/37] multipath-tools test: simplify debugging for condlog mismatch
` [dm-devel] [PATCH v2 07/37] multipath-tools tests: add tests for get_user_friendly_alias()
` [dm-devel] [PATCH v2 08/37] multipath-tools test: consistent use of macros in alias test
` [dm-devel] [PATCH v2 09/37] multipath-tools tests: convert mock_{failed, used}_alias to macros
` [dm-devel] [PATCH v2 10/37] multipath-tools test: use mock_bindings_file() consistently
` [dm-devel] [PATCH v2 11/37] libmultipath: add global variable for current bindings
` [dm-devel] [PATCH v2 12/37] libmultipath: rename fix_bindings_file() to update_bindings_file()
` [dm-devel] [PATCH v2 13/37] libmultipath: alias.c: move bindings related code up
` [dm-devel] [PATCH v2 14/37] libmultipath: update_bindings_file: take filename argument
` [dm-devel] [PATCH v2 15/37] libmultipath: update_bindings_file: use a single write()
` [dm-devel] [PATCH v2 16/37] libmultipath: update_bindings_file: don't log temp file name
` [dm-devel] [PATCH v2 17/37] libmultipath: alias.c: factor out read_binding()
` [dm-devel] [PATCH v2 18/37] libmultipath: keep bindings in memory
` [dm-devel] [PATCH v2 19/37] multipath-tools tests: fix alias tests
` [dm-devel] [PATCH v2 20/37] libmultipath: dm_get_uuid(): return emtpy UUID for non-existing maps
` [dm-devel] [PATCH v2 21/37] libmultipath: adapt to new semantics of dm_get_uuid()
` [dm-devel] [PATCH v2 22/37] libmultipath: sort aliases by length and strcmp
` [dm-devel] [PATCH v2 23/37] multipath-tools tests: fix alias test after sort order change
` [dm-devel] [PATCH v2 24/37] libmultipath: simplify get_free_id() assuming total ordering
` [dm-devel] [PATCH v2 25/37] multipath-tools tests: adapt alias tests for "
` [dm-devel] [PATCH v2 26/37] multipath-tools tests: add test for ordering of bindings
` [dm-devel] [PATCH v2 27/37] multipathd: watch bindings file with inotify + timestamp
` [dm-devel] [PATCH v2 28/37] multipath-tools tests: mock pthread_mutex_{lock, unlock}
` [dm-devel] [PATCH v2 29/37] multipath-tools Makefile: sanitize paths for configuration files
` [dm-devel] [PATCH v2 30/37] multipath-tools: add compile time configuration for "/etc/multipath"
` [dm-devel] [PATCH v2 31/37] multipath-tools man pages: generate with correct paths
` [dm-devel] [PATCH v2 32/37] libdmmp/Makefile: fix bug in install section
` [dm-devel] [PATCH v2 33/37] multipath-tools: README.md: improve documentation for compile-time options
` [dm-devel] [PATCH v2 34/37] libmultipath: print built-in values for deprecated options
` [dm-devel] [PATCH v2 35/37] multipath: add a missing newline
` [dm-devel] [PATCH v2 36/37] multipath-tools: allow prefixes with and w/o trailing slash
` [dm-devel] [PATCH v2 37/37] libmultipath: deprecate bindings_file, wwids_file, prkeys_file

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

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

[dm-devel] [PATCH] dm: remove dm_set_md_type()
 2023-09-12 12:26 UTC 

[dm-devel] [PATCH] fix writing to the filesystem after unmount
 2023-09-12  9:10 UTC  (24+ messages)

[dm-devel] [PATCH 00/21] multipath-tools: user-friendly names rework
 2023-09-11 14:47 UTC  (10+ messages)
` [dm-devel] [PATCH 18/21] libmultipath: keep bindings in memory

[dm-devel] [PATCH v15 00/12] Implement copy offload support
 2023-09-11 10:20 UTC  (14+ messages)
  ` [dm-devel] [PATCH v15 11/12] null: Enable trace capability for null block
  ` [dm-devel] [PATCH v15 12/12] null_blk: add support for copy offload
  ` [dm-devel] [PATCH v15 09/12] dm: Add "
  ` [dm-devel] [PATCH v15 04/12] block: add emulation for copy

[dm-devel] [PATCH v6 23/45] dm: dynamically allocate the dm-bufio shrinker
 2023-09-11  9:44 UTC  (2+ messages)
` [dm-devel] [PATCH v6 24/45] dm zoned: dynamically allocate the dm-zoned-meta shrinker

[dm-devel] [PATCH -next] dm snapshot: record cause of invalidating snapshot
 2023-09-09 11:09 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).