DM-Devel Archive mirror
 help / color / mirror / Atom feed
[PATCH v8 0/7] Optimize dm-verity and fsverity using multibuffer hashing
 2025-02-14  6:11 UTC  (17+ messages)
` [PATCH v8 1/7] crypto: shash - add support for finup_mb
` [PATCH v8 2/7] crypto: testmgr - add tests "
` [PATCH v8 3/7] crypto: x86/sha256-ni - add support "
` [PATCH v8 4/7] crypto: arm64/sha256-ce "
` [PATCH v8 5/7] fsverity: improve performance by using multibuffer hashing
` [PATCH v8 6/7] dm-verity: reduce scope of real and wanted digests
` [PATCH v8 7/7] dm-verity: improve performance by using multibuffer hashing

[PATCH v3 md-6.15 00/11] md/md-bitmap: introduce CONFIG_MD_BITMAP
 2025-02-14  3:01 UTC  (13+ messages)
` [PATCH v3 md-6.15 01/11] md/md-bitmap: remove the parameter 'init' for bitmap_ops->resize()
` [PATCH v3 md-6.15 02/11] md/md-bitmap: merge md_bitmap_group into bitmap_operations
` [PATCH v3 md-6.15 03/11] md/md-bitmap: add md_bitmap_registered/enabled() helper
` [PATCH v3 md-6.15 04/11] md/md-bitmap: handle the case bitmap is not enabled before start_sync()
` [PATCH v3 md-6.15 05/11] md/md-bitmap: handle the case bitmap is not enabled before end_sync()
` [PATCH v3 md-6.15 06/11] md/raid1: check bitmap before behind write
` [PATCH v3 md-6.15 07/11] md/raid1: check before deferencing mddev->bitmap_ops
` [PATCH v3 md-6.15 08/11] md/raid10: "
` [PATCH v3 md-6.15 09/11] md/raid5: "
` [PATCH v3 md-6.15 10/11] md: "
` [PATCH v3 md-6.15 11/11] md/md-bitmap: introducet CONFIG_MD_BITMAP

[PATCH v10 2/5] s390/crypto: New s390 specific protected key hash phmac
 2025-02-12 15:20 UTC  (2+ messages)

[PATCH v2 0/2] multipath-tools: allow using a regular Unix socket
 2025-02-11 22:21 UTC  (3+ messages)
` [PATCH v2 1/2] multipath-tools: move DEFAULT_SOCKET definition into Makefile.inc
` [PATCH v2 2/2] multipath-tools: allow using a regular Unix socket for multipathd

[PATCH v2] libmultipath: include urcu.h before urcu/atomic.h
 2025-02-11 21:12 UTC 

[PATCH] libmultipath: include urcu.h before urcu/atomic.h
 2025-02-11 20:48 UTC  (2+ messages)

[PATCH] multipath-tools: fix compilation with latest userspace-rcu code
 2025-02-11 20:35 UTC  (2+ messages)

[PATCH 0/2] multipath-tools: allow using a regular Unix socket
 2025-02-11 19:52 UTC  (3+ messages)
` [PATCH 1/2] multipath-tools: move DEFAULT_SOCKET definition into Makefile.inc
` [PATCH 2/2] multipath-tools: allow using a regular Unix socket for multipathd

DM-Integrity journal replay behaviour
 2025-02-11 12:11 UTC 

[RFC PATCH v2 0/8] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-02-10 22:34 UTC  (15+ 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

Announcement: "stable" branches for multipath-tools
 2025-02-10 21:25 UTC 

[PATCH] dm-verity: do forward error correction on metadata I/O errors
 2025-02-10 19:05 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] blk-settings: round down io_opt to at least 4K
 2025-02-10 17:02 UTC  (18+ messages)

[PATCH] dm-bufio: remove unused return value
 2025-02-10 15:15 UTC 

[PATCH] dm-integrity: set ti->error on memory allocation failure
 2025-02-10 15:14 UTC 

[PATCH] dm-verity: skip verity_handle_err on I/O errors for metadata
 2025-02-10 15:02 UTC  (2+ messages)

[PATCH] crypto: crct10dif - remove from crypto API
 2025-02-06 18:04 UTC  (3+ messages)

[PATCH v4 2/2] dm-integrity: introduce ahash support for the internal hash
 2025-02-06 15:22 UTC  (3+ messages)

[PATCH v4 1/2] dm-integrity: use internal variable for digestsize
 2025-02-05 20:22 UTC 

[PATCH v3 0/2] dm-integrity: Implement asynch digest support
 2025-02-05 20:20 UTC  (7+ messages)
` [PATCH v3 1/2] dm-integrity: use internal variable for digestsize
` [PATCH v3 2/2] dm-integrity: introduce ahash support for the internal hash

RFC: split out the auto-PI code and data structures
 2025-02-04  5:45 UTC  (9+ messages)
` [PATCH 1/3] block: mark bounce buffering as incompatible with integrity
` [PATCH 2/3] block: move the block layer auto-integrity code into a new file
` [PATCH 3/3] block: split struct bio_integrity_data

[PATCH 0/4] dm vdo: reduce reference count load time
 2025-02-01  2:18 UTC  (5+ messages)
` [PATCH 1/4] dm vdo vio-pool: add a pool pointer to pooled_vio
` [PATCH 2/4] dm vdo vio-pool: support pools with multiple data blocks per vio
` [PATCH 3/4] dm vdo vio-pool: allow variable-sized metadata vios
` [PATCH 4/4] dm vdo slab-depot: read refcount blocks in large chunks at load time

[PATCH] dm vdo: remove checks that can not fail
 2025-02-01  1:50 UTC 

[PATCH] dm vdo indexer: prevent unterminated string warning
 2025-01-29 23:27 UTC 

[PATCH v3] dm vdo: use a short static string for thread name prefix
 2025-01-29 23:26 UTC 

[PATCH v2 0/2] dm-integrity: Implement asynch digest support
 2025-01-29 16:25 UTC  (3+ messages)
` [PATCH v2 1/2] dm-integrity: use internal variable for digestsize
` [PATCH v2 2/2] dm-integrity: introduce ahash support for the internal hash

[PATCH 1/3] dm-verity: Document restart_on_error and panic_on_error options
 2025-01-29 12:58 UTC  (3+ messages)
` [PATCH 2/3] dm-integrity: Document Inline mode for storing integrity data
` [PATCH 3/3] dm-crypt: Document integrity_key_size option

[PATCH] dm-crypt: switch to using the crc32 library
 2025-01-28  8:39 UTC  (2+ messages)

[git pull] device mapper changes for 6.14
 2025-01-28  1:57 UTC  (2+ messages)

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

[PATCH v2] dm vdo: use a short static string for thread name prefix
 2025-01-27 15:23 UTC  (5+ messages)

[PATCH RFC] md: introduce llbitmap
 2025-01-26  8:36 UTC 

[PATCH] multipathd: trigger uevents for blacklisted paths in reconfigure
 2025-01-24 21:33 UTC  (3+ messages)

PROBLEM: repeatable lockup on RAID-6 with LUKS dm-crypt on NVMe devices when rsyncing many files
 2025-01-24  6:38 UTC  (23+ messages)

[PATCH 00/13] fix for GitHub issue #108 and misc cleanups
 2025-01-23 22:03 UTC  (15+ messages)
` [PATCH 01/13] multipathd: use symbolic values for wait_for_udev
` [PATCH 02/13] multipathd: don't reload the map when waiting for udev
` [PATCH 03/13] libmultipath: don't set need_reload in adopt_paths
` [PATCH 04/13] libmultipath: remove need_reload check from select_action
` [PATCH 05/13] libmultipath: drop return value from update_pathvec_from_dm
` [PATCH 06/13] libmultipath: Dont scan pointless sysfs parents
` [PATCH 07/13] libmultipath: move sysfs checks out of scsi_ioctl_pathinfo
` [PATCH 08/13] libmultipath: rename DI_SERIAL to DI_IOCTL
` [PATCH 09/13] libmultipath: retry DI_IOCTL functions if they were skipped
` [PATCH 10/13] libmultipath: set need_reload when pp->serial gets set
` [PATCH 11/13] libmultipath: set need_reload when the tpg_id "
` [PATCH 12/13] libmultipath: stop static analyzer complaint in init_foreign
` [PATCH 13/13] libmultipath: be lenient in allowing the alua-based pgpolicies

Adding zstd to VDO
 2025-01-22 20:12 UTC  (5+ messages)

[PATCH] dm vdo: use a short static string for thread name prefix
 2025-01-22 18:48 UTC  (3+ messages)

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

[PATCH] dm vdo: Fix W=1 allmodconfig build error
 2025-01-22  2:43 UTC  (6+ messages)

[PATCH v4 00/15] multipathd: More map reload handling, and checkerloop work
 2025-01-21 21:28 UTC  (3+ messages)
` [PATCH v4 15/15] multipathd: enable pathgroups in checker_finished()

[device-mapper-dm:for-next 14/17] drivers/md/dm-crypt.c:1190:9: error: implicit declaration of function 'bip_set_seed'; did you mean 'bio_set_dev'?
 2025-01-21 20:06 UTC 

[PATCH 0/6] dm-crypt: misc cleanups and fixes
 2025-01-21 12:31 UTC  (9+ messages)
` [PATCH 1/6] dm-crypt: set atomic as false when calling crypt_convert() in kworker
` [PATCH 2/6] dm-crypt: fully initialize clone->bi_iter in crypt_alloc_buffer()
` [PATCH 3/6] dm-crypt: use bi_sector in bio when initialize integrity seed
` [PATCH 4/6] dm-crypt: don't update io->sector after kcryptd_crypt_write_io_submit()
` [PATCH 5/6] dm-crypt: don't initialize cc_sector again
` [PATCH 6/6] dm-crypt: track tag_offset in convert_context

[PATCH RFC v2 0/8] device mapper atomic write support
 2025-01-17 21:51 UTC  (4+ messages)

[PATCH v2 0/2] multipath: set rport port_state on NVMe FPIN events
 2025-01-17 20:31 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).