linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-23 17:27:40 to 2023-03-28 06:32:28 UTC [more...]

[PATCH V4 00/17] io_uring/ublk: add IORING_OP_FUSED_CMD
 2023-03-28  6:32 UTC  (28+ messages)
  ` [PATCH V4 01/17] io_uring: increase io_kiocb->flags into 64bit
  ` [PATCH V4 02/17] io_uring: add IORING_OP_FUSED_CMD
  ` [PATCH V4 03/17] io_uring: support normal SQE for fused command
  ` [PATCH V4 04/17] io_uring: support OP_READ/OP_WRITE for fused slave request
  ` [PATCH V4 05/17] io_uring: support OP_SEND_ZC/OP_RECV "
  ` [PATCH V4 06/17] block: ublk_drv: mark device as LIVE before adding disk
  ` [PATCH V4 07/17] block: ublk_drv: add common exit handling
  ` [PATCH V4 08/17] block: ublk_drv: don't consider flush request in map/unmap io
  ` [PATCH V4 09/17] block: ublk_drv: add two helpers to clean up map/unmap request
  ` [PATCH V4 10/17] block: ublk_drv: clean up several helpers
  ` [PATCH V4 11/17] block: ublk_drv: cleanup 'struct ublk_map_data'
  ` [PATCH V4 12/17] block: ublk_drv: cleanup ublk_copy_user_pages
  ` [PATCH V4 13/17] block: ublk_drv: grab request reference when the request is handled by userspace
  ` [PATCH V4 14/17] block: ublk_drv: support to copy any part of request pages
  ` [PATCH V4 15/17] block: ublk_drv: add read()/write() support for ublk char device
  ` [PATCH V4 16/17] block: ublk_drv: don't check buffer in case of zero copy
  ` [PATCH V4 17/17] block: ublk_drv: apply io_uring FUSED_CMD for supporting "

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

[regression][bisected] blktests scsi/004 failed
 2023-03-28  2:53 UTC 

[PATCH 0/2] virtio-blk: fix a few problems in ZBD-related code
 2023-03-28  2:29 UTC  (3+ 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

move bio cgroup punting into btrfs
 2023-03-28  1:15 UTC  (12+ messages)
` [PATCH 1/7] btrfs: move kthread_associate_blkcg out of btrfs_submit_compressed_write
` [PATCH 2/7] btrfs: don't free the async_extent in submit_uncompressed_range
` [PATCH 3/7] btrfs: also use kthread_associate_blkcg for uncompressible ranges
` [PATCH 4/7] btrfs, mm: remove the punt_to_cgroup field in struct writeback_control
` [PATCH 5/7] btrfs, block: move REQ_CGROUP_PUNT to btrfs
` [PATCH 6/7] block: async_bio_lock does not need to be bh-safe
` [PATCH 7/7] block: make blkcg_punt_bio_submit optional

[PATCH V3 00/16] io_uring/ublk: add IORING_OP_FUSED_CMD
 2023-03-28  1:01 UTC  (8+ messages)

[PATCH 1/2] blk-mq: export request polling helpers
 2023-03-28  0:48 UTC  (9+ messages)
` [PATCH 2/2] nvme: use blk-mq polling for uring commands

[PATCH 0/2] Submit split bios in LBA order
 2023-03-27 23:43 UTC  (27+ messages)
` [PATCH 2/2] block: Split and submit "

[RFC PATCH 0/7] Make rstat flushing IRQ and sleep friendly
 2023-03-27 23:23 UTC  (35+ messages)
` [RFC PATCH 1/7] cgroup: rstat: only disable interrupts for the percpu lock
` [RFC PATCH 4/7] memcg: sleep during flushing stats in safe contexts

[PATCH] block: annotate bdev_disk_changed() deprecation with a symbol namespace
 2023-03-27 23:20 UTC  (5+ messages)

[PATCH 0/2] block: remove unnecessary helpers
 2023-03-27 22:43 UTC  (7+ messages)
` [PATCH 1/2] block: open code __blk_account_io_start()
` [PATCH 2/2] block: open code __blk_account_io_done()

[PATCH 0/2] block: null_blk: make fault-injection configurable via configfs
 2023-03-27 22:18 UTC  (5+ messages)
` [PATCH 1/2] fault-inject: allow configuration "
` [PATCH 2/2] block: null_blk: make fault-injection dynamically configurable per device

[PATCH 0/2] bio iter improvements
 2023-03-27 22:14 UTC  (4+ messages)
` [PATCH 1/2] block: Rework bio_for_each_segment_all()
` [PATCH 2/2] block: Rework bio_for_each_folio_all()

[dm-6.4 PATCH v3 00/20] dm bufio, thin: improve concurrent IO performance
 2023-03-27 20:11 UTC  (21+ messages)
` [dm-6.4 PATCH v3 01/20] dm bufio: remove unused dm_bufio_release_move interface
` [dm-6.4 PATCH v3 02/20] dm bufio: use WARN_ON in dm_bufio_client_destroy and dm_bufio_exit
` [dm-6.4 PATCH v3 03/20] dm bufio: never crash if dm_bufio_in_request()
` [dm-6.4 PATCH v3 04/20] dm bufio: don't bug for clear developer oversight
` [dm-6.4 PATCH v3 05/20] dm bufio: add LRU abstraction
` [dm-6.4 PATCH v3 06/20] dm bufio: add dm_buffer_cache abstraction
` [dm-6.4 PATCH v3 07/20] dm bufio: improve concurrent IO performance
` [dm-6.4 PATCH v3 08/20] dm bufio: add lock_history optimization for cache iterators
` [dm-6.4 PATCH v3 09/20] dm bufio: move dm_bufio_client members to avoid spanning cachelines
` [dm-6.4 PATCH v3 10/20] dm bufio: use waitqueue_active in __free_buffer_wake
` [dm-6.4 PATCH v3 11/20] dm bufio: use multi-page bio vector
` [dm-6.4 PATCH v3 12/20] dm thin: speed up cell_defer_no_holder()
` [dm-6.4 PATCH v3 13/20] dm: split discards further if target sets max_discard_granularity
` [dm-6.4 PATCH v3 14/20] dm bio prison v1: improve concurrent IO performance
` [dm-6.4 PATCH v3 15/20] dm bio prison v1: add dm_cell_key_has_valid_range
` [dm-6.4 PATCH v3 16/20] dm: add dm_num_sharded_locks()
` [dm-6.4 PATCH v3 17/20] dm bufio: prepare to intelligently size dm_buffer_cache's buffer_trees
` [dm-6.4 PATCH v3 18/20] dm bufio: "
` [dm-6.4 PATCH v3 19/20] dm bio prison v1: prepare to intelligently size dm_bio_prison's prison_regions
` [dm-6.4 PATCH v3 20/20] dm bio prison v1: "

[PATCH v2 01/14] drbd: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
 2023-03-27 19:26 UTC  (3+ messages)

[PATCH blktests v2 0/3] Test different queue counts
 2023-03-27 15:41 UTC  (3+ messages)

[PATCH resent] drbd: Fix exception handling in nla_put_drbd_cfg_context()
 2023-03-27 12:28 UTC 

[PATCH] blk-mq-rdma: remove queue mapping helper for rdma devices
 2023-03-27  0:56 UTC  (11+ messages)

[PATCH] loop: LOOP_CONFIGURE: send uevents for partitions
 2023-03-26 23:09 UTC  (2+ messages)

[PATCH 00/32] pata_parport-bpck6: rework bpck6 protocol driver
 2023-03-26  9:08 UTC  (5+ messages)

[bug report] kernel panic at _find_next_zero_bit in io_uring testing
 2023-03-25 13:51 UTC  (3+ messages)

[dm-6.4 PATCH v2 0/9] dm bufio, thin: improve concurrent IO performance
 2023-03-25  4:21 UTC  (14+ messages)
` [dm-6.4 PATCH v2 1/9] dm bufio: remove unused dm_bufio_release_move interface
` [dm-6.4 PATCH v2 2/9] dm bufio: move dm_buffer struct
` [dm-6.4 PATCH v2 3/9] dm bufio: improve concurrent IO performance
` [dm-6.4 PATCH v2 4/9] dm bufio: move dm_bufio_client members to avoid spanning cachelines
` [dm-6.4 PATCH v2 5/9] dm bufio: use waitqueue_active in __free_buffer_wake
` [dm-6.4 PATCH v2 6/9] dm bufio: use multi-page bio vector
` [dm-6.4 PATCH v2 7/9] dm thin: speed up cell_defer_no_holder()
` [dm-6.4 PATCH v2 8/9] dm: split discards further if target sets max_discard_granularity
` [dm-6.4 PATCH v2 9/9] dm bio prison v1: improve concurrent IO performance

[git pull] device mapper fixes for 6.3-rc4
 2023-03-24 21:23 UTC  (2+ messages)

[GIT PULL] Block fixes for 6.3-rc4
 2023-03-24 21:21 UTC  (2+ messages)

[PATCH v5 00/18] Use block pr_ops in LIO
 2023-03-24 19:46 UTC  (24+ messages)
` [PATCH v5 01/18] block: Add PR callouts for read keys and reservation
` [PATCH v5 02/18] block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICT
` [PATCH v5 03/18] scsi: Rename sd_pr_command
` [PATCH v5 04/18] scsi: Move sd_pr_type to header to share
` [PATCH v5 05/18] scsi: Add support for block PR read keys/reservation
` [PATCH v5 06/18] dm: "
` [PATCH v5 07/18] nvme: Fix reservation status related structs
` [PATCH v5 08/18] nvme: Don't hardcode the data len for pr commands
` [PATCH v5 09/18] nvme: Move pr code to it's own file
` [PATCH v5 10/18] nvme: Add helper to send pr command
` [PATCH v5 11/18] nvme: Add pr_ops read_keys support
` [PATCH v5 12/18] nvme: Add a nvme_pr_type enum
` [PATCH v5 13/18] nvme: Add pr_ops read_reservation support
` [PATCH v5 14/18] scsi: target: Rename sbc_ops to exec_cmd_ops
` [PATCH v5 15/18] scsi: target: Allow backends to hook into PR handling
` [PATCH v5 16/18] scsi: target: Pass struct target_opcode_descriptor to enabled
` [PATCH v5 17/18] scsi: target: Report and detect unsupported PR commands
` [PATCH v5 18/18] scsi: target: Add block PR support to iblock

[PATCH RESEND v3] nbd_genl_status: null check for nla_nest_start
 2023-03-24 10:16 UTC  (3+ messages)

[PATCH] zram: Replace bit spinlocks with spinlock_t for PREEMPT_RT
 2023-03-24  4:32 UTC  (3+ messages)

[PATCH -next 0/2] block: fix scan partition for exclusively open device again
 2023-03-23 23:59 UTC  (3+ messages)
` [PATCH] block: don't set GD_NEED_PART_SCAN if scan partition failed

[GIT PULL] nvme fixes for Linux 6.3
 2023-03-23 19:02 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).