linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-22 03:31:37 to 2025-09-25 15:57:24 UTC [more...]

[PATCH 00/10] blk-cgroup: don't use queue_lock for protection and fix deadlock
 2025-09-25 15:57 UTC  (12+ messages)
` [PATCH 01/10] blk-cgroup: use cgroup lock and rcu to protect iterating blkcg blkgs
` [PATCH 02/10] blk-cgroup: don't nest queue_lock under rcu in blkg_lookup_create()
` [PATCH 03/10] blk-cgroup: don't nest queu_lock under rcu in bio_associate_blkg()
` [PATCH 04/10] blk-cgroup: don't nest queue_lock under blkcg->lock in blkcg_destroy_blkgs()
` [PATCH 05/10] mm/page_io: don't nest queue_lock under rcu in bio_associate_blkg_from_page()
` [PATCH 06/10] block, bfq: don't grab queue_lock to initialize bfq
` [PATCH 07/10] blk-cgroup: convert to protect blkgs with blkcg_mutex
` [PATCH 08/10] blk-cgroup: remove radix_tree_preload()
` [PATCH 09/10] blk-cgroup: remove preallocate blkg for blkg_create()
` [PATCH 10/10] blk-throttle: fix possible deadlock due to queue_lock in timer

[PATCH 0/2] s390/dasd: fix buffer alignment validation
 2025-09-25 15:47 UTC  (3+ 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

[PATCH blktrace v2 00/22] blktrace: Add user-space support for zoned command tracing
 2025-09-25 15:04 UTC  (23+ 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-09-25 15:02 UTC  (16+ 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 blktests v2 0/9] Further stacked device atomic writes testing
 2025-09-25 15:02 UTC  (17+ messages)
` [PATCH blktests v2 1/9] common/rc: add _min()
` [PATCH blktests v2 2/9] nvme: relocate _nvme_requires and _require_nvme_test_img_size
` [PATCH blktests v2 3/9] nvme: relocate _require_test_dev_is_nvme
` [PATCH blktests v2 4/9] md/rc: add _md_atomics_test
` [PATCH blktests v2 5/9] md/002: convert to use _md_atomics_test
` [PATCH blktests v2 6/9] md/003: add NVMe atomic write tests for stacked devices
` [PATCH blktests v2 7/9] md/rc: test atomic writes for dm-linear
` [PATCH blktests v2 8/9] md/rc: test atomic writes for dm-stripe
` [PATCH blktests v2 9/9] md/rc: test atomic writes for dm-mirror

[PATCH blktests 0/5] support testing with multiple devices
 2025-09-25 14:05 UTC  (5+ messages)
` [PATCH blktests 2/5] check, new: introduce test_device_array()

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-09-25 14:01 UTC  (21+ messages)
` [PATCH v2 01/19] drivers: net: "
` [PATCH v2 02/19] gpu: nova-core: "
` [PATCH v2 03/19] rust: auxiliary: "
` [PATCH v2 04/19] rust: clk: "
` [PATCH v2 05/19] rust: configfs: "
` [PATCH v2 06/19] rust: cpufreq: "
` [PATCH v2 07/19] rust: device: "
` [PATCH v2 08/19] rust: firmware: "
` [PATCH v2 09/19] rust: kunit: "
` [PATCH v2 10/19] rust: macros: "
` [PATCH v2 11/19] rust: miscdevice: "
` [PATCH v2 12/19] rust: net: "
` [PATCH v2 13/19] rust: pci: "
` [PATCH v2 14/19] rust: platform: "
` [PATCH v2 15/19] rust: seq_file: "
` [PATCH v2 16/19] rust: str: "
` [PATCH v2 17/19] rust: sync: "
` [PATCH v2 18/19] rust: io: "
` [PATCH v2 19/19] rust: regulator: "

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

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

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

[RFC PATCH] driver: loop: introduce synchronized read for loop driver
 2025-09-25  1:14 UTC  (7+ messages)

[PATCH v3 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-24 22:56 UTC  (9+ messages)
` [PATCH v3 04/15] iomap: iterate over entire folio in iomap_readpage_iter()
` [PATCH v3 10/15] iomap: add bias for async read requests

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-24 19:20 UTC  (4+ messages)

[PATCH v4 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-24 18:23 UTC  (23+ messages)
` [PATCH v4 01/15] iomap: move bio read logic into helper function
` [PATCH v4 02/15] iomap: move read/readahead bio submission "
` [PATCH v4 03/15] iomap: store read/readahead bio generically
` [PATCH v4 04/15] iomap: iterate over folio mapping in iomap_readpage_iter()
` [PATCH v4 05/15] iomap: rename iomap_readpage_iter() to iomap_read_folio_iter()
` [PATCH v4 06/15] iomap: rename iomap_readpage_ctx struct to iomap_read_folio_ctx
` [PATCH v4 07/15] iomap: track read/readahead folio ownership internally
` [PATCH v4 08/15] iomap: add public start/finish folio read helpers
` [PATCH v4 09/15] iomap: add caller-provided callbacks for read and readahead
` [PATCH v4 10/15] iomap: add bias for async read requests
` [PATCH v4 11/15] iomap: move buffered io bio logic into new file
` [PATCH v4 12/15] iomap: make iomap_read_folio() a void return
` [PATCH v4 13/15] fuse: use iomap for read_folio
` [PATCH v4 14/15] fuse: use iomap for readahead
` [PATCH v4 15/15] fuse: remove fc->blkbits workaround for partial writes

[PATCH v2] block: plug attempts to batch allocate tags multiple times
 2025-09-24 11:44 UTC  (4+ messages)
  ` [PATCH] "

[PATCH] ublk: remove redundant zone op check in ublk_setup_iod()
 2025-09-24 11:48 UTC  (3+ messages)

[PATCH for-6.18/block 0/2] blk-cgroup: fix possible deadlock
 2025-09-24 11:48 UTC  (8+ messages)
` [PATCH for-6.18/block 1/2] blk-cgroup: allocate policy data with GFP_NOIO in blkcg_activate_policy()
` [PATCH for-6.18/block 2/2] blk-cgroup: fix possible deadlock while configuring policy
` (subset) [PATCH for-6.18/block 0/2] blk-cgroup: fix possible deadlock

[blktests v2 0/2] io_uring PI interface test
 2025-09-24  8:34 UTC  (4+ messages)
    ` [blktests v2 1/2] common/nvme: move NVMe helper checks out of tests/nvme/rc

[bug report] WARNING: possible circular locking dependency detected at pcpu_alloc_noprof+0x128/0xeb8 and elevator_change+0x138/0x440
 2025-09-24  3:13 UTC  (3+ messages)

[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-09-24  1:08 UTC  (4+ messages)
` [PATCH v3 9/9] rust: device: "

[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-23 22:35 UTC  (10+ messages)

[PATCH] blk-mq: Fix more tag iteration function documentation
 2025-09-23 18:27 UTC  (5+ messages)

[PATCH] block: Update a comment of disk statistics
 2025-09-23 11:21 UTC 

[PATCH] MAINTAINERS: update io_uring and block tree git trees
 2025-09-23 11:20 UTC 

[PATCH 0/1] tests/throtl: add a deadlock regression test
 2025-09-23  9:15 UTC  (3+ messages)

[PATCH] blk-mq: fix null-ptr-deref in blk_mq_free_tags() from error path
 2025-09-23  8:57 UTC  (3+ messages)

[syzbot] [block?] general protection fault in blk_mq_free_tags_callback
 2025-09-23  6:35 UTC  (3+ messages)

[PATCH] io_uring/cmd: drop unused res2 param from io_uring_cmd_done()
 2025-09-23  6:16 UTC  (2+ messages)

[PATCH] block: fix EOD return for device with nr_sectors == 0
 2025-09-22 16:57 UTC  (4+ messages)

[blk-mq] Kernel OOPS after usb drive surprise remove (bisected)
 2025-09-22 10:21 UTC  (4+ 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).