dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-28 14:40:22 to 2021-07-30 13:55:27 UTC [more...]

[dm-devel] [PATCH RESEND v6 0/9] fsdax: introduce fs query to support reflink
 2021-07-30 10:01 UTC  (8+ messages)
` [dm-devel] [PATCH RESEND v6 2/9] dax: Introduce holder for dax_device
` [dm-devel] [PATCH RESEND v6 3/9] mm: factor helpers for memory_failure_dev_pagemap
` [dm-devel] [PATCH RESEND v6 4/9] pmem, mm: Implement ->memory_failure in pmem driver
` [dm-devel] [PATCH RESEND v6 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [dm-devel] [PATCH RESEND v6 7/9] dm: Introduce ->rmap() to find bdev offset
` [dm-devel] [PATCH RESEND v6 8/9] md: Implement dax_holder_operations
` [dm-devel] [PATCH RESEND v6 9/9] fsdax: add exception for reflinked files

[dm-devel] [PATCH v6 0/9] fsdax: introduce fs query to support reflink
 2021-07-30  9:25 UTC  (10+ messages)
` [dm-devel] [PATCH v6 1/9] pagemap: Introduce ->memory_failure()
` [dm-devel] [PATCH v6 2/9] dax: Introduce holder for dax_device
` [dm-devel] [PATCH v6 3/9] mm: factor helpers for memory_failure_dev_pagemap
` [dm-devel] [PATCH v6 4/9] pmem, mm: Implement ->memory_failure in pmem driver
` [dm-devel] [PATCH v6 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [dm-devel] [PATCH v6 6/9] xfs: Implement ->corrupted_range() for XFS
` [dm-devel] [PATCH v6 7/9] dm: Introduce ->rmap() to find bdev offset

[dm-devel] [PATCH 0/5] Mulitpath: miscellaneous patches
 2021-07-29 21:46 UTC  (6+ messages)
` [dm-devel] [PATCH 1/5] multipath.conf: fix typo in ghost_delay description
` [dm-devel] [PATCH 2/5] mpathpersist: fail commands when no usable paths exist
` [dm-devel] [PATCH 3/5] multipath: print warning if multipathd is not running
` [dm-devel] [PATCH 4/5] libmultipath: remove unneeded code in coalesce_paths
` [dm-devel] [PATCH 5/5] libmultipath: deal with dynamic PTHREAD_STACK_MIN

[dm-devel] [PATCH 0/7] device mapper target measurements using IMA
 2021-07-29 19:58 UTC  (31+ messages)
` [dm-devel] [PATCH 1/7] dm: measure data on table load
` [dm-devel] [PATCH 2/7] dm: measure data on device resume
` [dm-devel] [PATCH 3/7] dm: measure data on device remove
` [dm-devel] [PATCH 4/7] dm: measure data on table clear
` [dm-devel] [PATCH 5/7] dm: measure data on device rename
` [dm-devel] [PATCH 6/7] dm: update target specific status functions to measure data
` [dm-devel] [PATCH 7/7] dm: add documentation for IMA measurement support

[dm-devel] use regular gendisk registration in device mapper
 2021-07-29 16:37 UTC  (29+ messages)
` [dm-devel] [PATCH 1/8] block: make the block holder code optional
` [dm-devel] [PATCH 2/8] block: remove the extra kobject reference in bd_link_disk_holder
` [dm-devel] [PATCH 3/8] block: look up holders by bdev
` [dm-devel] [PATCH 4/8] block: support delayed holder registration
` [dm-devel] [PATCH 5/8] dm: cleanup cleanup_mapped_device
` [dm-devel] [PATCH 6/8] dm: move setting md->type into dm_setup_md_queue
` [dm-devel] [PATCH 7/8] dm: delay registering the gendisk
` [dm-devel] [PATCH 8/8] block: remove support for delayed queue registrations

[dm-devel] [PATCH 0/9] multipath-tools: use variable-size string buffers
 2021-07-29 15:46 UTC  (19+ messages)
` [dm-devel] [PATCH 1/9] libmultipath: variable-size parameters in dm_get_map()
` [dm-devel] [PATCH 2/9] libmultipath: strbuf: simple api for growing string buffers
` [dm-devel] [PATCH 3/9] libmultipath: variable-size parameters in assemble_map()
` [dm-devel] [PATCH 4/9] libmultipath: use strbuf in dict.c
` [dm-devel] [PATCH 5/9] libmultipath: use strbuf in print.c
` [dm-devel] [PATCH 6/9] libmultipath: print.c: fail hard if keywords are not found
` [dm-devel] [PATCH 7/9] libmultipath: print.h: move macros to print.c
` [dm-devel] [PATCH 8/9] libmultipath: use strbuf in alias.c
` [dm-devel] [PATCH 9/9] multipathd: use strbuf in cli.c

[dm-devel] switch the block layer to use kmap_local_page v3
 2021-07-28  1:31 UTC  (17+ messages)
` [dm-devel] [PATCH 01/15] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
` [dm-devel] [PATCH 02/15] bvec: fix the include guards for bvec.h
` [dm-devel] [PATCH 03/15] bvec: add a bvec_kmap_local helper
` [dm-devel] [PATCH 04/15] bvec: add memcpy_{from, to}_bvec and memzero_bvec helper
` [dm-devel] [PATCH 05/15] block: use memzero_page in zero_fill_bio
` [dm-devel] [PATCH 06/15] rbd: use memzero_bvec
` [dm-devel] [PATCH 07/15] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
` [dm-devel] [PATCH 08/15] ps3disk: use memcpy_{from,to}_bvec
` [dm-devel] [PATCH 09/15] block: remove bvec_kmap_irq and bvec_kunmap_irq
` [dm-devel] [PATCH 10/15] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
` [dm-devel] [PATCH 11/15] block: use memcpy_to_bvec in copy_to_high_bio_irq
` [dm-devel] [PATCH 12/15] block: use memcpy_from_bvec in bio_copy_kern_endio_read
` [dm-devel] [PATCH 13/15] block: use memcpy_from_bvec in __blk_queue_bounce
` [dm-devel] [PATCH 14/15] block: use bvec_kmap_local in t10_pi_type1_{prepare, complete}
` [dm-devel] [PATCH 15/15] block: use bvec_kmap_local in bio_integrity_process

[dm-devel] [PATCH] dm-writecache: crash on invalid returned status
 2021-07-27 13:45 UTC 

[dm-devel] [PATCH] dm-writecache: add event counters
 2021-07-27 13:42 UTC 

[dm-devel] [Question] multipathd.service start failed when /var/run isn't mount
 2021-07-26 16:28 UTC  (6+ messages)

[dm-devel] [RFC PATCH v1 0/4] keys: introduce key_extract_material helper
 2021-07-22  9:18 UTC  (5+ messages)
` [dm-devel] [RFC PATCH v1 1/4] "
` [dm-devel] [RFC PATCH v1 2/4] dm: crypt: use new "
` [dm-devel] [RFC PATCH v1 3/4] ubifs: auth: remove never hit key type error check
` [dm-devel] [RFC PATCH v1 4/4] ubifs: auth: consult encrypted and trusted keys if no logon key was found

[dm-devel] [PATCH] dm io: fix comments to align with on-stack plugging
 2021-07-24  2:31 UTC  (2+ messages)

[dm-devel] [dm:for-next 9/10] drivers/md/dm-raid.c:3686:39: warning: variable 'recovery' is uninitialized when used here
 2021-07-24  6:31 UTC  (2+ messages)

[dm-devel] Kernel 4.14: Using dm-verity with squashfs rootfs - mounting issue
 2021-07-21 17:29 UTC  (5+ messages)

[dm-devel] [PATCH v5 0/9] fsdax: introduce fs query to support reflink
 2021-07-20 10:37 UTC  (11+ messages)
` [dm-devel] [PATCH v5 2/9] dax: Introduce holder for dax_device
` [dm-devel] [PATCH v5 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [dm-devel] [PATCH v5 9/9] fs/dax: Remove useless functions

[dm-devel] [PATCH] block: move some macros to blkdev.h
 2021-07-21  2:53 UTC 

[dm-devel] [PATCH] dm io: Convert from atomic_t to refcount_t on io->count
 2021-07-19  8:31 UTC 

[dm-devel] regression: data corruption with ext4 on LUKS on nvme with torvalds master
 2021-07-09 20:45 UTC  (3+ messages)

[dm-devel] [PATCH v4 0/3] scsi/dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath
 2021-07-06 16:40 UTC  (13+ messages)
` [dm-devel] [PATCH v4 1/3] scsi: scsi_ioctl: export __scsi_result_to_blk_status()

[dm-devel] [PATCH AUTOSEL 4.4 14/31] dm space maps: don't reset space map allocation cursor when committing
 2021-07-06 11:29 UTC 

[dm-devel] [PATCH AUTOSEL 4.9 15/35] dm space maps: don't reset space map allocation cursor when committing
 2021-07-06 11:28 UTC 

[dm-devel] [PATCH AUTOSEL 4.14 20/45] dm space maps: don't reset space map allocation cursor when committing
 2021-07-06 11:27 UTC 

[dm-devel] [PATCH AUTOSEL 4.19 21/55] dm space maps: don't reset space map allocation cursor when committing
 2021-07-06 11:26 UTC 

[dm-devel] [PATCH AUTOSEL 5.4 27/74] dm space maps: don't reset space map allocation cursor when committing
 2021-07-06 11:24 UTC 

[dm-devel] [PATCH AUTOSEL 5.10 054/137] dm space maps: don't reset space map allocation cursor when committing
 2021-07-06 11:21 UTC  (4+ messages)
` [dm-devel] [PATCH AUTOSEL 5.10 055/137] dm writecache: don't split bios when overwriting contiguous cache content
` [dm-devel] [PATCH AUTOSEL 5.10 056/137] dm: Fix dm_accept_partial_bio() relative to zone management commands
` [dm-devel] [PATCH AUTOSEL 5.10 081/137] dm writecache: commit just one block, not a full page

[dm-devel] [PATCH AUTOSEL 5.12 061/160] dm space maps: don't reset space map allocation cursor when committing
 2021-07-06 11:17 UTC  (4+ messages)
` [dm-devel] [PATCH AUTOSEL 5.12 062/160] dm writecache: don't split bios when overwriting contiguous cache content
` [dm-devel] [PATCH AUTOSEL 5.12 063/160] dm: Fix dm_accept_partial_bio() relative to zone management commands
` [dm-devel] [PATCH AUTOSEL 5.12 091/160] dm writecache: commit just one block, not a full page

[dm-devel] [PATCH AUTOSEL 5.13 074/189] dm space maps: don't reset space map allocation cursor when committing
 2021-07-06 11:12 UTC  (4+ messages)
` [dm-devel] [PATCH AUTOSEL 5.13 075/189] dm writecache: don't split bios when overwriting contiguous cache content
` [dm-devel] [PATCH AUTOSEL 5.13 076/189] dm: Fix dm_accept_partial_bio() relative to zone management commands
` [dm-devel] [PATCH AUTOSEL 5.13 106/189] dm writecache: commit just one block, not a full page

[dm-devel] [PATCH v5 0/3] scsi/dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath
 2021-07-06 10:13 UTC  (13+ messages)
` [dm-devel] [PATCH v5 1/3] scsi: scsi_ioctl: export __scsi_result_to_blk_status()
` [dm-devel] [PATCH v5 2/3] scsi: scsi_ioctl: add sg_io_to_blk_status()
` [dm-devel] [PATCH v5 3/3] dm mpath: add CONFIG_DM_MULTIPATH_SG_IO - failover for SG_IO

[dm-devel] [PATCH] multipath-tools: make HUAWEI/XSG1 config work with alua and multibus
 2021-07-02 20:48 UTC  (2+ messages)

[dm-devel] [PATCH] multipath-tools: Remove trailing/leading whitespaces
 2021-07-02 20:33 UTC  (2+ messages)

[dm-devel] [PATCH] libmultipath: use uint64_t for sg_id.lun
 2021-07-02 16:57 UTC  (2+ messages)

[dm-devel] [git pull] device mapper changes for 5.14
 2021-07-01 19:20 UTC  (2+ messages)

[dm-devel] [RFC PATCH V2 0/3] block/dm: support bio polling
 2021-06-30  8:30 UTC  (6+ messages)
` [dm-devel] [RFC PATCH V2 3/3] dm: "

[dm-devel] [PATCH v4 2/3] scsi: scsi_ioctl: add sg_io_to_blk_status()
 2021-06-29  7:00 UTC  (3+ messages)
` [dm-devel] [kbuild] "


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 NNTP newsgroup(s).