linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-28 23:34:59 to 2023-03-30 11:39:38 UTC [more...]

[PATCH V6 00/17] io_uring/ublk: add generic IORING_OP_FUSED_CMD
 2023-03-30 11:36 UTC  (15+ messages)
` [PATCH V6 01/17] io_uring: increase io_kiocb->flags into 64bit
` [PATCH V6 02/17] io_uring: use ctx->cached_sq_head to calculate left sqes
` [PATCH V6 03/17] io_uring: add generic IORING_OP_FUSED_CMD
` [PATCH V6 04/17] io_uring: support providing buffer by IORING_OP_FUSED_CMD
` [PATCH V6 05/17] io_uring: support OP_READ/OP_WRITE for fused secondary request
` [PATCH V6 06/17] io_uring: support OP_SEND_ZC/OP_RECV "
` [PATCH V6 08/17] block: ublk_drv: don't consider flush request in map/unmap io
` [PATCH V6 09/17] block: ublk_drv: add two helpers to clean up map/unmap request
` [PATCH V6 10/17] block: ublk_drv: clean up several helpers
` [PATCH V6 11/17] block: ublk_drv: cleanup 'struct ublk_map_data'
` [PATCH V6 12/17] block: ublk_drv: cleanup ublk_copy_user_pages
` [PATCH V6 13/17] block: ublk_drv: grab request reference when the request is handled by userspace
` [PATCH V6 14/17] block: ublk_drv: support to copy any part of request pages
` [PATCH V6 16/17] block: ublk_drv: don't check buffer in case of zero copy

[PATCH v2 00/19] bio: check return values of bio_add_page
 2023-03-30 10:44 UTC  (20+ messages)
` [PATCH v2 01/19] swap: use __bio_add_page to add page to bio
` [PATCH v2 02/19] drbd: "
` [PATCH v2 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v2 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v2 05/19] md: use __bio_add_page to add single page
` [PATCH v2 06/19] md: raid5-log: "
` [PATCH v2 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v2 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH v2 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH v2 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v2 11/19] gfs: use __bio_add_page for adding "
` [PATCH v2 12/19] zonefs: "
` [PATCH v2 13/19] zram: "
` [PATCH v2 14/19] floppy: "
` [PATCH v2 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v2 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v2 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH v2 18/19] dm-crypt: check if adding pages to clone "
` [PATCH v2 19/19] block: mark bio_add_page as __must_check

[PATCH 00/19] bio: check return values of bio_add_page
 2023-03-30 10:38 UTC  (43+ messages)
` [PATCH 01/19] swap: use __bio_add_page to add page to bio
` [PATCH 02/19] drbd: "
` [PATCH 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH 05/19] md: use __bio_add_page to add single page
` [PATCH 06/19] md: raid5-log: "
` [PATCH 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH 11/19] gfs: use __bio_add_page for adding "
` [PATCH 12/19] zonefs: "
` [PATCH 13/19] zram: "
` [PATCH 14/19] floppy: "
` [PATCH 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH 18/19] dm-crypt: check if adding pages to clone "
` [PATCH 19/19] block: mark bio_add_page as __must_check

[PATCH v3 0/7] Assorted DRBD refactoring
 2023-03-30 10:27 UTC  (8+ messages)
` [PATCH v3 1/7] genetlink: make _genl_cmd_to_str static
` [PATCH v3 2/7] drbd: Rip out the ERR_IF_CNT_IS_NEGATIVE macro
` [PATCH v3 3/7] drbd: Add peer device parameter to whole-bitmap I/O handlers
` [PATCH v3 4/7] drbd: INFO_bm_xfer_stats(): Pass a peer device argument
` [PATCH v3 5/7] drbd: drbd_uuid_compare: pass a peer_device
` [PATCH v3 6/7] drbd: pass drbd_peer_device to __req_mod
` [PATCH v3 7/7] drbd: Pass a peer device to the resync and online verify functions

[PATCH 0/9] null_blk: add modparam checks
 2023-03-30  9:22 UTC  (11+ messages)
` [PATCH 1/9] null_blk: adjust null_param_store_val()
` [PATCH 2/9] null_blk: check for valid submit_queue value
` [PATCH 3/9] null_blk: check for valid poll_queue value
` [PATCH 4/9] null_blk: check for valid gb value
` [PATCH 5/9] null_blk: check for valid block size value
` [PATCH 6/9] null_blk: check for valid max_sectors value
` [PATCH 7/9] null_blk: check for valid queue depth value
` [PATCH 8/9] null_blk: avoid use global modparam g_queue_mode
` [PATCH 9/9] null_blk: avoid use global modparam g_irq_mode

[PATCH v2 0/9] memcg: make rstat flushing irq and sleep
 2023-03-30  8:53 UTC  (34+ messages)
` [PATCH v2 2/9] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v2 3/9] memcg: do not flush stats in irq context
` [PATCH v2 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
` [PATCH v2 5/9] memcg: replace stats_flush_lock with an atomic
` [PATCH v2 6/9] memcg: sleep during flushing stats in safe contexts
` [PATCH v2 7/9] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v2 8/9] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v2 9/9] memcg: do not modify rstat tree for zero updates

[PATCH v8 0/9] Implement copy offload support
 2023-03-30  5:48 UTC  (26+ messages)
    ` [PATCH v8 1/9] block: Introduce queue limits for copy-offload support
    ` [PATCH v8 2/9] block: Add copy offload support infrastructure
    ` [PATCH v8 3/9] block: add emulation for copy
    ` [PATCH v8 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
    ` [PATCH v8 5/9] nvme: add copy offload support
    ` [PATCH v8 6/9] nvmet: add copy command support for bdev and file ns
    ` [PATCH v8 7/9] dm: Add support for copy offload
    ` [PATCH v8 8/9] dm: Enable copy offload for dm-linear target
    ` [PATCH v8 9/9] null_blk: add support for copy offload

[RFC PATCH 0/7] Make rstat flushing IRQ and sleep friendly
 2023-03-30  4:26 UTC  (15+ messages)
` [RFC PATCH 1/7] cgroup: rstat: only disable interrupts for the percpu lock

[PATCH] blk-throttle: Fix io statistics for cgroup v1
 2023-03-30  3:44 UTC  (3+ messages)
  ` [External] "

move bio cgroup punting into btrfs
 2023-03-30  0:15 UTC  (5+ messages)

[PATCH 0/5] remove page_endio()
 2023-03-29 23:53 UTC  (9+ messages)
  ` [PATCH 2/5] orangefs: use folios in orangefs_readahead
  ` [PATCH 1/5] zram: remove the call to page_endio in the bio end_io handler

[PATCH 0/4] null_blk: usr memcpy_[to|from]_page()
 2023-03-29 22:48 UTC  (6+ messages)
` [PATCH 1/4] null_blk: use memcpy_page() in copy_to_nullb()
` [PATCH 2/4] null_blk: use memcpy_page() in copy_from_nullb()
` [PATCH 3/4] null-blk: use memset_page() to fill page pattern
` [PATCH 4/4] null_blk: use kmap_local_page() and kunmap_local()

[PATCH 1/4] block, bfq: remove BFQ_WEIGHT_LEGACY_DFL
 2023-03-29 18:59 UTC  (2+ messages)

[PATCH 0/2] bio iter improvements
 2023-03-29 16:50 UTC  (6+ messages)
` [PATCH 1/2] block: Rework bio_for_each_segment_all()

[PATCH 0/2] block: null_blk: make fault-injection configurable via configfs
 2023-03-29 16:21 UTC  (2+ messages)
` [PATCH blktests] don't require modular null_blk for fault-injection

[PATCH 1/2] blk-mq: export request polling helpers
 2023-03-29 16:11 UTC  (10+ messages)
  ` [PATCH 2/2] nvme: use blk-mq polling for uring commands

[PATCH 0/5] sed-opal: add command to read locking range attributes
 2023-03-29 15:32 UTC  (10+ messages)
` [PATCH 1/5] sed-opal: do not add user authority twice in boolean ace
` [PATCH 2/5] sed-opal: add helper for adding user authorities in ACE
` [PATCH 3/5] sed-opal: allow user authority to get locking range attributes
` [PATCH 4/5] sed-opal: add helper to get multiple columns at once

[PATCH] loop: LOOP_CONFIGURE: send uevents for partitions
 2023-03-29 15:24 UTC  (2+ messages)

[RFC PATCH v2 46/48] drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendmsg()
 2023-03-29 14:13 UTC  (2+ messages)
` [RFC PATCH v2 47/48] drdb: Send an entire bio in a single sendmsg

[PATCH V3 00/16] io_uring/ublk: add IORING_OP_FUSED_CMD
 2023-03-29 11:55 UTC  (17+ messages)

[PATCH V5 00/16] io_uring/ublk: add IORING_OP_FUSED_CMD
 2023-03-29 10:52 UTC  (6+ messages)
` [PATCH V5 16/16] block: ublk_drv: apply io_uring FUSED_CMD for supporting zero copy

[PATCH blktests v3 0/4] Test different queue types
 2023-03-29  9:02 UTC  (5+ messages)
` [PATCH blktests v3 1/4] nvme/rc: Parse optional arguments in _nvme_connect_subsys()
` [PATCH blktests v3 2/4] nvme/rc: Add nr queue parser arguments to _nvme_connect_subsys()
` [PATCH blktests v3 3/4] nvme/rc: Add parametric transport required check
` [PATCH blktests v3 4/4] nvme/047: Test different queue types for fabrics transports

[PATCH 0/2] virtio-blk: fix a few problems in ZBD-related code
 2023-03-29  8:20 UTC  (5+ messages)
` [PATCH 1/2] virtio-blk: migrate to the latest patchset version
` [PATCH 2/2] virtio-blk: fix ZBD probe in kernels without ZBD support

[PATCH blktests v2 0/3] Test different queue counts
 2023-03-29  6:25 UTC  (9+ messages)

[PATCH] pktcdvd: simplify the class_pktcdvd logic
 2023-03-29  6:01 UTC 


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