linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-01 05:55:59 to 2025-12-04 10:06:01 UTC [more...]

[PATCH 00/46] Allow inlining C helpers into Rust when using LTO
 2025-12-04 10:05 UTC  (5+ messages)
` [PATCH 06/46] rust: blk: add __rust_helper to helpers
` (subset) [PATCH 00/46] Allow inlining C helpers into Rust when using LTO

[PATCH v5 0/3] Fix bio chain related issues
 2025-12-04  9:40 UTC  (6+ messages)
` [PATCH v5 1/3] bcache: fix improper use of bi_end_io
` [PATCH v5 2/3] block: prohibit calls to bio_chain_endio
` [PATCH v5 3/3] block: prevent race condition on bi_status in __bio_chain_endio

[PATCH v2 00/12] Fix bio chain related issues
 2025-12-04  9:36 UTC  (5+ messages)
` [PATCH v2 06/12] gfs2: Replace the repetitive bio chaining code patterns

[PATCH v3 0/9] Fix bio chain related issues
 2025-12-04  9:00 UTC  (12+ messages)
` [PATCH v3 1/9] md: bcache: fix improper use of bi_end_io
` [PATCH v3 2/9] block: prohibit calls to bio_chain_endio
` [PATCH v3 3/9] block: prevent race condition on bi_status in __bio_chain_endio
` [PATCH v3 4/9] block: export bio_chain_and_submit
` [PATCH v3 8/9] zram: Replace the repetitive bio chaining code patterns

[PATCH blktests] scsi/004: add SCSI_PROC_FS requirement
 2025-12-04  8:14 UTC  (5+ messages)

[PATCH] block: fix comment for op_is_zone_mgmt() to include RESET_ALL
 2025-12-04  7:40 UTC  (3+ messages)

[GIT PULL] Block updates for 6.19-rc1
 2025-12-04  4:00 UTC  (2+ messages)

[PATCH V5 00/21] ublk: add UBLK_F_BATCH_IO
 2025-12-04  3:38 UTC  (25+ messages)
` [PATCH V5 01/21] ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IO
` [PATCH V5 02/21] ublk: prepare for not tracking task context for command batch
` [PATCH V5 03/21] ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V5 04/21] ublk: handle UBLK_U_IO_PREP_IO_CMDS
` [PATCH V5 05/21] ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V5 06/21] ublk: add io events fifo structure
` [PATCH V5 07/21] ublk: add batch I/O dispatch infrastructure
` [PATCH V5 08/21] ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
` [PATCH V5 09/21] ublk: abort requests filled in event kfifo
` [PATCH V5 10/21] ublk: add new feature UBLK_F_BATCH_IO
` [PATCH V5 11/21] ublk: document "
` [PATCH V5 12/21] ublk: implement batch request completion via blk_mq_end_request_batch()
` [PATCH V5 13/21] selftests: ublk: fix user_data truncation for tgt_data >= 256
` [PATCH V5 14/21] selftests: ublk: replace assert() with ublk_assert()
` [PATCH V5 15/21] selftests: ublk: add ublk_io_buf_idx() for returning io buffer index
` [PATCH V5 16/21] selftests: ublk: add batch buffer management infrastructure
` [PATCH V5 17/21] selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDS
` [PATCH V5 18/21] selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V5 19/21] selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDS
` [PATCH V5 20/21] selftests: ublk: add --batch/-b for enabling F_BATCH_IO
` [PATCH V5 21/21] selftests: ublk: support arbitrary threads/queues combination

[PATCH v4 0/3] Fix bio chain related issues
 2025-12-04  1:17 UTC  (15+ messages)
` [PATCH v4 1/3] bcache: fix improper use of bi_end_io
` [PATCH v4 2/3] block: prohibit calls to bio_chain_endio
` [PATCH v4 3/3] block: prevent race condition on bi_status in __bio_chain_endio

[PATCH V3 0/6] block: ignore __blkdev_issue_discard() ret value
 2025-12-03 21:50 UTC  (2+ messages)
` [f2fs-dev] "

[syzbot] [block?] INFO: task hung in read_part_sector (2)
 2025-12-03 21:28 UTC  (2+ messages)

[PATCH v2] blk-mq: Abort suspend when wakeup events are pending
 2025-12-03 14:53 UTC  (2+ messages)

[PATCH V3] blk-mq: add blk_rq_nr_bvec() helper
 2025-12-03 14:53 UTC  (4+ messages)

[PATCH v3 0/4] block: add IOC_PR_READ_KEYS and IOC_PR_READ_RESERVATION ioctls
 2025-12-03 14:53 UTC  (12+ messages)
` [PATCH v3 1/4] scsi: sd: reject invalid pr_read_keys() num_keys values
` [PATCH v3 2/4] nvme: "
` [PATCH v3 3/4] block: add IOC_PR_READ_KEYS ioctl
` [PATCH v3 4/4] block: add IOC_PR_READ_RESERVATION ioctl

[PATCH v3 0/2] block: enable per-cpu bio cache by default
 2025-12-03 14:53 UTC  (3+ messages)

[PATCH] blk-mq: Abort suspend when wakeup events are pending
 2025-12-03  3:38 UTC  (5+ messages)

[PATCH V4 00/27] ublk: add UBLK_F_BATCH_IO
 2025-12-03  2:21 UTC  (36+ messages)
` [PATCH V4 01/27] kfifo: add kfifo_alloc_node() helper for NUMA awareness
` [PATCH V4 11/27] ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
` [PATCH V4 13/27] ublk: add batch I/O dispatch infrastructure
` [PATCH V4 14/27] ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
` [PATCH V4 15/27] ublk: abort requests filled in event kfifo
` [PATCH V4 16/27] ublk: add new feature UBLK_F_BATCH_IO
` [PATCH V4 17/27] ublk: document "
` [PATCH V4 18/27] ublk: implement batch request completion via blk_mq_end_request_batch()

Maintainers / Kernel Summit 2021 planning kick-off
 2025-12-03  1:15 UTC 

[PATCH 0/2] PM: runtime: Fix potential I/O hang
 2025-12-02 14:58 UTC  (32+ messages)
` [PATCH 1/2] PM: runtime: Fix I/O hang due to race between resume and runtime disable
                  ` [PATCH v1] PM: sleep: Do not flag runtime PM workqueue as freezable

[syzbot] [udf?] WARNING in __getblk_slow
 2025-12-02 10:34 UTC 

[PATCHv2 0/2] blktests: add tests with offsets
 2025-12-02 10:22 UTC  (5+ messages)
` [PATCHv2 1/2] blktests: test direct io offsets

[PATCH] loop: don't change loop device under exclusive opener in loop_set_status
 2025-12-02 10:07 UTC  (5+ messages)

[PATCH v2 0/4] block: add IOC_PR_READ_KEYS and IOC_PR_READ_RESERVATION ioctls
 2025-12-02  5:55 UTC  (16+ messages)
` [PATCH v2 1/4] scsi: sd: reject invalid pr_read_keys() num_keys values
` [PATCH v2 2/4] nvme: "
` [PATCH v2 3/4] block: add IOC_PR_READ_KEYS ioctl
` [PATCH v2 4/4] block: add IOC_PR_READ_RESERVATION ioctl

[PATCH V2] blk-mq: add blk_rq_nr_bvec() helper
 2025-12-02  0:50 UTC  (3+ messages)

[PATCH] ublk: allow non-blocking ctrl cmds in IO_URING_F_NONBLOCK issue
 2025-12-01 21:41 UTC 

[PATCHv3 0/2] dm-crypt: support relaxed memory alignment
 2025-12-01 21:40 UTC  (3+ messages)
` [PATCHv3 1/2] dm-crypt: allow unaligned bio_vecs for direct io
` [PATCHv3 2/2] dm-crypt: dynamic scatterlist for many segments

[PATCH 0/4] block: add IOC_PR_READ_KEYS and IOC_PR_READ_RESERVATION ioctls
 2025-12-01 18:36 UTC  (9+ messages)
` [PATCH 3/4] block: add IOC_PR_READ_KEYS ioctl

[PATCH 0/2] zram: introduce compressed data writeback
 2025-12-01 18:00 UTC  (10+ messages)
` [PATCH 1/2] "

[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-12-01 17:09 UTC  (9+ messages)
` [PATCH v13 1/4] rust: types: Add Ownable/Owned types
` [PATCH v13 2/4] rust: `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`

[PATCH] blk-mq: use queue_hctx in blk_mq_map_queue_type
 2025-12-01 15:35 UTC  (4+ messages)

[PATCH v4 00/12] blk-mq: fix possible deadlocks
 2025-12-01 15:11 UTC  (15+ messages)
` [PATCH v4 01/12] blk-wbt: factor out a helper wbt_set_lat()
` [PATCH v4 02/12] blk-wbt: fix possible deadlock to nest pcpu_alloc_mutex under q_usage_counter
` [PATCH v4 03/12] blk-mq-debugfs: factor out a helper to register debugfs for all rq_qos
` [PATCH v4 04/12] blk-rq-qos: fix possible debugfs_mutex deadlock
` [PATCH v4 05/12] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static
` [PATCH v4 06/12] blk-mq-debugfs: warn about possible deadlock
` [PATCH v4 07/12] block/blk-rq-qos: add a new helper rq_qos_add_frozen()
` [PATCH v4 08/12] blk-wbt: fix incorrect lock order for rq_qos_mutex and freeze queue
` [PATCH v4 09/12] blk-iocost: "
` [PATCH v4 10/12] blk-iolatency: "
` [PATCH v4 11/12] blk-throttle: remove useless queue frozen
` [PATCH v4 12/12] block/blk-rq-qos: cleanup rq_qos_add()

[PATCH] block/rnbd: correct all kernel-doc complaints
 2025-12-01 14:21 UTC  (3+ messages)

[PATCH v3 0/2] blk-mq: use array manage hctx map instead of xarray
 2025-12-01 12:26 UTC  (4+ messages)
` [PATCH v3 2/2] blk-mq: fix potential uaf for 'queue_hw_ctx'

[PATCHv2 0/7] zram: introduce compressed data writeback
 2025-12-01  9:47 UTC  (8+ messages)
` [PATCHv2 1/7] "
` [PATCHv2 2/7] zram: introduce writeback_compressed device attribute
` [PATCHv2 3/7] zram: document writeback_batch_size
` [PATCHv2 4/7] zram: move bd_stat to writeback section
` [PATCHv2 5/7] zram: rename zram_free_page()
` [PATCHv2 6/7] zram: switch to guard() for init_lock
` [PATCHv2 7/7] zram: consolidate device-attr declarations

[syzbot ci] Re: blk-mq: fix possible deadlocks
 2025-12-01  8:41 UTC  (6+ messages)

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-12-01  7:18 UTC  (5+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage


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