linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-29 17:08:43 to 2023-03-31 11:19:58 UTC [more...]

[PATCH 0/5] remove page_endio()
 2023-03-31 11:19 UTC  (13+ 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 v2 0/9] memcg: make rstat flushing irq and sleep
 2023-03-31 11:02 UTC  (31+ messages)
` [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 0/3] nvme fabrics polling fixes
 2023-03-31  7:57 UTC  (3+ messages)
` [PATCH 3/3] blk-mq: directly poll requests

[PATCH blktests v3 0/4] Test different queue types
 2023-03-31  4:59 UTC  (10+ 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 V2 0/9] null_blk: add modparam checks
 2023-03-31  4:52 UTC  (15+ messages)
` [PATCH V2 1/9] null_blk: adjust null_param_store_val()
` [PATCH V2 2/9] null_blk: check for valid submit_queue value
` [PATCH V2 3/9] null_blk: check for valid poll_queue value
` [PATCH V2 4/9] null_blk: check for valid gb value
` [PATCH V2 5/9] null_blk: check for valid block size value
` [PATCH V2 6/9] null_blk: check for valid max_sectors value
` [PATCH V2 7/9] null_blk: check for valid queue depth value
` [PATCH V2 8/9] null_blk: avoid use global modparam g_queue_mode
` [PATCH V2 9/9] null_blk: avoid use global modparam g_irq_mode

[PATCH blktests 0/2] nvme uring-passthrough test
 2023-03-31  3:44 UTC  (3+ messages)
    ` [PATCH blktests 1/2] common,fio: helper for version check
    ` [PATCH blktests 2/2] nvme/047: add test for uring-passthrough

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

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

[PATCH 0/2] bio iter improvements
 2023-03-31  1:10 UTC  (8+ messages)
` [PATCH 1/2] block: Rework bio_for_each_segment_all()

[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2023-03-31  0:30 UTC  (14+ messages)
` [PATCH v2 2/7] dm: Add support for block provisioning
` [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION

[PATCH 0/4] null_blk: usr memcpy_[to|from]_page()
 2023-03-30 23:00 UTC  (8+ 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 0/9] null_blk: add modparam checks
 2023-03-30 22:58 UTC  (14+ 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

[GIT PULL] nvme fixes for Linux 6.3
 2023-03-30 22:39 UTC  (2+ messages)

[PATCH 00/19] bio: check return values of bio_add_page
 2023-03-30 22:29 UTC  (44+ 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 v2 0/2] virtio-blk: fix a few problems in ZBD-related code
 2023-03-30 21:49 UTC  (3+ messages)
` [PATCH v2 1/2] virtio-blk: migrate to the latest patchset version
` [PATCH v2 2/2] virtio-blk: fix ZBD probe in kernels without ZBD support

[git pull] device mapper fixes for 6.3-rc5
 2023-03-30 21:11 UTC  (2+ messages)
` [dm-devel] "

[PATCH] loop: LOOP_CONFIGURE: send uevents for partitions
 2023-03-30 19:50 UTC  (4+ messages)
` [PATCH blktests] loop/009: add test for loop partition uvents
    ` LKP kernel test robot and blktests patches

[PATCH v2 00/19] bio: check return values of bio_add_page
 2023-03-30 19:25 UTC  (24+ 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 v3 0/8] memcg: avoid flushing stats atomically where possible
 2023-03-30 19:30 UTC  (10+ messages)
` [PATCH v3 1/8] cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
` [PATCH v3 2/8] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v3 3/8] memcg: do not flush stats in irq context
` [PATCH v3 4/8] memcg: replace stats_flush_lock with an atomic
` [PATCH v3 5/8] memcg: sleep during flushing stats in safe contexts
` [PATCH v3 6/8] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v3 7/8] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v3 8/8] memcg: do not modify rstat tree for zero updates

[PATCH V2 0/2] null_blk: usr memcpy_[to|from]_page()
 2023-03-30 18:49 UTC  (3+ messages)
` [PATCH V2 1/2] null_blk: use non-deprecated lib functions
` [PATCH V2 2/2] null_blk: use kmap_local_page() and kunmap_local()

[PATCH v8 0/9] Implement copy offload support
 2023-03-30 15:21 UTC  (6+ messages)
  ` [PATCH v8 4/9] fs, block: copy_file_range for def_blk_ops for direct block device

[RFC PATCH 0/4] block: uImage.FIT filesystem image mapper
 2023-03-30 14:43 UTC  (6+ messages)
` [RFC PATCH 1/4] init: move block device helpers from init/do_mounts.c

[PATCH] blk-mq: rename blk_complete_request to blk_end_request
 2023-03-30 12:54 UTC 

[PATCH V6 00/17] io_uring/ublk: add generic IORING_OP_FUSED_CMD
 2023-03-30 11:36 UTC  (18+ 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 07/17] block: ublk_drv: add common exit handling
` [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 15/17] block: ublk_drv: add read()/write() support for ublk char device
` [PATCH V6 16/17] block: ublk_drv: don't check buffer in case of zero copy
` [PATCH V6 17/17] block: ublk_drv: apply io_uring FUSED_CMD for supporting "

[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

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

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

[PATCH v8 6/9] nvmet: add copy command support for bdev and file ns
 2023-03-29 18:36 UTC  (2+ 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 NNTP newsgroup(s).