public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-12 08:17:53 to 2025-06-17 02:36:22 UTC [more...]

[PATCH] block: use plug request list tail for one-shot backmerge attempt
 2025-06-17  2:36 UTC  (13+ messages)

[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-06-17  2:25 UTC  (19+ messages)
` [PATCH 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [PATCH 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate

Recall: md raid0 Direct IO DMA alignment
 2025-06-17  2:19 UTC 

md raid0 Direct IO DMA alignment
 2025-06-17  2:19 UTC 

[PATCH V2] tests/throtl: add a new test 007
 2025-06-17  1:21 UTC 

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-16 23:26 UTC  (19+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings

[PATCH] block: Improve read ahead size for rotational devices
 2025-06-16 22:45 UTC  (3+ messages)

refactor the iomap writeback code
 2025-06-16 22:41 UTC  (10+ messages)
` [PATCH 1/6] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH 2/6] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 3/6] iomap: refactor the writeback interface
` [PATCH 4/6] iomap: hide ioends from the generic writeback code
` [PATCH 5/6] iomap: add public helpers for uptodate state manipulation
` [PATCH 6/6] iomap: move all ioend handling to ioend.c

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

[PATCH] scsi: storvsc: set max_segment_size as UINT_MAX explicitly
 2025-06-16 21:56 UTC  (4+ messages)

[PATCHv3 0/2] block: move sched_tags allocation/de-allocation outside of locking context
 2025-06-16 17:32 UTC  (3+ messages)
` [PATCHv3 1/2] block: move elevator queue allocation logic into blk_mq_init_sched
` [PATCHv3 2/2] block: fix lock dependency between percpu alloc lock and elevator lock

[PATCH 0/9] rnull: add configfs, remote completion to rnull
 2025-06-16 13:56 UTC  (11+ messages)
` [PATCH 1/9] rust: block: remove trait bound from `mq::Request` definition
` [PATCH 2/9] rust: block: add block related constants
` [PATCH 3/9] rust: block,core: rename `RawWriter` to `BufferWriter`
` [PATCH 4/9] rnull: move driver to separate directory
` [PATCH 5/9] rnull: enable configuration via `configfs`
` [PATCH 6/9] rust: block: add `GenDisk` private data support
` [PATCH 7/9] rust: block: mq: fix spelling in a safety comment
` [PATCH 8/9] rust: block: add remote completion to `Request`
` [PATCH 9/9] rnull: add soft-irq completion support

new DMA API conversion for nvme-pci
 2025-06-16 13:01 UTC  (23+ messages)
` [PATCH 1/9] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH 7/9] nvme-pci: convert the data mapping blk_rq_dma_map
  ` [PATCH 2/9] block: add scatterlist-less DMA mapping helpers

[bug report] kernel BUG at mm/hugetlb.c:5880! triggered by blktests nvme/029
 2025-06-16 11:45 UTC 

[PATCH 0/5] add STATIC_PMD_ZERO_PAGE config option
 2025-06-16 10:49 UTC  (18+ messages)
` [PATCH 1/5] mm: move huge_zero_page declaration from huge_mm.h to mm.h
` [PATCH 2/5] huge_memory: add huge_zero_page_shrinker_(init|exit) function
` [PATCH 3/5] mm: add static PMD zero page
` [PATCH 4/5] mm: add mm_get_static_huge_zero_folio() routine
` [PATCH 5/5] block: use mm_huge_zero_folio in __blkdev_issue_zero_pages()

[PATCH RFC v2 0/5] blk-mq-sched: support request batch dispatching for sq elevator
 2025-06-16  9:14 UTC  (15+ messages)
` [PATCH RFC v2 1/5] elevator: introduce global lock for sq_shared elevator
` [PATCH RFC v2 2/5] mq-deadline: switch to use elevator lock
` [PATCH RFC v2 3/5] block, bfq: "
` [PATCH RFC v2 4/5] blk-mq-sched: refactor __blk_mq_do_dispatch_sched()
` [PATCH RFC v2 5/5] blk-mq-sched: support request batch dispatching for sq elevator

[PATCH blktests 0/2] nvme: add nvme metadata passthrough test
 2025-06-16  4:26 UTC  (5+ messages)
` [PATCH blktests 1/2] nvme/rc: introduce helper functions to check namespace metadata
` [PATCH blktests 2/2] nvme: add nvme metadata passthrough test

[PATCH v12 0/6] rust: reduce `as` casts, enable related lints
 2025-06-15 20:55 UTC  (7+ messages)
` [PATCH v12 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v12 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v12 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v12 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v12 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v12 6/6] rust: enable `clippy::ref_as_ptr` lint

[PATCH v11 0/6] rust: reduce `as` casts, enable related lints
 2025-06-15 20:41 UTC  (3+ messages)

[GIT PULL] Block fixes for 6.16-rc2
 2025-06-14 18:10 UTC  (2+ messages)

[syzbot] [block?] possible deadlock in pcpu_alloc_noprof (2)
 2025-06-14 17:27 UTC 

[PATCH 0/5] Remove zero_user()
 2025-06-13 20:04 UTC  (10+ messages)
` [PATCH 1/5] bio: Use memzero_page() in bio_truncate()
` [PATCH 2/5] null_blk: Use memzero_page()
` [PATCH 3/5] direct-io: "
` [PATCH 4/5] ceph: Convert ceph_zero_partial_page() to use a folio
` [PATCH 5/5] mm: Remove zero_user()

[PATCH] Documentation: ublk: Separate UBLK_F_AUTO_BUF_REG fallback behavior sublists
 2025-06-13 15:26 UTC  (2+ messages)

[PATCH blktests 0/2] check: support "set -e" strict error-checking
 2025-06-13 12:55 UTC  (10+ messages)
` [PATCH blktests 2/2] check: introduce ERR_EXIT flag

[PATCH] block: Fix bvec_set_folio() for very large folios
 2025-06-13 12:25 UTC  (2+ messages)

[PATCH] bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAP
 2025-06-13 12:25 UTC  (2+ messages)

[PATCH v1] aoe: Convert ternary operator to str_up_down() helper
 2025-06-13  9:51 UTC 

[PATCH] zonefs: use ZONEFS_SUPER_SIZE instead of PAGE_SIZE
 2025-06-13  8:07 UTC  (2+ messages)

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

blktests failures with v6.16-rc1 kernel
 2025-06-13  4:32 UTC 

[RFC v2 00/11] dm-pcache – persistent-memory cache for block devices
 2025-06-13  3:39 UTC  (3+ messages)

[PATCH] tests/throtl: add a new test 007
 2025-06-13  3:13 UTC  (3+ messages)

[PATCH] ublk: document auto buffer registration(UBLK_F_AUTO_BUF_REG)
 2025-06-13  1:57 UTC  (10+ messages)

[PATCH for-next v3 0/2] add ioctl to query metadata and protection info capabilities
 2025-06-13  1:51 UTC  (7+ messages)
  ` [PATCH for-next v3 2/2] fs: "
  ` [PATCH for-next v3 1/2] block: introduce pi_size field in blk_integrity

[PATCH] nbd: fix uaf in nbd_genl_connect() error path
 2025-06-12 13:37 UTC  (2+ messages)

[PATCH, RFC] block: always use a list_head for requests
 2025-06-12 12:10 UTC  (3+ messages)

[PATCH v1] rbd: convert to use secs_to_jiffies
 2025-06-12 12:08 UTC  (2+ messages)

[PATCH 0/3] ublk: add UBLK_F_QUIESCE
 2025-06-12 12:04 UTC  (9+ messages)
` [PATCH 2/3] ublk: add feature UBLK_F_QUIESCE

[PATCH V2] rust: Use consistent "# Examples" heading style in rustdoc
 2025-06-12 10:29 UTC  (4+ messages)

[PATCH RFC 0/4] block: set chunk_sectors from stacked dev stripe size
 2025-06-12 10:01 UTC  (9+ messages)
` [PATCH RFC 3/4] dm-stripe: limit chunk_sectors to the "
` [PATCH RFC 4/4] block: use chunk_sectors when evaluating stacked atomic write limits


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox