linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-19 18:54:46 to 2025-03-25 11:10:36 UTC [more...]

[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
 2025-03-25 11:10 UTC  (20+ messages)
` [PATCH v5 6/6] rust: use strict provenance APIs

[PATCH v6 0/6] rust: reduce `as` casts, enable related lints
 2025-03-25 10:45 UTC  (9+ messages)
` [PATCH v6 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v6 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v6 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v6 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v6 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v6 6/6] rust: enable `clippy::cast_lossless` lint

[PATCH] the dm-loop target
 2025-03-25 10:15 UTC  (15+ messages)

[PATCHv6 6/7] block: protect wbt_lat_usec using q->elevator_lock
 2025-03-25  7:08 UTC  (3+ messages)

[linux-next:master] [block/bdev] 3c20917120: BUG:sleeping_function_called_from_invalid_context_at_mm/util.c
 2025-03-25  6:52 UTC  (17+ messages)

[PATCH V3 0/5] loop: improve loop aio perf by IOCB_NOWAIT
 2025-03-25  1:59 UTC  (9+ messages)
` [PATCH V3 1/5] loop: simplify do_req_filebacked()
` [PATCH V3 2/5] loop: cleanup lo_rw_aio()
` [PATCH V3 3/5] loop: move command blkcg/memcg initialization into loop_queue_work
` [PATCH V3 4/5] loop: try to handle loop aio command via NOWAIT IO first
` [PATCH V3 5/5] loop: add hint for handling aio via IOCB_NOWAIT

[PATCH 0/8] ublk: cleanup & improvement & zc follow-up
 2025-03-25  1:15 UTC  (17+ messages)
` [PATCH 1/8] ublk: remove two unused fields from 'struct ublk_queue'
` [PATCH 2/8] ublk: add helper of ublk_need_map_io()
` [PATCH 3/8] ublk: truncate io command result
` [PATCH 4/8] ublk: add segment parameter
` [PATCH 5/8] ublk: document zero copy feature
` [PATCH 6/8] ublk: implement ->queue_rqs()
` [PATCH 7/8] selftests: ublk: add more tests for covering MQ
` [PATCH 8/8] selftests: ublk: add test for checking zero copy related parameter

kdevops: scaling automated testing
 2025-03-24 21:39 UTC 

[syzbot] Monthly block report (Mar 2025)
 2025-03-24 18:56 UTC 

[LSF/MM/BPF TOPIC] State Of The Page 2025
 2025-03-24 15:39 UTC  (2+ messages)

[RFC 0/4] nvme-pci: breaking the 512 KiB max IO boundary
 2025-03-24 15:02 UTC  (13+ messages)
` [RFC 1/4] iomap: use BLK_MAX_BLOCK_SIZE for the iomap zero page
` [RFC 2/4] blkdev: lift BLK_MAX_BLOCK_SIZE to page cache limit
` [RFC 3/4] nvme-pci: bump segments to what the device can use
` [RFC 4/4] nvme-pci: add quirk for qemu with bogus NOWS

[PATCH] blk-throttle: support io merge over iops_limit
 2025-03-24  2:06 UTC  (10+ messages)

[GIT PULL] bcachefs for 6.15-rc1
 2025-03-23 21:41 UTC 

[RFC PATCH 0/4] iov_iter: Add composite, scatterlist and skbuff iterator types
 2025-03-23 14:35 UTC  (9+ messages)
` [RFC PATCH 1/4] iov_iter: Move ITER_DISCARD and ITER_XARRAY iteration out-of-line
` [RFC PATCH 2/4] iov_iter: Add an iterator-of-iterators
` [RFC PATCH 3/4] iov_iter: Add a scatterlist iterator type
` [RFC PATCH 4/4] iov_iter: Add a scatterlist iterator type [INCOMPLETE]

[PATCH] cpuidle: psd: add power sleep demotion prevention for fast I/O devices
 2025-03-23 12:35 UTC  (4+ messages)

[PATCH v2] rust: block: Remove unnecessary comma in introduction
 2025-03-23 12:25 UTC 

[PATCH v5 16/17] rust: block: refactor to use `&raw [const|mut]`
 2025-03-23 10:41 UTC  (3+ messages)

[RFC PATCH 0/2] improve NVMe multipath handling
 2025-03-22 22:08 UTC  (5+ messages)
` [RFC PATCH 1/2] nvme-multipath: introduce delayed removal of the multipath head node
` [RFC PATCH 2/2] nvme-multipath: remove multipath module param

REMINDER - LSF/MM/BPF: 2025: Call for Proposals
 2025-03-22 20:49 UTC  (2+ messages)

[GIT PULL] Block updates for 6.15-rc1
 2025-03-22 17:37 UTC 

[PATCH 0/8] selftests: ublk: cleanup & more tests
 2025-03-22 14:35 UTC  (10+ messages)
` [PATCH 1/8] selftests: ublk: add generic_01 for verifying sequential IO order
` [PATCH 2/8] selftests: ublk: add single sqe allocator helper
` [PATCH 3/8] selftests: ublk: increase max buffer size to 1MB
` [PATCH 4/8] selftests: ublk: move common code into common.c
` [PATCH 5/8] selftests: ublk: prepare for supporting stripe target
` [PATCH 6/8] selftests: ublk: enable zero copy for null target
` [PATCH 7/8] selftests: ublk: simplify loop io completion
` [PATCH 8/8] selftests: ublk: add stripe target

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-22  0:41 UTC  (12+ messages)

[PATCH] selftests: ublk: fix starting ublk device
 2025-03-21 19:47 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] breaking the 512 KiB IO boundary on x86_64
 2025-03-21 18:55 UTC  (25+ messages)

[RFC 0/3] Guaranteed CMA
 2025-03-21 16:14 UTC  (10+ messages)
` [RFC 1/3] mm: implement cleancache
` [RFC 2/3] mm: introduce GCMA
` [RFC 3/3] mm: integrate GCMA with CMA using dt-bindings

[PATCH v3 00/16] Converge on using secs_to_jiffies() part two
 2025-03-21 16:08 UTC  (5+ messages)
` [PATCH v3 14/16] platform/x86/amd/pmf: convert timeouts to secs_to_jiffies()
` [PATCH v3 15/16] platform/x86: thinkpad_acpi: "

Regression found in memory stress test with stress-ng
 2025-03-21  7:46 UTC  (5+ messages)

[PATCH] selftests: ublk: fix write cache implementation
 2025-03-21  2:02 UTC  (2+ messages)

[RFC PATCH 22/35] libceph, rbd: Convert ceph_osdc_notify() reply to ceph_databuf
 2025-03-20 22:01 UTC  (24+ messages)
` [RFC PATCH 00/35] ceph, rbd, netfs: Make ceph fully use netfslib
  ` [RFC PATCH 04/35] ceph: Convert ceph_mds_request::r_pagelist to a databuf
  ` [RFC PATCH 17/35] libceph, rbd: Use ceph_databuf encoding start/stop
  ` [RFC PATCH 23/35] rbd: Use ceph_databuf_enc_start/stop()
    ` Why use plain numbers and totals rather than predef'd constants for RPC sizes?
  ` [RFC PATCH 28/35] netfs: Adjust group handling
  ` [RFC PATCH 32/35] netfs: Add some more RMW support for ceph
  ` [RFC PATCH 33/35] ceph: Use netfslib [INCOMPLETE]

[PATCH 00/14] better handling of checksum errors/bitrot
 2025-03-20 17:15 UTC  (5+ messages)

[PATC] block: update queue limits atomically
 2025-03-20 12:58 UTC  (10+ messages)

[PATCH] docs: sysfs-block: Clarify integrity sysfs attributes for non-PI metadata
 2025-03-20 11:44 UTC  (4+ messages)
` [PATCH] docs: sysfs-block: Clarify integrity sysfs attributes

[PATCH 0/3] selftests: ublk: one fix and two improvement
 2025-03-20 11:08 UTC  (5+ messages)
` [PATCH 1/3] selftests: ublk: add one dependency header
` [PATCH 2/3] selftests: ublk: don't show `modprobe` failure
` [PATCH 3/3] selftests: ublk: add variable for user to not show test result

[PATCH 13/14] block: Allow REQ_FUA|REQ_READ
 2025-03-20 10:28 UTC  (12+ messages)

[PATCH V2 0/5] loop: improve loop aio perf by IOCB_NOWAIT
 2025-03-20  7:38 UTC  (10+ messages)
` [PATCH V2 1/5] loop: simplify do_req_filebacked()
` [PATCH V2 2/5] loop: cleanup lo_rw_aio()
` [PATCH V2 3/5] loop: move command blkcg/memcg initialization into loop_queue_work
` [PATCH V2 5/5] loop: add hint for handling aio via IOCB_NOWAIT

[LSF/MM BPF Topic] Warming up to frozen pages
 2025-03-20  6:02 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] File system checksum offload
 2025-03-20  5:48 UTC  (10+ messages)

[PATCH v5 6/6] rust: use strict provenance APIs
 2025-03-19 20:03 UTC  (10+ messages)

[RFC PATCH -next v3 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-03-19 19:50 UTC  (3+ messages)
` [RFC PATCH -next v3 06/10] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support

[PATCH v2 0/6] dm: fix issues with swapping dm tables
 2025-03-19 19:07 UTC  (2+ messages)

[PATCH] block: cleanup and fix batch completion adding conditions
 2025-03-19 18:54 UTC  (9+ messages)

[RFC PATCH 23/35] rbd: Use ceph_databuf_enc_start/stop()
 2025-03-19  0:32 UTC 

[RFC PATCH 17/35] libceph, rbd: Use ceph_databuf encoding start/stop
 2025-03-18 19:59 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).