DM-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-18 07:20:47 to 2022-02-01 11:12:06 UTC [more...]

[dm-devel] dm: Fix use-after-free in dm_cleanup_zoned_dev()
 2022-02-01  8:26 UTC  (4+ messages)

[dm-devel] [PATCH] udev: create symlinks and watch even in suspended state
 2022-02-01 11:11 UTC  (16+ messages)

[dm-devel] [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2022-02-01  1:54 UTC  (4+ messages)

[dm-devel] [PATCH] dm-crypt: introduce a module parameter that makes it possible to limit all bios
 2022-01-31 18:49 UTC 

[dm-devel] improve the bio cloning interface
 2022-01-29  5:06 UTC  (18+ messages)
` [dm-devel] [PATCH 01/14] drbd: set ->bi_bdev in drbd_req_new
` [dm-devel] [PATCH 02/14] dm: add a clone_to_tio helper
` [dm-devel] [PATCH 03/14] dm: fold clone_bio into __clone_and_map_data_bio
` [dm-devel] [PATCH 04/14] dm: fold __send_duplicate_bios into __clone_and_map_simple_bio
` [dm-devel] [PATCH 05/14] dm: move cloning the bio into alloc_tio
` [dm-devel] [PATCH 06/14] dm: pass the bio instead of tio to __map_bio
` [dm-devel] [PATCH 07/14] dm: retun the clone bio from alloc_tio
` [dm-devel] [PATCH 08/14] dm: simplify the single bio fast path in __send_duplicate_bios
` [dm-devel] [PATCH 09/14] dm: add a missing bio initialization to alloc_tio
  ` [dm-devel] [dm] 3826813630: BUG:KASAN:double-free_or_invalid-free_in_dm_io_dec_pending
` [dm-devel] [PATCH 10/14] dm-cache: remove __remap_to_origin_clear_discard
` [dm-devel] [PATCH 11/14] block: clone crypto and integrity data in __bio_clone_fast
` [dm-devel] [PATCH 12/14] dm: use bio_clone_fast in alloc_tio
` [dm-devel] [PATCH 13/14] block: initialize the target bio in __bio_clone_fast
` [dm-devel] [PATCH 14/14] block: pass a block_device to bio_clone_fast

[dm-devel] [PATCH v5 08/12] x86/PM/keylocker: Restore internal wrapping key on resume from ACPI S3/4
 2022-01-29 17:31 UTC  (2+ messages)
` [dm-devel] [PATCH v5-fix "

[dm-devel] [PATCH] dm ioct: prevent potential specter v1 gadget
 2022-01-29 17:01 UTC  (3+ messages)
` [dm-devel] [PATCH v2] "

[dm-devel] improve the bio allocation interface v2
 2022-01-27 21:38 UTC  (26+ messages)
` [dm-devel] [PATCH 01/19] fs: remove mpage_alloc
` [dm-devel] [PATCH 02/19] nilfs2: remove nilfs_alloc_seg_bio
` [dm-devel] [PATCH 03/19] nfs/blocklayout: remove bl_alloc_init_bio
` [dm-devel] [PATCH 04/19] ntfs3: remove ntfs_alloc_bio
` [dm-devel] [PATCH 05/19] dm: bio_alloc can't fail if it is allowed to sleep
` [dm-devel] [PATCH 06/19] dm-crypt: remove clone_init
` [dm-devel] [PATCH 07/19] dm-snap: use blkdev_issue_flush instead of open coding it
` [dm-devel] [PATCH 08/19] dm-thin: "
` [dm-devel] [PATCH 09/19] drbd: bio_alloc can't fail if it is allow to sleep
` [dm-devel] [PATCH 10/19] rnbd-srv: simplify bio mapping in process_rdma
` [dm-devel] [PATCH 11/19] rnbd-srv: remove struct rnbd_dev_blk_io
` [dm-devel] [PATCH 12/19] xen-blkback: bio_alloc can't fail if it is allow to sleep
` [dm-devel] [PATCH 13/19] block: move blk_next_bio to bio.c
` [dm-devel] [PATCH 14/19] block: pass a block_device and opf to blk_next_bio
` [dm-devel] [PATCH 15/19] block: pass a block_device and opf to bio_alloc_bioset
` [dm-devel] [PATCH 16/19] block: pass a block_device and opf to bio_alloc_kiocb
` [dm-devel] [PATCH 17/19] block: pass a block_device and opf to bio_alloc
` [dm-devel] [PATCH 18/19] block: pass a block_device and opf to bio_init
` [dm-devel] [PATCH 19/19] block: pass a block_device and opf to bio_reset

[dm-devel] [PATCH v5 0/7] DAX poison recovery
 2022-01-28 21:31 UTC  (8+ messages)
` [dm-devel] [PATCH v5 1/7] mce: fix set_mce_nospec to always unmap the whole page
` [dm-devel] [PATCH v5 2/7] dax: introduce dax device flag DAXDEV_RECOVERY
` [dm-devel] [PATCH v5 3/7] dm: make dm aware of target's DAXDEV_RECOVERY capability
` [dm-devel] [PATCH v5 4/7] dax: add dax_recovery_write to dax_op and dm target type
` [dm-devel] [PATCH v5 5/7] pmem: add pmem_recovery_write() dax op
` [dm-devel] [PATCH v5 6/7] dax: add recovery_write to dax_iomap_iter in failure path
` [dm-devel] [PATCH v5 7/7] pmem: fix pmem_do_write() avoid writing to 'np' page

[dm-devel] [PATCH v4 0/3] block/dm: fix bio-based DM IO accounting
 2022-01-28 17:19 UTC  (5+ messages)
` [dm-devel] [PATCH v4 1/3] block: add bio_start_io_acct_time() to control start_time
` [dm-devel] [PATCH v4 2/3] dm: revert partial fix for redundant bio-based IO accounting
` [dm-devel] [PATCH v4 3/3] dm: properly fix "

[dm-devel] [PATCH v3 0/3] block/dm: fix bio-based DM IO accounting
 2022-01-28 15:16 UTC  (7+ messages)
` [dm-devel] [PATCH v3 1/3] block: add bio_start_io_acct_time() to control start_time
` [dm-devel] [PATCH v3 2/3] dm: revert partial fix for redundant bio-based IO accounting
` [dm-devel] [PATCH v3 3/3] dm: properly fix "

[dm-devel] [PATCH v2 0/3] block/dm: fix bio-based DM IO accounting
 2022-01-28  4:08 UTC  (5+ messages)
` [dm-devel] [PATCH v2 1/3] block: add bio_start_io_acct_time() to control start_time
` [dm-devel] [PATCH v2 2/3] dm: revert partial fix for redundant bio-based IO accounting
` [dm-devel] [PATCH v2 3/3] dm: properly fix "

[dm-devel] [PATCH 0/3] block/dm: fix bio-based DM IO accounting
 2022-01-27 20:01 UTC  (5+ messages)
` [dm-devel] [PATCH 1/3] block: add __bio_start_io_acct() to control start_time
` [dm-devel] [PATCH 2/3] dm: revert partial fix for redundant bio-based IO accounting
` [dm-devel] [PATCH 3/3] dm: properly fix "

[dm-devel] [PATCH] dm: introduce a no open flag for deferred remove
 2022-01-26 19:22 UTC  (7+ messages)
      ` [dm-devel] [PATCH] dm: introduce a DM_ENFORCE_OPEN_COUNT flag

[dm-devel] [PATCH v3 0/7] DAX poison recovery
 2022-01-27  0:25 UTC  (5+ messages)

[dm-devel] [PATCH v4 0/7] DAX poison recovery
 2022-01-26 21:11 UTC  (8+ messages)
` [dm-devel] [PATCH v4 1/7] mce: fix set_mce_nospec to always unmap the whole page
` [dm-devel] [PATCH v4 2/7] dax: introduce dax device flag DAXDEV_RECOVERY
` [dm-devel] [PATCH v4 3/7] dm: make dm aware of target's DAXDEV_RECOVERY capability
` [dm-devel] [PATCH v4 4/7] dax: add dax_recovery_write to dax_op and dm target type
` [dm-devel] [PATCH v4 5/7] pmem: add pmem_recovery_write() dax op
` [dm-devel] [PATCH v4 6/7] dax: add recovery_write to dax_iomap_iter in failure path
` [dm-devel] [PATCH v4 7/7] pmem: fix pmem_do_write() avoid writing to 'np' page

[dm-devel] [PATCH v2 0/9] multipathd: remove udev settle dependency
 2022-01-26 16:30 UTC  (5+ messages)

[dm-devel] [PATCH] libmultipath: use asprintf() to allocate prefixed_uuid
 2022-01-26 15:39 UTC  (3+ messages)

[dm-devel] [PATCH] dm: cleanup double word in comment
 2022-01-26 13:18 UTC 

[dm-devel] Raid0 performance regression
 2022-01-25  8:00 UTC  (5+ messages)

[dm-devel] [PATCH] dm ima: fix wrong length calculation for no_data string
 2022-01-25 14:05 UTC 

[dm-devel] [PATCH v2] multipathd: handle fpin events
 2022-01-23 23:13 UTC 

[dm-devel] [PATCH] dm: make static read-only array table const
 2022-01-23 22:47 UTC 

[dm-devel] Patch "dm space map common: add bounds check to sm_ll_lookup_bitmap()" has been added to the 4.4-stable tree
 2022-01-23 16:49 UTC 

[dm-devel] Patch "dm btree: add a defensive bounds check to insert_at()" has been added to the 4.4-stable tree
 2022-01-23 16:49 UTC 

[dm-devel] Patch "dm btree: add a defensive bounds check to insert_at()" has been added to the 4.14-stable tree
 2022-01-23 16:40 UTC 

[dm-devel] Patch "dm space map common: add bounds check to sm_ll_lookup_bitmap()" has been added to the 4.14-stable tree
 2022-01-23 16:41 UTC 

[dm-devel] Patch "dm space map common: add bounds check to sm_ll_lookup_bitmap()" has been added to the 4.9-stable tree
 2022-01-23 16:45 UTC 

[dm-devel] Patch "dm btree: add a defensive bounds check to insert_at()" has been added to the 4.9-stable tree
 2022-01-23 16:45 UTC 

[dm-devel] Patch "dm btree: add a defensive bounds check to insert_at()" has been added to the 4.19-stable tree
 2022-01-23 16:34 UTC 

[dm-devel] Patch "dm space map common: add bounds check to sm_ll_lookup_bitmap()" has been added to the 4.19-stable tree
 2022-01-23 16:35 UTC 

[dm-devel] Patch "dm space map common: add bounds check to sm_ll_lookup_bitmap()" has been added to the 5.4-stable tree
 2022-01-23 16:24 UTC 

[dm-devel] Patch "dm btree: add a defensive bounds check to insert_at()" has been added to the 5.4-stable tree
 2022-01-23 16:24 UTC 

[dm-devel] Patch "dm: fix alloc_dax error handling in alloc_dev" has been added to the 5.10-stable tree
 2022-01-23 16:13 UTC 

[dm-devel] Patch "dm space map common: add bounds check to sm_ll_lookup_bitmap()" has been added to the 5.10-stable tree
 2022-01-23 16:11 UTC 

[dm-devel] Patch "dm btree: add a defensive bounds check to insert_at()" has been added to the 5.10-stable tree
 2022-01-23 16:11 UTC 

[dm-devel] Patch "dm: fix alloc_dax error handling in alloc_dev" has been added to the 5.15-stable tree
 2022-01-23 15:50 UTC 

[dm-devel] Patch "dm space map common: add bounds check to sm_ll_lookup_bitmap()" has been added to the 5.15-stable tree
 2022-01-23 15:49 UTC 

[dm-devel] Patch "dm btree: add a defensive bounds check to insert_at()" has been added to the 5.15-stable tree
 2022-01-23 15:48 UTC 

[dm-devel] Patch "dm btree: add a defensive bounds check to insert_at()" has been added to the 5.16-stable tree
 2022-01-23 15:19 UTC 

[dm-devel] Patch "dm space map common: add bounds check to sm_ll_lookup_bitmap()" has been added to the 5.16-stable tree
 2022-01-23 15:19 UTC 

[dm-devel] Patch "dm: fix alloc_dax error handling in alloc_dev" has been added to the 5.16-stable tree
 2022-01-23 15:20 UTC 

[dm-devel] Patch "dm: make the DAX support depend on CONFIG_FS_DAX" has been added to the 5.16-stable tree
 2022-01-23 15:20 UTC 

[dm-devel] [PATCH RFC] btrfs: sysfs: add <uuid>/debug/io_accounting/ directory
 2022-01-21  9:20 UTC  (3+ messages)

[dm-devel] improve the bio allocation interface
 2022-01-20  8:46 UTC  (32+ messages)
` [dm-devel] [PATCH 02/19] nilfs2: remove nilfs_alloc_seg_bio
` [dm-devel] [PATCH 03/19] nfs/blocklayout: remove bl_alloc_init_bio
` [dm-devel] [PATCH 05/19] dm: bio_alloc can't fail if it is allowed to sleep
` [dm-devel] [PATCH 06/19] dm-crypt: remove clone_init
` [dm-devel] [PATCH 07/19] dm-snap: use blkdev_issue_flush instead of open coding it
` [dm-devel] [PATCH 08/19] dm-thin: "
` [dm-devel] [PATCH 09/19] drbd: bio_alloc can't fail if it is allow to sleep
` [dm-devel] [PATCH 10/19] rnbd-srv: simplify bio mapping in process_rdma
` [dm-devel] [PATCH 11/19] rnbd-src: remove struct rnbd_dev_blk_io
` [dm-devel] [PATCH 12/19] xen-blkback: bio_alloc can't fail if it is allow to sleep
` [dm-devel] [PATCH 13/19] block: move blk_next_bio to bio.c
` [dm-devel] [PATCH 14/19] block: pass a block_device and opf to blk_next_bio
` [dm-devel] [PATCH 15/19] block: pass a block_device and opf to bio_alloc_bioset
` [dm-devel] [PATCH 16/19] block: pass a block_device and opf to bio_alloc_kiocb
` [dm-devel] [PATCH 17/19] block: pass a block_device and opf to bio_alloc
` [dm-devel] [PATCH 18/19] block: pass a block_device and opf to bio_init
` [dm-devel] [PATCH 19/19] block: pass a block_device and opf to bio_reset

[dm-devel] [PATCH 0/3] blk-mq/dm-rq: support BLK_MQ_F_BLOCKING for dm-rq
 2022-01-19 21:03 UTC  (8+ messages)

[dm-devel] [RFC PATCH 0/1] Add inline encryption support for dm-crypt
 2022-01-19 15:45 UTC  (16+ messages)

[dm-devel] [PATCH 0/3] Misc Multipath fixes
 2022-01-18 17:00 UTC  (2+ messages)

[dm-devel] [PATCH] dm rq: clear cloned bio ->bi_bdev to fix I/O accounting
 2022-01-18  7:00 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).