linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-27 15:09:30 to 2025-07-02 16:34:11 UTC [more...]

[PATCH v7 00/10] blk: honor isolcpus configuration
 2025-07-02 16:33 UTC  (4+ messages)
` [PATCH v7 01/10] lib/group_cpus: Add group_masks_cpus_evenly()
` [PATCH v7 02/10] genirq/affinity: Add cpumask to struct irq_affinity
` [PATCH v7 03/10] blk-mq: add blk_mq_{online|possible}_queue_affinity

[PATCH] bcache: Use a folio
 2025-07-02 16:19 UTC  (3+ messages)

[PATCH v3 00/16] fuse: use iomap for buffered writes + writeback
 2025-07-02 15:59 UTC  (5+ messages)
` [PATCH v3 01/16] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH v3 02/16] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks

[PATCH v19 00/11] Improve write performance for zoned UFS devices
 2025-07-02 15:57 UTC  (14+ messages)
` [PATCH v19 01/11] block: Support block drivers that preserve the order of write requests
` [PATCH v19 02/11] block: Support allocating from a specific software queue
` [PATCH v19 03/11] blk-mq: Restore the zone write order when requeuing
` [PATCH v19 04/11] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v19 05/11] blk-zoned: Support pipelining of zoned writes
` [PATCH v19 06/11] null_blk: Add the preserves_write_order attribute
` [PATCH v19 07/11] scsi: core: Retry unaligned zoned writes
` [PATCH v19 08/11] scsi: sd: Increase retry count for "
` [PATCH v19 09/11] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v19 10/11] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v19 11/11] scsi: ufs: Inform the block layer about write ordering

[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-07-02 14:51 UTC  (9+ messages)
` [PATCH v3 3/4] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v3 4/4] ext4: support uncached buffered I/O

[PATCHv7 0/3] block: move sched_tags allocation/de-allocation outside of locking context
 2025-07-02 14:41 UTC  (9+ messages)
` [PATCHv7 1/3] block: move elevator queue allocation logic into blk_mq_init_sched
` [PATCHv7 2/3] block: fix lockdep warning caused by lock dependency in elv_iosched_store
` [PATCHv7 3/3] block: fix potential deadlock while running nr_hw_queue update

[syzbot] Monthly nbd report (Jul 2025)
 2025-07-02 13:32 UTC 

[bug report] nvme4: inconsistent AWUPF, controller not added (0/7)
 2025-07-02 11:13 UTC 

[PATCH blktests v2] block: add block/040 for test updating nr_hw_queues vs switching elevator
 2025-07-02 10:43 UTC  (2+ messages)

[PATCH v2 0/5] block/md/dm: set chunk_sectors from stacked dev stripe size
 2025-07-02  9:33 UTC  (7+ messages)
` [PATCH v2 2/5] md/raid0: set chunk_sectors limit
` [PATCH v2 3/5] md/raid10: "

[PATCH] nbd: fix false lockdep deadlock warning
 2025-07-02  7:30 UTC  (8+ messages)

Weird delay introduced in v6.16-rc only, possible regression
 2025-07-02  4:14 UTC  (6+ messages)

[PATCH 00/16] ublk: cleanup for supporting batch IO command
 2025-07-02  4:03 UTC  (17+ messages)
` [PATCH 01/16] ublk: move fake timeout logic into __ublk_complete_rq()
` [PATCH 02/16] ublk: look up ublk task via its pid in timeout handler
` [PATCH 03/16] ublk: let ublk_fill_io_cmd() cover more things
` [PATCH 04/16] ublk: avoid to pass `struct ublksrv_io_cmd *` to ublk_commit_and_fetch()
` [PATCH 05/16] ublk: move auto buffer register handling into one dedicated helper
` [PATCH 06/16] ublk: store auto buffer register data into `struct ublk_io`
` [PATCH 07/16] ublk: add helper ublk_check_fetch_buf()
` [PATCH 08/16] ublk: remove ublk_commit_and_fetch()
` [PATCH 09/16] ublk: pass 'const struct ublk_io *' to ublk_[un]map_io()
` [PATCH 10/16] selftests: ublk: remove `tag` parameter of ->tgt_io_done()
` [PATCH 11/16] selftests: ublk: pass 'ublk_thread *' to ->queue_io() and ->tgt_io_done()
` [PATCH 12/16] selftests: ublk: pass 'ublk_thread *' to more common helpers
` [PATCH 13/16] selftests: ublk: remove ublk queue self-defined flags
` [PATCH 14/16] selftests: ublk: improve flags naming
` [PATCH 15/16] selftests: ublk: add helper ublk_handle_uring_cmd() for handle ublk command
` [PATCH 16/16] selftests: ublk: add utils.h

[PATCH v13 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-07-01 17:07 UTC  (7+ messages)
` [PATCH v13 1/5] rust: macros: reduce collections in `quote!` macro
` [PATCH v13 2/5] rust: support formatting of foreign types
` [PATCH v13 3/5] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v13 4/5] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v13 5/5] rust: remove core::ffi::CStr reexport

[PATCH v12 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-07-01 16:46 UTC  (4+ messages)

[PATCH 0/5] blk: introduce block layer helpers to calculate num of queues
 2025-07-01 16:29 UTC  (3+ messages)

[PATCH v1 00/11] dm-pcache – persistent-memory cache for block devices
 2025-07-01 14:59 UTC  (16+ messages)
` [PATCH v1 01/11] dm-pcache: add pcache_internal.h
` [PATCH v1 02/11] dm-pcache: add backing device management
` [PATCH v1 03/11] dm-pcache: add cache device
` [PATCH v1 04/11] dm-pcache: add segment layer
` [PATCH v1 05/11] dm-pcache: add cache_segment

[PATCH] ublk: don't queue request if the associated uring_cmd is canceled
 2025-07-01 14:56 UTC  (3+ messages)

[PATCH v2] brd: fix sleeping function called from invalid context in brd_insert_page()
 2025-07-01 14:14 UTC  (8+ messages)

[PATCH for-next v5 0/4] add ioctl to query metadata and protection info capabilities
 2025-07-01 12:01 UTC  (7+ messages)
    ` [PATCH for-next v5 1/4] block: rename tuple_size field in blk_integrity to metadata_size
    ` [PATCH for-next v5 2/4] block: introduce pi_tuple_size field in blk_integrity
    ` [PATCH for-next v5 3/4] nvme: set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE
    ` [PATCH for-next v5 4/4] fs: add ioctl to query metadata and protection info capabilities

[PATCH v3 13/16] fuse: use iomap for writeback
 2025-07-01 11:34 UTC  (4+ messages)

[bug report] BUG: kernel NULL pointer dereference, address: 0000000000000060
 2025-07-01  8:05 UTC  (3+ messages)

[PATCH blktests 0/2] nvme: avoid failures of TEST_DEV with metadata
 2025-07-01  7:40 UTC  (2+ messages)

[PATCHv6 0/3] block: move sched_tags allocation/de-allocation outside of locking context
 2025-07-01  5:20 UTC  (15+ messages)
` [PATCHv6 1/3] block: move elevator queue allocation logic into blk_mq_init_sched
` [PATCHv6 2/3] block: fix lockdep warning caused by lock dependency in elv_iosched_store
` [PATCHv6 3/3] block: fix potential deadlock while running nr_hw_queue update

[PATCH v2] block: Fix a deadlock related to modifying the readahead attribute
 2025-07-01  5:12 UTC  (8+ messages)

[PATCH] block: Fix a deadlock related to modifying the readahead attribute
 2025-07-01  4:56 UTC  (8+ messages)

[PATCH] ublk: speed up ublk server exit handling
 2025-07-01  3:48 UTC  (2+ messages)

6.17 block tree rebased
 2025-07-01  2:14 UTC  (3+ messages)

[PATCH AUTOSEL 6.6 01/14] ublk: sanity check add_dev input for underflow
 2025-06-30 20:46 UTC 

[PATCH AUTOSEL 6.12 01/21] ublk: sanity check add_dev input for underflow
 2025-06-30 20:45 UTC 

[PATCH AUTOSEL 6.15 01/23] ublk: sanity check add_dev input for underflow
 2025-06-30 20:44 UTC 

[RFC v2 00/11] dm-pcache – persistent-memory cache for block devices
 2025-06-30 16:28 UTC  (5+ messages)

refactor the iomap writeback code v3
 2025-06-30 12:41 UTC  (29+ messages)
` [PATCH 01/12] iomap: pass more arguments using the iomap writeback context
` [PATCH 03/12] iomap: refactor the writeback interface
` [PATCH 04/12] iomap: hide ioends from the generic writeback code
` [PATCH 05/12] iomap: add public helpers for uptodate state manipulation
` [PATCH 06/12] iomap: move all ioend handling to ioend.c
` [PATCH 07/12] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 08/12] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH 10/12] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 11/12] iomap: add read_folio_range() handler for buffered writes

[PATCHv5 0/3] block: move sched_tags allocation/de-allocation outside of locking context
 2025-06-30  5:47 UTC  (6+ messages)
` [PATCHv5 1/3] block: move elevator queue allocation logic into blk_mq_init_sched
` [PATCHv5 2/3] block: fix lockdep warning caused by lock dependency in elv_iosched_store
` [PATCHv5 3/3] block: fix potential deadlock while running nr_hw_queue update

[PATCH] brd: fix leeping function called from invalid context in brd_insert_page()
 2025-06-30  5:35 UTC  (4+ messages)

Bug#1107479: util-linux: blkid hangs forever after inserting a DVD-RAM
 2025-06-29 15:44 UTC  (9+ messages)

[syzbot] [block?] INFO: task hung in bioset_init
 2025-06-29 11:48 UTC 

[syzbot] [block?] WARNING in bdev_count_inflight_rw
 2025-06-28 14:46 UTC  (2+ messages)

[PATCH 1/2] nvme-tcp: avoid race between nvme scan and reset
 2025-06-28 10:24 UTC  (4+ messages)

new DMA API conversion for nvme-pci v3
 2025-06-27 17:53 UTC  (5+ messages)

[GIT PULL] Block fixes for 6.16-rc4
 2025-06-27 16:29 UTC  (2+ messages)

[syzbot] [block?] BUG: sleeping function called from invalid context in __xas_nomem (2)
 2025-06-27 16:20 UTC 

[RFC 00/12] io_uring dmabuf read/write support
 2025-06-27 15:10 UTC  (8+ messages)
` [RFC 06/12] nvme-pci: add support for user passed dma vectors
` [RFC 07/12] io_uring/rsrc: extended reg buffer registration
` [RFC 08/12] io_uring: add basic dmabuf helpers
` [RFC 09/12] io_uring/rsrc: add imu flags
` [RFC 10/12] io_uring/rsrc: add dmabuf-backed buffer registeration
` [RFC 11/12] io_uring/rsrc: implement dmabuf regbuf import
` [RFC 12/12] io_uring/rw: enable dma registered buffers


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