DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-11 23:22:49 to 2021-05-21 08:38:56 UTC [more...]

[dm-devel] simplify gendisk and request_queue allocation for bio based drivers
 2021-05-21  8:37 UTC  (30+ messages)
` [dm-devel] [PATCH 01/26] block: refactor device number setup in __device_add_disk
` [dm-devel] [PATCH 02/26] block: move the DISK_MAX_PARTS sanity check into __device_add_disk
` [dm-devel] [PATCH 03/26] block: automatically enable GENHD_FL_EXT_DEVT
` [dm-devel] [PATCH 04/26] block: add a flag to make put_disk on partially initalized disks safer
` [dm-devel] [PATCH 05/26] block: add blk_alloc_disk and blk_cleanup_disk APIs
` [dm-devel] [PATCH 06/26] brd: convert to blk_alloc_disk/blk_cleanup_disk
` [dm-devel] [PATCH 07/26] drbd: "
` [dm-devel] [PATCH 08/26] pktcdvd: "
` [dm-devel] [PATCH 09/26] rsxx: "
` [dm-devel] [PATCH 10/26] zram: "
` [dm-devel] [PATCH 11/26] lightnvm: "
` [dm-devel] [PATCH 12/26] bcache: "
` [dm-devel] [PATCH 13/26] dm: "
` [dm-devel] [PATCH 14/26] md: "
` [dm-devel] [PATCH 15/26] nvdimm-blk: "
` [dm-devel] [PATCH 16/26] nvdimm-btt: "
` [dm-devel] [PATCH 17/26] nvdimm-pmem: "
` [dm-devel] [PATCH 18/26] nvme-multipath: "
` [dm-devel] [PATCH 19/26] nfblock: "
` [dm-devel] [PATCH 20/26] simdisk: "
` [dm-devel] [PATCH 21/26] n64cart: convert to blk_alloc_disk
` [dm-devel] [PATCH 22/26] ps3vram: convert to blk_alloc_disk/blk_cleanup_disk
` [dm-devel] [PATCH 23/26] dcssblk: "
` [dm-devel] [PATCH 24/26] xpram: "
` [dm-devel] [PATCH 25/26] null_blk: "
` [dm-devel] [PATCH 26/26] block: unexport blk_alloc_queue

[dm-devel] simplify gendisk and request_queue allocation for bio based drivers
 2021-05-21  5:50 UTC 

[dm-devel] [PATCH v3 00/11] dm: Improve zoned block device support
 2021-05-21  5:13 UTC  (17+ messages)
` [dm-devel] [PATCH v3 01/11] block: improve handling of all zones reset operation
` [dm-devel] [PATCH v3 02/11] block: introduce bio zone helpers
` [dm-devel] [PATCH v3 03/11] block: introduce BIO_ZONE_WRITE_LOCKED bio flag
` [dm-devel] [PATCH v3 04/11] dm: Fix dm_accept_partial_bio()
` [dm-devel] [PATCH v3 05/11] dm: cleanup device_area_is_invalid()
` [dm-devel] [PATCH v3 06/11] dm: move zone related code to dm-zone.c
` [dm-devel] [PATCH v3 07/11] dm: Introduce dm_report_zones()
` [dm-devel] [PATCH v3 08/11] dm: Forbid requeue of writes to zones
` [dm-devel] [PATCH v3 09/11] dm: rearrange core declarations
` [dm-devel] [PATCH v3 10/11] dm: introduce zone append emulation
` [dm-devel] [PATCH v3 11/11] dm crypt: Fix zoned block device support

[dm-devel] [git pull] device mapper fixes for 5.13-rc3
 2021-05-21  0:48 UTC  (2+ messages)

[dm-devel] [PATCH] libmultipath: fix build without LIBDM_API_DEFERRED
 2021-05-20 19:52 UTC 

[dm-devel] [dm:for-next 5/8] drivers/md/persistent-data/dm-btree.c:702:5: warning: no previous prototype for function 'shadow_child'
 2021-05-20 16:33 UTC 

[dm-devel] [dm:for-next 7/8] include/uapi/linux/byteorder/little_endian.h:32:42: warning: cast from pointer to integer of different size
 2021-05-20 16:14 UTC 

[dm-devel] [dm:for-next 5/8] drivers/md/persistent-data/dm-btree.c:702:5: warning: no previous prototype for 'shadow_child'
 2021-05-20 16:04 UTC 

[dm-devel] [dm:for-next 7/8] include/uapi/linux/byteorder/big_endian.h:32:50: warning: cast from pointer to integer of different size
 2021-05-20 16:04 UTC 

[dm-devel] [PATCH v2 1/4] multipathd: cli_handlers: cleanup setting reply length
 2021-05-20 15:57 UTC  (9+ messages)
` [dm-devel] [PATCH v2 2/4] multipathd: cli_getprkey(): fix return value
` [dm-devel] [PATCH v2 3/4] multipath-tools: enable -Wformat-overflow=2
` [dm-devel] [PATCH v2 4/4] libdmmp: use KBUILD_BUILD_TIMESTAMP when building man pages

[dm-devel] [PATCH v2 00/11] dm: Improve zoned block device support
 2021-05-20  6:57 UTC  (26+ messages)
` [dm-devel] [PATCH v2 01/11] block: improve handling of all zones reset operation
` [dm-devel] [PATCH v2 02/11] block: introduce bio zone helpers
` [dm-devel] [PATCH v2 03/11] block: introduce BIO_ZONE_WRITE_LOCKED bio flag
` [dm-devel] [PATCH v2 04/11] dm: Fix dm_accept_partial_bio()
` [dm-devel] [PATCH v2 05/11] dm: cleanup device_area_is_invalid()
` [dm-devel] [PATCH v2 06/11] dm: move zone related code to dm-zone.c
` [dm-devel] [PATCH v2 07/11] dm: Introduce dm_report_zones()
` [dm-devel] [PATCH v2 08/11] dm: Forbid requeue of writes to zones
` [dm-devel] [PATCH v2 09/11] dm: rearrange core declarations
` [dm-devel] [PATCH v2 10/11] dm: introduce zone append emulation
` [dm-devel] [PATCH v2 11/11] dm crypt: Fix zoned block device support

[dm-devel] [PATCH 00/11] dm: Improve zoned block device support
 2021-05-20  0:00 UTC  (26+ messages)
` [dm-devel] [PATCH 01/11] block: improve handling of all zones reset operation
` [dm-devel] [PATCH 02/11] block: introduce bio zone helpers
` [dm-devel] [PATCH 03/11] block: introduce BIO_ZONE_WRITE_LOCKED bio flag
` [dm-devel] [PATCH 04/11] dm: Fix dm_accept_partial_bio()
` [dm-devel] [PATCH 05/11] dm: cleanup device_area_is_invalid()
` [dm-devel] [PATCH 06/11] dm: move zone related code to dm-zone.c
` [dm-devel] [PATCH 07/11] dm: Introduce dm_report_zones()
` [dm-devel] [PATCH 08/11] dm: Forbid requeue of writes to zones
` [dm-devel] [PATCH 09/11] dm: rearrange core declarations
` [dm-devel] [PATCH 10/11] dm: introduce zone append emulation
` [dm-devel] [PATCH 11/11] dm crypt: Fix zoned block device support

[dm-devel] [PATCH stable] dm ioctl: fix out of bounds array access when no devices
 2021-05-19 15:06 UTC  (3+ messages)

[dm-devel] [PATCH] dm zoned: check zone capacity
 2021-05-19  1:26 UTC 

[dm-devel] [PATCH v4 0/6] Memory issues found by coverity
 2021-05-18 22:38 UTC  (10+ messages)
` [dm-devel] [PATCH v4 1/6] multipathd: don't fail to remove path once the map is removed
` [dm-devel] [PATCH v4 2/6] multipathd: remove duplicate orphan_paths in flush_map
` [dm-devel] [PATCH v4 3/6] multipathd: fix ev_remove_path return code handling
` [dm-devel] [PATCH v4 4/6] multipath: free vectors in configure
` [dm-devel] [PATCH v4 5/6] kpartx: Don't leak memory when getblock returns NULL
` [dm-devel] [PATCH v4 6/6] multipathd: don't rescan_path on wwid change in uev_update_path

[dm-devel] [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2021-05-18  0:15 UTC  (10+ messages)

[dm-devel] [PATCH 0/7] multipath-tools: extended github CI
 2021-05-17 21:31 UTC  (7+ messages)
` [dm-devel] [PATCH 4/7] libdmmp: allow building without perl

[dm-devel] [PATCH 1/4] multipathd: cli_handlers: cleanup setting reply length
 2021-05-17 21:21 UTC  (5+ messages)
` [dm-devel] [PATCH 2/4] multipathd: cli_getprkey(): fix return value
` [dm-devel] [PATCH 3/4] multipath-tools: enable -Wformat-overflow=2
` [dm-devel] [PATCH 4/4] libdmmp: use KBUILD_BUILD_TIMESTAMP when building man pages

[dm-devel] [PATCH V6 00/12] block: support bio based io polling
 2021-05-17  7:13 UTC  (3+ messages)

[dm-devel] regression: data corruption with ext4 on LUKS on nvme with torvalds master
 2021-05-14 10:26 UTC  (5+ messages)

[dm-devel] [PATCH] dm: verity: fix module param permissions
 2021-05-12 11:14 UTC 

[dm-devel] [ext4] 21175ca434: mdadm-selftests.enchmarks/mdadm-selftests/tests/01r1fail.fail
 2021-05-13 14:48 UTC  (2+ messages)

[dm-devel] Integrity discard/trim extremely slow on NVMe SSD storage (~10GiB/minute)
 2021-05-12 19:26 UTC  (4+ messages)

[dm-devel] [PATCH v3 0/6] Memory issues found by coverity
 2021-05-14 21:01 UTC  (9+ messages)
` [dm-devel] [PATCH v3 1/6] multipathd: don't fail to remove path once the map is removed
` [dm-devel] [PATCH v3 2/6] multipathd: remove duplicate orphan_paths in flush_map
` [dm-devel] [PATCH v3 3/6] multipathd: fix ev_remove_path return code handling
` [dm-devel] [PATCH v3 4/6] multipath: free vectors in configure
` [dm-devel] [PATCH v3 5/6] kpartx: Don't leak memory when getblock returns NULL
` [dm-devel] [PATCH v3 6/6] multipathd: don't rescan_path on wwid change in uev_update_path

[dm-devel] [PATCH v2] multipathd: fix compilation issue with liburcu < 0.8
 2021-05-14 19:00 UTC  (2+ messages)

[dm-devel] [PATCH v2 0/6] Memory issues found by coverity
 2021-05-14 15:51 UTC  (12+ messages)
` [dm-devel] [PATCH v2 1/6] multipathd: don't fail to remove path once the map is removed
` [dm-devel] [PATCH v2 2/6] multipathd: remove duplicate orphan_paths in flush_map
` [dm-devel] [PATCH v2 3/6] multipathd: make ev_remove_path return success on path removal
` [dm-devel] [PATCH v2 4/6] multipath: free vectors in configure
` [dm-devel] [PATCH v2 5/6] kpartx: Don't leak memory when getblock returns NULL
` [dm-devel] [PATCH v2 6/6] multipathd: use symbolic returns for ev_remove_path()

[dm-devel] [PATCH] multipathd: fix compilation issue with liburcu < 0.8
 2021-05-13 19:48 UTC  (3+ messages)

[dm-devel] [PATCH 0/5] Memory issues found by coverity
 2021-05-13 19:36 UTC  (17+ messages)
` [dm-devel] [PATCH 1/5] multipathd: don't fail to remove path once the map is removed
` [dm-devel] [PATCH 2/5] multipathd: remove duplicate orphan_paths in flush_map
` [dm-devel] [PATCH 3/5] multipathd: make ev_remove_path return success on path removal
` [dm-devel] [PATCH 4/5] multipath: free vectors in configure
` [dm-devel] [PATCH 5/5] kpartx: Don't leak memory when getblock returns NULL

[dm-devel] [PATCH] dm-integrity: revert the discard patch
 2021-05-12 12:58 UTC  (2+ messages)

[dm-devel] [PATCH v2] dm-integrity: if we have discard support, use it when recalculating
 2021-05-11 18:33 UTC  (4+ 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).