DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-23 07:50:42 to 2021-06-04 00:09:13 UTC [more...]

[dm-devel] dm: Forbid requeue of writes to zones
 2021-06-04  0:08 UTC  (2+ messages)

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

[dm-devel] [PATCH] multipath-tools: add info about HPE Alletra 6000 and 9000
 2021-06-03 21:24 UTC 

[dm-devel] [PATCH AUTOSEL 5.4 27/31] dm verity: fix require_signatures module_param permissions
 2021-06-03 17:09 UTC 

[dm-devel] [PATCH AUTOSEL 5.12 38/43] dm verity: fix require_signatures module_param permissions
 2021-06-03 17:07 UTC 

[dm-devel] [PATCH AUTOSEL 5.10 34/39] dm verity: fix require_signatures module_param permissions
 2021-06-03 17:08 UTC 

[dm-devel] [PATCH 0/6] sched: Cleanup task_struct::state
 2021-06-02 23:15 UTC  (26+ messages)
` [dm-devel] [PATCH 1/6] sched: Unbreak wakeups
` [dm-devel] [PATCH 2/6] sched: Introduce task_is_running()
` [dm-devel] [PATCH 3/6] sched,perf,kvm: Fix preemption condition
  ` [dm-devel] [PATCH 3/6] sched, perf, kvm: "
` [dm-devel] [PATCH 4/6] sched: Add get_current_state()
` [dm-devel] [PATCH 5/6] sched,timer: Use __set_current_state()
` [dm-devel] [PATCH 6/6] sched: Change task_struct::state

[dm-devel] simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-03  0:10 UTC  (37+ messages)
` [dm-devel] [PATCH 01/30] blk-mq: factor out a blk_mq_alloc_sq_tag_set helper
` [dm-devel] [PATCH 02/30] blk-mq: improve the blk_mq_init_allocated_queue interface
` [dm-devel] [PATCH 03/30] blk-mq: add the blk_mq_alloc_disk APIs
` [dm-devel] [PATCH 04/30] virtio-blk: use blk_mq_alloc_disk
` [dm-devel] [PATCH 05/30] pcd: "
` [dm-devel] [PATCH 06/30] pf: "
` [dm-devel] [PATCH 07/30] ms_block: "
` [dm-devel] [PATCH 08/30] mspro: "
` [dm-devel] [PATCH 09/30] mtd_blkdevs: "
` [dm-devel] [PATCH 10/30] ps3disk: "
` [dm-devel] [PATCH 11/30] swim3: "
` [dm-devel] [PATCH 12/30] swim: "
` [dm-devel] [PATCH 13/30] sunvdc: "
` [dm-devel] [PATCH 14/30] gdrom: "
` [dm-devel] [PATCH 15/30] blk-mq: remove blk_mq_init_sq_queue
` [dm-devel] [PATCH 16/30] aoe: use blk_mq_alloc_disk and blk_cleanup_disk
` [dm-devel] [PATCH 17/30] floppy: "
` [dm-devel] [PATCH 18/30] loop: "
` [dm-devel] [PATCH 19/30] nbd: "
` [dm-devel] [PATCH 20/30] nullb: use blk_mq_alloc_disk
` [dm-devel] [PATCH 21/30] pd: use blk_mq_alloc_disk and blk_cleanup_disk
` [dm-devel] [PATCH 22/30] rbd: "
` [dm-devel] [PATCH 23/30] rnbd: "
` [dm-devel] [PATCH 24/30] sx8: "
` [dm-devel] [PATCH 25/30] xen-blkfront: "
` [dm-devel] [PATCH 26/30] ubi: "
` [dm-devel] [PATCH 27/30] scm_blk: "
` [dm-devel] [PATCH 28/30] amiflop: "
` [dm-devel] [PATCH 29/30] ataflop: "
` [dm-devel] [PATCH 30/30] z2ram: "

[dm-devel] [dm:for-next 20/20] drivers/md/dm.c:850:43: warning: variable 'bio' is uninitialized when used here
 2021-06-03  0:02 UTC  (2+ messages)

[dm-devel] [PATCH -next] dm btree: shadow_child leaves unchecked in split_two_into_three
 2021-06-01 10:02 UTC 

[dm-devel] simplify gendisk and request_queue allocation for bio based drivers
 2021-06-01 13:48 UTC  (70+ 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] [PATCH] dm zoned: check zone capacity
 2021-05-28  8:38 UTC  (2+ messages)

[dm-devel] [git pull] device mapper fixes for 5.13-rc4
 2021-05-27 22:04 UTC  (2+ messages)

[dm-devel] [PATCH] dm-kcopyd: avoid useless atomic operations
 2021-05-27  7:45 UTC  (5+ messages)
  ` [dm-devel] [PATCH v2] "

[dm-devel] [PATCH] dm table: Constify static struct blk_ksm_ll_ops
 2021-05-26 21:06 UTC 

[dm-devel] [PATCH] dm-kcopyd avoid spin_lock_irqsave from process context
 2021-05-27  5:19 UTC  (2+ messages)

[dm-devel] [dm:for-next 10/11] drivers/md/dm-kcopyd.c:538:42: error: passing argument 2 of 'test_bit' from incompatible pointer type
 2021-05-26 19:59 UTC 

[dm-devel] [PATCH] dm-writecace: if we are suspended, interrupt flushing
 2021-05-26 19:49 UTC 

[dm-devel] [PATCH] dm-writecache: use early kcopyd callback
 2021-05-26 16:15 UTC 

[dm-devel] [PATCH] dm-writecache: don't split bios on block boundary when overwriting cache content
 2021-05-26 14:29 UTC 

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

[dm-devel] [PATCH][next] dm btree: Fix potential read of array with negative index i
 2021-05-25  9:58 UTC  (2+ messages)

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

[dm-devel] [PATCH] improve kcopyd latency
 2021-05-25 19:53 UTC 

[dm-devel] [PATCH 2/2] dm snapshot: patch v2: fix a crash when an origin has no snapshots
 2021-05-25 17:17 UTC 

[dm-devel] [PATCH 1/2] dm snapshot: revert "fix a crash when an origin has no snapshots"
 2021-05-25 17:16 UTC 

[dm-devel] [PATCH] multipath-tools: Remove trailing/leading whitespaces
 2021-05-25 10:05 UTC  (3+ messages)

[dm-devel] [PATCH] libmultipath: fix build without LIBDM_API_DEFERRED
 2021-05-24 15:55 UTC  (2+ messages)

[dm-devel] [PATCH][next] dm space map disk: remove redundant initialization of variable index
 2021-05-21 10:31 UTC 

[dm-devel] [PATCH -next] dm btree: make symbol 'shadow_child' static
 2021-05-21 12:48 UTC 

[dm-devel] [PATCH][next] dm space maps: Fix uninitialized variable r2
 2021-05-21  9:47 UTC  (2+ messages)
` [dm-devel] NAK: "

[dm-devel] [PATCH][V2][next] dm space maps: Fix uninitialized variable r2
 2021-05-21  9:51 UTC 

[dm-devel] [PATCH v3 00/11] dm: Improve zoned block device support
 2021-05-24  2:24 UTC  (7+ 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


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