linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-11 14:10:27 to 2025-08-13 18:05:16 UTC [more...]

[PATCH v4 00/15] rnull: add configfs, remote completion to rnull
 2025-08-13 18:05 UTC  (31+ messages)
` [PATCH v4 01/15] rust: str: normalize imports in `str.rs`
` [PATCH v4 02/15] rust: str: allow `str::Formatter` to format into `&mut [u8]`
` [PATCH v4 03/15] rust: str: expose `str::{Formatter, RawFormatter}` publicly
` [PATCH v4 04/15] rust: str: introduce `NullTerminatedFormatter`
` [PATCH v4 05/15] rust: block: normalize imports for `gen_disk.rs`
` [PATCH v4 06/15] rust: block: use `NullTerminatedFormatter`
` [PATCH v4 07/15] rust: block: remove `RawWriter`
` [PATCH v4 08/15] rust: block: remove trait bound from `mq::Request` definition
` [PATCH v4 09/15] rust: block: add block related constants
` [PATCH v4 10/15] rnull: move driver to separate directory
` [PATCH v4 11/15] rnull: enable configuration via `configfs`
` [PATCH v4 12/15] rust: block: add `GenDisk` private data support
` [PATCH v4 13/15] rust: block: mq: fix spelling in a safety comment
` [PATCH v4 14/15] rust: block: add remote completion to `Request`
` [PATCH v4 15/15] rnull: add soft-irq completion support

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-08-13 15:59 UTC  (16+ 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: "

[PATCHv7 0/9] blk dma iter for integrity metadata
 2025-08-13 16:57 UTC  (18+ messages)
` [PATCHv7 1/9] blk-mq-dma: create blk_map_iter type
` [PATCHv7 2/9] blk-mq-dma: provide the bio_vec array being iterated
` [PATCHv7 3/9] blk-mq-dma: require unmap caller provide p2p map type
` [PATCHv7 4/9] blk-mq: remove REQ_P2PDMA flag
` [PATCHv7 5/9] blk-mq-dma: move common dma start code to a helper
` [PATCHv7 6/9] blk-mq-dma: add scatter-less integrity data DMA mapping
` [PATCHv7 7/9] blk-integrity: use iterator for mapping sg
` [PATCHv7 8/9] nvme-pci: create common sgl unmapping helper
` [PATCHv7 9/9] nvme-pci: convert metadata mapping to dma iter

[PATCH] blkcg: Optimize exit to user space
 2025-08-13 16:53 UTC  (2+ messages)

[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-08-13 15:39 UTC  (10+ messages)
` [PATCH v3 1/9] gpu: nova-core: "
` [PATCH v3 2/9] rust: alloc: "
` [PATCH v3 3/9] rust: block: "
` [PATCH v3 4/9] rust: device: "
` [PATCH v3 5/9] rust: file: "
` [PATCH v3 6/9] rust: kunit: "
` [PATCH v3 7/9] rust: seq_file: "
` [PATCH v3 8/9] rust: sync: "
` [PATCH v3 9/9] rust: device: "

[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
 2025-08-13 15:37 UTC  (7+ messages)
` [PATCH v1 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v1 16/16] nvme-pci: unmap MMIO pages with appropriate interface

[PATCH 0/2] block: blk-rq-qos: replace static key with atomic bitop
 2025-08-13 15:01 UTC  (8+ messages)

[PATCH 1/2] iov_iter: iterate_folioq: fix handling of offset >= folio size
 2025-08-13 13:52 UTC  (14+ messages)
` [PATCH 0/2] iterate_folioq bug when offset==size (Was: [REGRESSION] 9pfs issues on 6.12-rc1)
  ` [PATCH 2/2] iov_iter: iov_folioq_get_pages: don't leave empty slot behind

[PATCH v2] block: restore default wbt enablement
 2025-08-13 12:32 UTC  (5+ messages)

[PATCH] Docs: admin-guide: Correct spelling mistake
 2025-08-13 12:32 UTC  (4+ messages)

[blktests v1] block: add test for io_uring Protection Information (PI) interface using FS_IOC_GETLBMD_CAP
 2025-08-13 11:24 UTC  (4+ messages)

blktests failures with v6.17-rc1 kernel
 2025-08-13 10:50 UTC 

[PATCH] drbd: Remove redundant semicolons
 2025-08-13  9:41 UTC 

[PATCHv6 0/8] blk dma iter for integrity metadata
 2025-08-13  6:52 UTC  (14+ messages)
` [PATCHv6 1/8] blk-mq-dma: create blk_map_iter type
` [PATCHv6 2/8] blk-mq-dma: provide the bio_vec array being iterated
` [PATCHv6 3/8] blk-mq-dma: require unmap caller provide p2p map type
` [PATCHv6 4/8] blk-mq: remove REQ_P2PDMA flag
` [PATCHv6 5/8] blk-mq-dma: move common dma start code to a helper
` [PATCHv6 6/8] blk-mq-dma: add support for mapping integrity metadata
` [PATCHv6 7/8] nvme-pci: create common sgl unmapping helper
` [PATCHv6 8/8] nvme-pci: convert metadata mapping to dma iter

[PATCH v3 0/2] iterate_folioq bug when offset==size (Was: [REGRESSION] 9pfs issues on 6.12-rc1)
 2025-08-13  6:04 UTC  (3+ messages)
` [PATCH v3 1/2] iov_iter: iterate_folioq: fix handling of offset >= folio size
` [PATCH v3 2/2] iov_iter: iov_folioq_get_pages: don't leave empty slot behind

[PATCH] block: fix "prefered"->"preferred"
 2025-08-13  3:05 UTC  (3+ messages)

[PATCH blktests v2 0/3] blktest: add unmap write zeroes tests
 2025-08-13  2:44 UTC  (4+ messages)
` [PATCH blktests v2 1/3] scsi/010: "
` [PATCH blktests v2 2/3] dm/003: "
` [PATCH blktests v2 3/3] nvme/065: "

[PATCH xfsprogs v2] xfs_io: add FALLOC_FL_WRITE_ZEROES support
 2025-08-13  2:42 UTC 

[PATCH util-linux v2] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-08-13  2:40 UTC 

[PATCH v3] loop: use vfs_getattr_nosec() for accurate file size
 2025-08-13  1:38 UTC  (2+ messages)

[PATCH v23 00/16] Improve write performance for zoned UFS devices
 2025-08-12 23:57 UTC  (19+ messages)
` [PATCH v23 01/16] block: Support block devices that preserve the order of write requests
` [PATCH v23 02/16] blk-mq: Always insert sequential zoned writes into a software queue
` [PATCH v23 03/16] blk-mq: Restore the zone write order when requeuing
` [PATCH v23 04/16] blk-mq: Run all hwqs for sq scheds if write pipelining is enabled
` [PATCH v23 05/16] block/mq-deadline: Preserve the zwr order if zoned write plugging "
` [PATCH v23 06/16] blk-zoned: Add an argument to blk_zone_plug_bio()
` [PATCH v23 07/16] blk-zoned: Split an if-statement
` [PATCH v23 08/16] blk-zoned: Move code from disk_zone_wplug_add_bio() into its caller
` [PATCH v23 09/16] blk-zoned: Introduce a loop in blk_zone_wplug_bio_work()
` [PATCH v23 10/16] blk-zoned: Support pipelining of zoned writes
` [PATCH v23 11/16] null_blk: Add the preserves_write_order attribute
` [PATCH v23 12/16] scsi: core: Retry unaligned zoned writes
` [PATCH v23 13/16] scsi: sd: Increase retry count for "
` [PATCH v23 14/16] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v23 15/16] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v23 16/16] ufs: core: Inform the block layer about write ordering

[PATCH] block: Fix wbt can not be enabled
 2025-08-12 14:02 UTC  (2+ messages)

[PATCH v2] loop: use vfs_getattr_nosec() for accurate file size
 2025-08-12  9:34 UTC  (12+ messages)

[RFC PATCH 0/5] FDP file I/O
 2025-08-12  8:24 UTC  (9+ messages)
  ` [RFC PATCH 1/5] fs: add a new user_write_streams() callback
  ` [RFC PATCH 2/5] fs: add the interface to query user write streams
  ` [RFC PATCH 3/5] fs: add a write stream field to the inode
  ` [RFC PATCH 4/5] fs: propagate write stream

[PATCH v3] f2fs: introduce flush_policy sysfs entry
 2025-08-12  8:22 UTC  (8+ messages)

[PATCH v5 4/5] rust: block: convert `block::mq` to use `Refcount`
 2025-08-12  8:17 UTC  (4+ messages)

[REGRESSION][BISECTED] Unexpected OOM instead of reclaiming inactive file pages
 2025-08-12  7:37 UTC  (5+ messages)

[PATCH v3 0/5] add persistent huge zero folio support
 2025-08-12  3:52 UTC  (6+ messages)

[PATCH v2 0/2] iterate_folioq bug when offset==size (Was: [REGRESSION] 9pfs issues on 6.12-rc1)
 2025-08-11 21:28 UTC  (3+ messages)
` [PATCH v2 1/2] iov_iter: iterate_folioq: fix handling of offset >= folio size
` [PATCH v2 2/2] iov_iter: iov_folioq_get_pages: don't leave empty slot behind

[PATCHv5 0/8] blk dma iter for integrity metadata
 2025-08-11 17:04 UTC  (4+ messages)
` [PATCHv5 2/8] blk-mq-dma: provide the bio_vec list being iterated

[PATCH v3 0/3] Optimize wbt and update its comments and doc
 2025-08-11 16:21 UTC  (2+ messages)

[PATCH 1/2] block: accumulate segment page gaps per bio
 2025-08-11 16:17 UTC  (6+ messages)

[PATCH v2 0/5] Remove several superfluous sector casts
 2025-08-11 15:56 UTC  (6+ messages)
` [PATCH v2 1/5] block, bfq: Remove a superfluous cast
` [PATCH v2 2/5] block, genhd: Remove disk_stats.sectors casts
` [PATCH v2 3/5] bcache, tracing: Do not truncate orig_sector
` [PATCH v2 4/5] bcache, tracing: Remove superfluous casts
` [PATCH v2 5/5] block, "

[bug report] blktests nvme/tcp nvme/060 hang
 2025-08-11 14:10 UTC  (3+ messages)

[PATCH 2/2] iov_iter: iov_folioq_get_pages: don't leave empty slot behind
 2025-08-11  7:39 UTC 


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