linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-25 15:03:29 to 2025-10-02 08:13:30 UTC [more...]

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-02  8:12 UTC  (12+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 03/47] dept: add single event dependency tracker APIs
` [PATCH v17 04/47] dept: add lock "
` [PATCH v17 05/47] dept: tie to lockdep and IRQ tracing
` [PATCH v17 06/47] dept: add proc knobs to show stats and dependency graph
` [PATCH v17 07/47] dept: distinguish each kernel context from another
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 10/47] dept: distinguish each work from another
` [PATCH v17 11/47] dept: add a mechanism to refill the internal memory pools on running out

[PATCHv8 0/3] block: move sched_tags allocation/de-allocation outside of locking context
 2025-10-01 13:05 UTC  (4+ messages)
` [PATCHv8 2/3] block: fix lockdep warning caused by lock dependency in elv_iosched_store
  ` [6.16.9 / 6.17.0 PANIC REGRESSION] "

[PATCH 5.10 000/122] 5.10.245-rc1 review
 2025-10-01 12:22 UTC  (6+ messages)

[PATCH v4 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-01 11:39 UTC  (24+ messages)
` [PATCH v4 01/10] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v4 02/10] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v4 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v4 04/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v4 05/10] types: move phys_vec definition to common header
` [PATCH v4 06/10] vfio: Export vfio device get and put registration helpers
` [PATCH v4 07/10] vfio/pci: Add dma-buf export config for MMIO regions
` [PATCH v4 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v4 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v4 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[bug-report] NULL pointer dereference in __drbd_change_sync()
 2025-10-01 10:26 UTC 

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-10-01  9:29 UTC  (11+ messages)
` [PATCH v2 18/19] rust: io: "
` [PATCH v2 19/19] rust: regulator: "

[PATCH] block: Fix typo in doc comments
 2025-10-01  9:12 UTC 

[PATCH v12 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-10-01  9:04 UTC  (5+ messages)
` [PATCH v12 1/4] rust: types: Add Ownable/Owned types
` [PATCH v12 2/4] `AlwaysRefCounted` is renamed to `RefCounted`
` [PATCH v12 3/4] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v12 4/4] rust: Add `OwnableRefCounted`

[PATCH blktrace v2 00/22] blktrace: Add user-space support for zoned command tracing
 2025-10-01  7:53 UTC  (28+ messages)
` [PATCH blktrace v2 01/22] blktrace: fix comment for struct blk_trace_setup:
` [PATCH blktrace v2 02/22] blkparse: fix compiler warning
` [PATCH blktrace v2 03/22] blktrace: add definitions for BLKTRACESETUP2
` [PATCH blktrace v2 04/22] blktrace: change size of action to 64 bits
` [PATCH blktrace v2 05/22] blktrace: add definitions for blk_io_trace2
` [PATCH blktrace v2 06/22] blktrace: support protocol version 8
` [PATCH blktrace v2 07/22] blkparse: pass magic to get_magic
` [PATCH blktrace v2 08/22] blkparse: read 'magic' first
` [PATCH blktrace v2 09/22] blkparse: factor out reading of a singe blk_io_trace event
` [PATCH blktrace v2 10/22] blkparse: skip unsupported protocol versions
` [PATCH blktrace v2 11/22] blkparse: make get_pdulen() take the pdu_len
` [PATCH blktrace v2 12/22] blkiomon: read 'magic' first
` [PATCH blktrace v2 13/22] blktrace: pass magic to CHECK_MAGIC macro
` [PATCH blktrace v2 14/22] blktrace: pass magic to verify_trace
` [PATCH blktrace v2 15/22] blktrace: rename trace_to_cpu to bit_trace_to_cpu
` [PATCH blktrace v2 16/22] blkparse: use blk_io_trace2 internally
` [PATCH blktrace v2 17/22] blkparse: natively parse blk_io_trace2
` [PATCH blktrace v2 18/22] blkparse: parse zone (un)plug actions
` [PATCH blktrace v2 19/22] blkparse: add zoned commands to fill_rwbs()
` [PATCH blktrace v2 20/22] blkparse: parse zone management commands
` [PATCH blktrace v2 21/22] blkparse: parse zone append completions
` [PATCH blktrace v2 22/22] blktrace: call BLKTRACESETUP2 ioctl per default to setup a trace

[PATCH v2 00/15] block: add blktrace support for zoned block device commands
 2025-10-01  7:35 UTC  (31+ messages)
` [PATCH v2 01/15] blktrace: only calculate trace length once
` [PATCH v2 02/15] blktrace: factor out recording a blktrace event
` [PATCH v2 03/15] blktrace: split out relaying "
` [PATCH v2 04/15] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH v2 05/15] blktrace: change the internal action to 64bit
` [PATCH v2 06/15] blktrace: split do_blk_trace_setup into two functions
` [PATCH v2 07/15] blktrace: add definitions for blk_user_trace_setup2
` [PATCH v2 08/15] blktrace: pass blk_user_trace2 to setup functions
` [PATCH v2 09/15] blktrace: add definitions for struct blk_io_trace2
` [PATCH v2 10/15] blktrace: differentiate between blk_io_trace versions
` [PATCH v2 11/15] blktrace: add block trace commands for zone operations
` [PATCH v2 12/15] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH v2 13/15] blktrace: trace zone management operations
` [PATCH v2 14/15] blktrace: trace zone write plugging operations
` [PATCH v2 15/15] blktrace: handle BLKTRACESETUP2 ioctl

[PATCH 6.6.y] loop: Avoid updating block size under exclusive owner
 2025-09-30 11:03 UTC  (5+ messages)

[PATCH 6.12 stable] pktcdvd: Handle bio_split() failure
 2025-09-30  7:34 UTC  (2+ messages)

[PATCH 0/7] blk-mq: introduce new queue attribute async_depth
 2025-09-30  7:11 UTC  (8+ messages)
` [PATCH 1/7] block: convert nr_requests to unsigned int
` [PATCH 2/7] blk-mq-sched: unify elevators checking for async requests
` [PATCH 3/7] blk-mq: add a new queue sysfs attribute async_depth
` [PATCH 4/7] kyber: covert to use request_queue->async_depth
` [PATCH 5/7] mq-deadline: "
` [PATCH 6/7] block, bfq: convert "
` [PATCH 7/7] blk-mq: add documentation for new queue attribute async_dpeth

[PATCH blktests] md/004: add unmap write zeroes tests
 2025-09-30  6:32 UTC  (4+ messages)

[GIT PULL] Block changes for 6.18-rc1
 2025-09-30  2:16 UTC  (3+ messages)

[PATCH v3] block: plug attempts to batch allocate tags multiple times
 2025-09-30  1:11 UTC  (2+ messages)

[PATCH v2] loop: fix backing file reference leak on validation error
 2025-09-30  0:35 UTC 

[PATCH blktests] md/rc: use --run option instead of "echo y"
 2025-09-30  0:23 UTC  (3+ messages)

[PATCH] loop: fix backing file reference leak on validation error
 2025-09-30  0:05 UTC  (10+ messages)

[PATCH v5 00/14] fuse: use iomap for buffered reads + readahead
 2025-09-29  9:38 UTC  (16+ messages)
` [PATCH v5 01/14] iomap: move bio read logic into helper function
` [PATCH v5 02/14] iomap: move read/readahead bio submission "
` [PATCH v5 03/14] iomap: store read/readahead bio generically
` [PATCH v5 04/14] iomap: iterate over folio mapping in iomap_readpage_iter()
` [PATCH v5 05/14] iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()
` [PATCH v5 06/14] iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx
` [PATCH v5 07/14] iomap: track pending read bytes more optimally
` [PATCH v5 08/14] iomap: set accurate iter->pos when reading folio ranges
` [PATCH v5 09/14] iomap: add caller-provided callbacks for read and readahead
` [PATCH v5 10/14] iomap: move buffered io bio logic into new file
` [PATCH v5 11/14] iomap: make iomap_read_folio() a void return
` [PATCH v5 12/14] fuse: use iomap for read_folio
` [PATCH v5 13/14] fuse: use iomap for readahead
` [PATCH v5 14/14] fuse: remove fc->blkbits workaround for partial writes

[PATCH V4 0/6] loop: improve loop aio perf by IOCB_NOWAIT
 2025-09-29  9:18 UTC  (11+ messages)
` [PATCH V4 1/6] loop: add helper lo_cmd_nr_bvec()
` [PATCH V4 2/6] loop: add helper lo_rw_aio_prep()
` [PATCH V4 3/6] loop: add lo_submit_rw_aio()
` [PATCH V4 4/6] loop: move command blkcg/memcg initialization into loop_queue_work
` [PATCH V4 5/6] loop: try to handle loop aio command via NOWAIT IO first
` [PATCH V4 6/6] loop: add hint for handling aio via IOCB_NOWAIT
` [syzbot ci] Re: loop: improve loop aio perf by IOCB_NOWAIT

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-29  9:13 UTC  (3+ messages)
` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)

[PATCH 00/10] blk-cgroup: don't use queue_lock for protection and fix deadlock
 2025-09-29  1:02 UTC  (7+ messages)
` [PATCH 01/10] blk-cgroup: use cgroup lock and rcu to protect iterating blkcg blkgs

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_setup (4)
 2025-09-28 20:12 UTC  (2+ messages)

[BUG] Double-free in blk_mq_free_sched_tags() after commit f5a6604f7a44
 2025-09-28 15:09 UTC  (4+ messages)

[PATCH blktests] check: print device names provided to test_device_array()
 2025-09-28  8:15 UTC 

[PATCH v2 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-28  8:15 UTC  (13+ messages)
` [PATCH v2 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation

[PATCH] block: Kconfig: Fix indentation
 2025-09-28  6:28 UTC 

[syzbot] Monthly block report (Sep 2025)
 2025-09-27 20:43 UTC 

[GIT PULL] Block fixes for 6.17 final
 2025-09-26 20:44 UTC  (2+ messages)

[RFC PATCH] dm-crypt: allow unaligned bio_vecs for direct io
 2025-09-26 16:17 UTC  (4+ messages)

[PATCH 0/1] tests/throtl: add a deadlock regression test
 2025-09-26 11:35 UTC  (4+ messages)

[PATCH RESEND] block/mq-deadline: adjust the timeout period of the per_prio->dispatch
 2025-09-26  2:38 UTC 

[PATCH blktests v2 0/9] Further stacked device atomic writes testing
 2025-09-25 23:53 UTC  (8+ messages)
` [PATCH blktests v2 6/9] md/003: add NVMe atomic write tests for stacked devices

[PATCH 0/2] s390/dasd: fix buffer alignment validation
 2025-09-25 16:35 UTC  (4+ messages)
` [PATCH 1/2] s390/dasd: Return BLK_STS_INVAL for EINVAL from do_dasd_request
` [PATCH 2/2] s390/dasd: enforce dma_alignment to ensure proper buffer validation


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