linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-01 16:33:16 to 2025-12-05 07:20:52 UTC [more...]

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-05  7:18 UTC  (29+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller

[PATCH v5 0/3] Fix bio chain related issues
 2025-12-05  7:13 UTC  (8+ 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 blktests v2] scsi/004: Remove reliance on deprecated /proc/scsi/scsi_debug
 2025-12-05  7:07 UTC  (3+ messages)

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

[PATCH 0/1] Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lock
 2025-12-05  2:52 UTC  (14+ messages)
` [PATCH 1/1] block: "

[RFC v2 00/11] Add dmabuf read/write via io_uring
 2025-12-04 19:07 UTC  (21+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
` [RFC v2 02/11] iov_iter: introduce iter type for pre-registered dma
` [RFC v2 03/11] block: move around bio flagging helpers
` [RFC v2 04/11] block: introduce dma token backed bio type
` [RFC v2 05/11] block: add infra to handle dmabuf tokens
` [RFC v2 06/11] nvme-pci: add support for dmabuf reggistration
` [RFC v2 07/11] nvme-pci: implement dma_token backed requests

[PATCH] block: fix memory leak in __blkdev_issue_zero_pages
 2025-12-04 18:20 UTC  (2+ messages)

[syzbot] [block?] [udf?] memory leak in __blkdev_issue_zero_pages
 2025-12-04 17:55 UTC  (4+ messages)

[PATCH] block: fix comment for op_is_zone_mgmt() to include RESET_ALL
 2025-12-04 14:25 UTC  (4+ messages)

[PATCH] block: Clear BLK_ZONE_WPLUG_PLUGGED when aborting plugged BIOs
 2025-12-04 14:25 UTC  (4+ messages)

[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 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  (3+ messages)
` [PATCH v3 8/9] zram: Replace the repetitive bio chaining code patterns

[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  (14+ messages)
` [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  (32+ messages)
` [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  (8+ messages)
` [PATCH v2 2/4] nvme: reject invalid pr_read_keys() num_keys values
` [PATCH v2 3/4] block: add IOC_PR_READ_KEYS 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  (7+ 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  (7+ messages)
` [PATCH 1/2] "

[PATCH v13 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-12-01 17:09 UTC  (5+ messages)
` [PATCH v13 4/4] rust: Add `OwnableRefCounted`


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