linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-06 07:35:24 to 2025-01-07 23:09:13 UTC [more...]

[PATCH RFC md-6.14] md: reintroduce md-linear
 2025-01-07 23:09 UTC  (3+ messages)

[PATCH 0/2] New zoned loop block device driver
 2025-01-07 21:10 UTC  (14+ messages)
` [PATCH 1/2] block: new "
` [PATCH 2/2] Documentation: Document the "

[PATCH RFC 0/5] device mapper atomic write support
 2025-01-07 18:56 UTC  (15+ messages)
` [PATCH 1/5] block: Ensure start sector is aligned for stacking atomic writes
` [PATCH RFC 2/5] block: Change blk_stack_atomic_writes_limits() unit_min check
` [PATCH RFC 3/5] dm-table: Atomic writes support
` [PATCH RFC 4/5] dm: Ensure cloned bio is same length for atomic write
` [PATCH RFC 5/5] dm-linear: Enable atomic writes

[PATCH] virtio_blk: always post notifications under the lock
 2025-01-07 18:25 UTC 

fix queue freeze and limit locking order
 2025-01-07 18:05 UTC  (39+ messages)
` [PATCH 1/8] block: fix docs for freezing of queue limits updates
` [PATCH 2/8] block: add a queue_limits_commit_update_frozen helper
` [PATCH 3/8] block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queues
` [PATCH 4/8] block: add a store_limit operations for sysfs entries
` [PATCH 5/8] block: fix queue freeze vs limits lock order in sysfs store methods
` [PATCH 6/8] nvme: fix queue freeze vs limits lock order
` [PATCH 7/8] nbd: "
` [PATCH 8/8] usb-storage:fix "

[PATCH v4 0/9] blk: honor isolcpus configuration
 2025-01-07 15:39 UTC  (9+ messages)
` [PATCH v4 1/9] lib/group_cpus: let group_cpu_evenly return number of groups
` [PATCH v4 2/9] sched/isolation: document HK_TYPE housekeeping option

[PATCH v1 0/3] virtio-blk: add io_uring passthrough support
 2025-01-07 13:14 UTC  (5+ messages)
` [PATCH v1 1/3] virtio-blk: add virtio-blk chardev support
` [PATCH v1 2/3] virtio-blk: add uring_cmd support for I/O passthru on chardev

[PATCH v3 0/8] Introduce CBD (CXL Block Device)
 2025-01-07 12:21 UTC  (11+ messages)
` [PATCH v3 1/8] cbd: introduce cbd_transport
` [PATCH v3 2/8] cbd: introduce cbd_host
` [PATCH v3 3/8] cbd: introduce cbd_segment
` [PATCH v3 4/8] cbd: introduce cbd_channel
` [PATCH v3 5/8] cbd: introduce cbd_blkdev
` [PATCH v3 6/8] cbd: introduce cbd_backend
` [PATCH v3 7/8] cbd: introduce cbd_cache
` [PATCH v3 8/8] block: Init for CBD(CXL Block Device)

[RFC PATCH 00/22] ublk: support bpf
 2025-01-07 12:04 UTC  (23+ messages)
` [RFC PATCH 01/22] ublk: remove two unused fields from 'struct ublk_queue'
` [RFC PATCH 02/22] ublk: convert several bool type fields into bitfield of `ublk_queue`
` [RFC PATCH 03/22] ublk: add helper of ublk_need_map_io()
` [RFC PATCH 04/22] ublk: move ublk into one standalone directory
` [RFC PATCH 05/22] ublk: move private definitions into private header
` [RFC PATCH 06/22] ublk: move several helpers to "
` [RFC PATCH 07/22] ublk: bpf: add bpf prog attach helpers
` [RFC PATCH 08/22] ublk: bpf: add bpf struct_ops
` [RFC PATCH 09/22] ublk: bpf: attach bpf prog to ublk device
` [RFC PATCH 10/22] ublk: bpf: add kfunc for ublk bpf prog
` [RFC PATCH 11/22] ublk: bpf: enable ublk-bpf
` [RFC PATCH 12/22] selftests: ublk: add tests for the ublk-bpf initial implementation
` [RFC PATCH 13/22] selftests: ublk: add tests for covering io split
` [RFC PATCH 14/22] selftests: ublk: add tests for covering redirecting to userspace
` [RFC PATCH 15/22] ublk: bpf: add bpf aio kfunc
` [RFC PATCH 16/22] ublk: bpf: add bpf aio struct_ops
` [RFC PATCH 17/22] ublk: bpf: attach bpf aio prog to ublk device
` [RFC PATCH 18/22] ublk: bpf: add several ublk bpf aio kfuncs
` [RFC PATCH 19/22] ublk: bpf: wire bpf aio with ublk io handling
` [RFC PATCH 20/22] selftests: add tests for ublk bpf aio
` [RFC PATCH 21/22] selftests: add tests for covering both bpf aio and split
` [RFC PATCH 22/22] ublk: document ublk-bpf & bpf-aio

[linus:master] [block] e70c301fae: stress-ng.aiol.ops_per_sec 49.6% regression
 2025-01-07  8:27 UTC  (10+ messages)

[PATCH] zram: fix potential UAF of zram table
 2025-01-07  7:38 UTC  (2+ messages)

[PATCH blktests v4 1/2] tests/rnbd: Add a basic RNBD test
 2025-01-07  7:38 UTC  (4+ messages)
` [PATCH blktests v4 2/2] tests/rnbd: Implement RNBD regression test

RFC: fix queue freeze and limit locking order (alt take)
 2025-01-07  7:06 UTC  (27+ messages)
` [PATCH 01/10] block: fix docs for freezing of queue limits updates
` [PATCH 02/10] block: add a queue_limits_commit_update_frozen helper
` [PATCH 03/10] block: add a store_limit operations for sysfs entries
` [PATCH 04/10] block: use queue_limits_commit_update in queue_attr_store
` [PATCH 05/10] block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queues
` [PATCH 06/10] virtio_blk: use queue_limits_commit_update_frozen in cache_type_store
` [PATCH 07/10] usb-storage: use queue_limits_commit_update_frozen in max_sectors_store
` [PATCH 08/10] nvme: freeze queue after taking limits lock
` [PATCH 09/10] loop: document why loop_clear_limits updates queue limits without freezing
` [PATCH 10/10] nbd: use queue_limits_commit_update_frozen in nbd_set_size

[PATCH blktests 0/4] Cleanup and Optimization in requires()
 2025-01-07  6:19 UTC  (5+ messages)
` [PATCH blktests 1/4] common/rc: test have_driver before check its driver parameter
` [PATCH blktests 2/4] tests, common: Get rid of _have_null_blk
` [PATCH blktests 3/4] common, new, tests: Get rid of _have_scsi_debug
` [PATCH blktests 4/4] tests: Remove unnecessary '&&' in requires() functions

[PATCH 0/3] Fix queue freeze and limit locking order
 2025-01-07  6:18 UTC  (17+ messages)
` [PATCH 1/3] block: Fix sysfs queue freeze and limits lock order
` [PATCH 2/3] block: Fix __blk_mq_update_nr_hw_queues() "
` [PATCH 3/3] nvme: Fix "

[PATCH blktests 0/4] enable bs > ps device testing
 2025-01-07  5:19 UTC  (5+ messages)
` [PATCH blktests 1/4] common: add and use min io for fio

[PATCH blktests v3 1/2] tests/rnbd: Add a basic RNBD test
 2025-01-07  4:03 UTC  (6+ messages)
` [PATCH blktests v3 2/2] tests/rnbd: Implement RNBD regression test

[LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
 2025-01-06 22:18 UTC  (11+ messages)
      ` [Lsf-pc] "

Zoned storage and BLK_STS_RESOURCE
 2025-01-06 20:14 UTC  (22+ messages)

[PATCH for-next v2 0/4] null_blk: improve write failure simulation
 2025-01-06 17:53 UTC  (3+ messages)
` [PATCH for-next v2 1/4] null_blk: generate null_blk configfs features string

[PATCH] nbd: don't allow reconnect after disconnect
 2025-01-06 14:39 UTC  (4+ messages)

more BLK_MQ_F_* simplification v2
 2025-01-06 14:39 UTC  (9+ messages)
` [PATCH 1/4] block: better split mq vs non-mq code in add_disk_fwnode
` [PATCH 2/4] block: remove blk_mq_init_bitmaps
` [PATCH 3/4] block: remove BLK_MQ_F_NO_SCHED
` [PATCH 4/4] block: simplify tag allocation policy selection

[PATCH] block: add a dma mapping iterator
 2025-01-06 14:39 UTC  (2+ messages)

[PATCH] block: use page_to_phys in bvec_phys
 2025-01-06 14:39 UTC  (2+ messages)

[PATCH RFC] docs: ABI: replace mcroce@microsoft.com with new Meta address
 2025-01-06 13:32 UTC  (2+ messages)

more BLK_MQ_F_* simplification
 2025-01-06  8:06 UTC  (6+ messages)
` [PATCH 4/4] block: simplify tag allocation policy selection


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