messages from 2025-05-06 04:43:35 to 2025-05-08 09:36:27 UTC [more...]
[PATCH v7 00/19] Add Command Duration Limits support
2025-05-08 9:36 UTC (5+ messages)
` [PATCH v7 08/19] scsi: detect support for command duration limits
[PATCH 0/2] block: two fixes on recent elevator change
2025-05-08 8:58 UTC (3+ messages)
` [PATCH 1/2] block: don't quiesce queue for calling elevator_set_none()
` [PATCH 2/2] block: move removing elevator after deleting disk->queue_kobj
transferring bvecs over the network in drbd
2025-05-08 8:39 UTC (2+ messages)
[PATCH v2] block: remove test of incorrect io priority level
2025-05-08 8:31 UTC (2+ messages)
[PATCH 0/2] block: fix hang in elevator_change() and improve elevator_set_none
2025-05-08 8:16 UTC (16+ messages)
` [PATCH 1/2] block: move queue quiesce into elevator_change()
` [PATCH 2/2] block: avoid unnecessary queue freeze in elevator_set_none()
[PATCH v3 0/9] md: fix is_mddev_idle()
2025-05-08 7:36 UTC (14+ messages)
` [PATCH v3 1/9] blk-mq: remove blk_mq_in_flight()
` [PATCH v3 2/9] block: reuse part_in_flight_rw for part_in_flight
` [PATCH v3 3/9] block: WARN if bdev inflight counter is negative
` [PATCH v3 4/9] block: clean up blk_mq_in_flight_rw()
` [PATCH 4/9] block: cleanup blk_mq_in_flight_rw()
` [PATCH v3 5/9] block: export API to get the number of bdev inflight IO
` [PATCH v3 6/9] md: record dm-raid gendisk in mddev
` [PATCH v3 7/9] md: add a new api sync_io_depth
` [PATCH v3 8/9] md: fix is_mddev_idle()
` [PATCH v3 9/9] md: clean up accounting for issued sync IO
[RFC] block: Make MMC respect REQ_NOUNMAP?
2025-05-08 5:59 UTC (2+ messages)
[PATCHv2] block: always allocate integrity buffer
2025-05-08 5:15 UTC (4+ messages)
[RFC PATCH v4 00/11] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-05-08 5:01 UTC (21+ messages)
` [RFC PATCH v4 01/11] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v4 07/11] fs: statx add write zeroes unmap attribute
[PATCH v6 0/8] ublk: decouple server threads from hctxs
2025-05-08 2:08 UTC (11+ messages)
` [PATCH v6 1/8] ublk: have a per-io daemon instead of a per-queue daemon
` [PATCH v6 2/8] sbitmap: fix off-by-one when wrapping hint
` [PATCH v6 3/8] selftests: ublk: kublk: plumb q_id in io_uring user_data
` [PATCH v6 4/8] selftests: ublk: kublk: tie sqe allocation to io instead of queue
` [PATCH v6 5/8] selftests: ublk: kublk: lift queue initialization out of thread
` [PATCH v6 6/8] selftests: ublk: kublk: move per-thread data out of ublk_queue
` [PATCH v6 7/8] selftests: ublk: kublk: decouple ublk_queues from ublk server threads
` [PATCH v6 8/8] Documentation: ublk: document UBLK_F_RR_TAGS
[RFC 0/2] virtio_blk: add fua write support
2025-05-08 0:19 UTC (3+ messages)
` [RFC 1/2] "
` [RFC 2/2] vdpa_sim_blk: add support for fua write commands
Sequential read from NVMe/XFS twice slower on Fedora 42 than on Rocky 9.5
2025-05-07 21:59 UTC (8+ messages)
[PATCH] block: always allocate integrity buffer
2025-05-07 19:03 UTC (4+ messages)
6.15-rc1/regression/bisected - commit ffa1e7ada456 introduced circular locking dependency at udev-worker
2025-05-07 17:29 UTC (2+ messages)
[PATCH v12 00/17] large atomic writes for xfs
2025-05-07 15:14 UTC (20+ messages)
` [PATCH v12 01/17] fs: add atomic write unit max opt to statx
` [PATCH v12 02/17] xfs: only call xfs_setsize_buftarg once per buffer target
` [PATCH v12 03/17] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()
` [PATCH v12 04/17] xfs: separate out setting buftarg atomic writes limits
` [PATCH v12 05/17] xfs: add helpers to compute log item overhead
` [PATCH v12 06/17] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v12 07/17] xfs: ignore HW which cannot atomic write a single block
` [PATCH v12 08/17] xfs: allow block allocator to take an alignment hint
` [PATCH v12 09/17] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v12 10/17] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v12 11/17] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v12 12/17] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v12 13/17] xfs: commit CoW-based atomic writes atomically
` [PATCH v12 14/17] xfs: add xfs_file_dio_write_atomic()
` [PATCH v12 15/17] xfs: add xfs_calc_atomic_write_unit_max()
` [PATCH v12 16/17] xfs: update atomic write limits
` [PATCH v12 17/17] xfs: allow sysadmins to specify a maximum atomic write limit at mount time
[PATCH for-6.16] fs: aio: initialize .ki_write_stream of read-write request
2025-05-07 14:02 UTC (4+ messages)
add more bio helpers v3
2025-05-07 14:02 UTC (22+ messages)
` [PATCH 01/19] block: add a bio_add_virt_nofail helper
` [PATCH 02/19] block: add a bdev_rw_virt helper
` [PATCH 03/19] block: add a bio_add_max_vecs helper
` [PATCH 04/19] block: add a bio_add_vmalloc helpers
` [PATCH 05/19] block: remove the q argument from blk_rq_map_kern
` [PATCH 06/19] block: pass the operation to bio_{map,copy}_kern
` [PATCH 07/19] block: simplify bio_map_kern
` [PATCH 08/19] bcache: use bio_add_virt_nofail
` [PATCH 09/19] rnbd-srv: "
` [PATCH 10/19] gfs2: use bdev_rw_virt in gfs2_read_super
` [PATCH 11/19] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 12/19] PM: hibernate: split and simplify hib_submit_io
` [PATCH 13/19] dm-bufio: use bio_add_virt_nofail
` [PATCH 14/19] dm-integrity: "
` [PATCH 15/19] xfs: simplify xfs_buf_submit_bio
` [PATCH 16/19] xfs: simplify xfs_rw_bdev
` [PATCH 17/19] xfs: simplify building the bio in xlog_write_iclog
` [PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio
[PATCH V2 0/6] ublk: support to register bvec buffer automatically
2025-05-07 12:28 UTC (8+ messages)
` [PATCH V2 1/6] ublk: allow io buffer register/unregister command issued from other task contexts
` [PATCH V2 2/6] ublk: convert to refcount_t
` [PATCH V2 3/6] ublk: prepare for supporting to register request buffer automatically
` [PATCH V2 4/6] ublk: register buffer to local io_uring with provided buf index via UBLK_F_AUTO_BUF_REG
` [PATCH V2 5/6] selftests: ublk: support UBLK_F_AUTO_BUF_REG
` [PATCH V2 6/6] selftests: ublk: add test for covering UBLK_AUTO_BUF_REG_FALLBACK
[PATCH] block: fix warning on 'make htmldocs'
2025-05-07 11:37 UTC (2+ messages)
[PATCH v2] brd: avoid extra xarray lookups on first write
2025-05-07 9:49 UTC (2+ messages)
[PATCH] zonefs: use ZONEFS_SUPER_SIZE instead of PAGE_SIZE
2025-05-07 4:16 UTC (2+ messages)
[PATCH] brd: avoid extra xarray lookups on first write
2025-05-07 2:55 UTC (3+ messages)
[PATCH v16 00/11] Block write streams with nvme fdp
2025-05-06 19:03 UTC (19+ messages)
` [PATCH v16 01/11] fs: add a write stream field to the kiocb
` [PATCH v16 02/11] block: add a bi_write_stream field
` [PATCH v16 03/11] block: introduce max_write_streams queue limit
` [PATCH v16 04/11] block: introduce a write_stream_granularity "
` [PATCH v16 05/11] block: expose write streams for block device nodes
` [PATCH v16 06/11] io_uring: enable per-io write streams
` [PATCH v16 07/11] nvme: add a nvme_get_log_lsi helper
` [PATCH v16 08/11] nvme: pass a void pointer to nvme_get/set_features for the result
` [PATCH v16 09/11] nvme: add FDP definitions
` [PATCH v16 10/11] nvme: register fdp parameters with the block layer
` [PATCH v16 11/11] nvme: use fdp streams if write stream is provided
[PATCH v2 0/2] dm: pass through operations on wrapped inline crypto keys
2025-05-06 17:14 UTC (7+ messages)
` [PATCH v2 2/2] "
[PATCH] block: only update request sector if needed
2025-05-06 16:28 UTC (7+ messages)
Port to 6.14-stable - ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd
2025-05-06 13:57 UTC (5+ messages)
[PATCH V5 00/25] block: unify elevator changing and fix lockdep warning
2025-05-06 13:48 UTC (22+ messages)
` [PATCH V5 07/25] block: add helper add_disk_final()
` [PATCH V5 09/25] block: don't allow to switch elevator if updating nr_hw_queues is in-progress
` [PATCH V5 12/25] block: move blk_queue_registered() check into elv_iosched_store()
` [PATCH V5 19/25] block: fail to show/store elevator sysfs attribute if elevator is dying
` [PATCH V5 20/25] block: add new helper for disabling elevator switch when deleting disk
` [PATCH V5 21/25] block: move elv_register[unregister]_queue out of elevator_lock
` [PATCH V5 23/25] block: don't acquire ->elevator_lock in blk_mq_map_swqueue and blk_mq_realloc_hw_ctxs
` [PATCH V5 24/25] block: move hctx cpuhp add/del out of queue freezing
` [PATCH V5 25/25] block: move wbt_enable_default() out of queue freezing from sched ->exit()
[PATCH v3 for-6.16/block 0/3] brd: discard bugfix
2025-05-06 13:48 UTC (6+ messages)
` [PATCH v3 for-6.16/block 1/3] brd: protect page with rcu
` [PATCH v3 for-6.16/block 2/3] brd: fix aligned_sector from brd_do_discard()
` [PATCH v3 for-6.16/block 3/3] brd: fix discard end sector
[PATCH v2] ublk: consolidate UBLK_IO_FLAG_OWNED_BY_SRV checks
2025-05-06 13:48 UTC (2+ messages)
[syzbot] [block?] INFO: task hung in blkdev_read_iter
2025-05-06 10:05 UTC
add more bio helpers v2
2025-05-06 10:05 UTC (9+ messages)
` [PATCH 13/19] dm-bufio: use bio_add_virt_nofail
` [PATCH 14/19] dm-integrity: "
` [PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super
[PATCH v11 0/9] Provide a new two step DMA mapping API
2025-05-06 8:55 UTC (2+ messages)
[PATCH] swapfile: disable swapon for bs > ps devices
2025-05-06 8:46 UTC (4+ messages)
` [PATCH v2] "
[PATCH v11 00/16] large atomic writes for xfs
2025-05-06 6:57 UTC (11+ messages)
` [PATCH v11 02/16] xfs: only call xfs_setsize_buftarg once per buffer target
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).