messages from 2025-12-02 02:03:37 to 2025-12-06 01:52:59 UTC [more...]
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2025-12-06 0:25 UTC (45+ 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 v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
[PATCH v4 0/1] block: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lock
2025-12-05 21:17 UTC (2+ messages)
` [PATCH v4 1/1] "
[PATCH 0/2] PM: runtime: Fix potential I/O hang
2025-12-05 19:10 UTC (25+ 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
` [PATCH v2] "
[PATCH 0/1] Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lock
2025-12-05 18:11 UTC (16+ messages)
` [PATCH 1/1] block: "
[syzbot] Monthly nbd report (Dec 2025)
2025-12-05 13:52 UTC
[PATCH 0/6] Misc patches for RNBD
2025-12-05 12:47 UTC (7+ messages)
` [PATCH 1/6] block/rnbd-proto: Handle PREFLUSH flag properly for IOs
` [PATCH 2/6] block: rnbd: add .release to rnbd_dev_ktype
` [PATCH 3/6] block/rnbd-proto: Check and retain the NOUNMAP flag for requests
` [PATCH 4/6] rnbd-srv: fix the trace format for flags
` [PATCH 5/6] rnbd-srv: Fix server side setting of bi_size for special IOs
` [PATCH 6/6] rnbd-srv: Zero the rsp buffer before using it
[PATCH v2 00/12] Fix bio chain related issues
2025-12-05 8:55 UTC (7+ messages)
` [PATCH v2 06/12] gfs2: Replace the repetitive bio chaining code patterns
[syzbot] [block?] [udf?] memory leak in __blkdev_issue_zero_pages
2025-12-05 8:15 UTC (5+ messages)
[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)
[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)
[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 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 (11+ 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 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 (17+ messages)
` [PATCH V4 14/27] ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
` [PATCH V4 16/27] ublk: add new feature UBLK_F_BATCH_IO
` [PATCH V4 17/27] ublk: document "
Maintainers / Kernel Summit 2021 planning kick-off
2025-12-03 1:15 UTC
[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 (5+ messages)
` [PATCH v2 2/4] nvme: reject invalid pr_read_keys() num_keys values
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).