messages from 2025-05-01 16:58:49 to 2025-05-05 22:25:12 UTC [more...]
[PATCH AUTOSEL 6.14 103/642] blk-cgroup: improve policy registration error handling
2025-05-05 22:08 UTC (6+ messages)
` [PATCH AUTOSEL 6.14 111/642] loop: move vfs_fsync() out of loop_update_dio()
` [PATCH AUTOSEL 6.14 202/642] badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0
` [PATCH AUTOSEL 6.14 203/642] block: acquire q->limits_lock while reading sysfs attributes
` [PATCH AUTOSEL 6.14 243/642] blk-throttle: don't take carryover for prioritized processing of metadata
` [PATCH AUTOSEL 6.14 265/642] ublk: enforce ublks_max only for unprivileged devices
[PATCH v2 0/2] dm: pass through operations on wrapped inline crypto keys
2025-05-05 21:14 UTC (7+ messages)
` [PATCH v2 1/2] blk-crypto: export wrapped key functions
` [PATCH v2 2/2] dm: pass through operations on wrapped inline crypto keys
[PATCH 0/3] selftests: ublk: more misc fixes
2025-05-05 20:34 UTC (3+ messages)
[PATCH] swapfile: disable swapon for bs > ps devices
2025-05-05 19:35 UTC (5+ messages)
` [PATCH v2] "
remove block layer bounce buffering v2
2025-05-05 19:23 UTC (16+ messages)
` [PATCH 1/7] scsi: make aha152x depend on !HIGHMEM
` [PATCH 2/7] scsi: make imm "
` [PATCH 3/7] scsi: make ppa "
` [PATCH 4/7] usb-storage: reject probe of device one non-DMA HCDs when using highmem
` [PATCH 5/7] scsi: remove the no_highmem flag in the host
` [PATCH 6/7] block: remove bounce buffering support
` [PATCH 7/7] mm: remove NR_BOUNCE zone stat
Sequential read from NVMe/XFS twice slower on Fedora 42 than on Rocky 9.5
2025-05-05 17:39 UTC (4+ messages)
[PATCH v2] ublk: consolidate UBLK_IO_FLAG_OWNED_BY_SRV checks
2025-05-05 17:26 UTC
Port to 6.14-stable - ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd
2025-05-05 16:06 UTC
[PATCH v11 00/16] large atomic writes for xfs
2025-05-05 15:27 UTC (33+ messages)
` [PATCH v11 01/16] fs: add atomic write unit max opt to statx
` [PATCH v11 02/16] xfs: only call xfs_setsize_buftarg once per buffer target
` [PATCH v11 03/16] xfs: add helpers to compute log item overhead
` [PATCH v11 04/16] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v11 05/16] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()
` [PATCH v11 06/16] xfs: ignore HW which cannot atomic write a single block
` [PATCH v11 07/16] xfs: allow block allocator to take an alignment hint
` [PATCH v11 08/16] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v11 09/16] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v11 10/16] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v11 11/16] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v11 12/16] xfs: commit CoW-based atomic writes atomically
` [PATCH v11 13/16] xfs: add xfs_file_dio_write_atomic()
` [PATCH v11 14/16] xfs: add xfs_calc_atomic_write_unit_max()
` [PATCH v11 15/16] xfs: update atomic write limits
` [PATCH v11 16/16] xfs: allow sysadmins to specify a maximum atomic write limit at mount time
wts
2025-05-05 14:47 UTC
[RFC PATCH v4 00/11] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-05-05 14:29 UTC (14+ messages)
` [RFC PATCH v4 01/11] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v4 02/11] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH v4 03/11] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH v4 04/11] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [RFC PATCH v4 07/11] fs: statx add write zeroes unmap attribute
` [RFC PATCH v4 08/11] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
[PATCH V5 00/25] block: unify elevator changing and fix lockdep warning
2025-05-05 14:18 UTC (26+ messages)
` [PATCH V5 01/25] block: move blk_mq_add_queue_tag_set() after blk_mq_map_swqueue()
` [PATCH V5 02/25] block: move ELEVATOR_FLAG_DISABLE_WBT a request queue flag
` [PATCH V5 03/25] block: don't call freeze queue in elevator_switch() and elevator_disable()
` [PATCH V5 04/25] block: use q->elevator with ->elevator_lock held in elv_iosched_show()
` [PATCH V5 05/25] block: add two helpers for registering/un-registering sched debugfs
` [PATCH V5 06/25] block: move sched debugfs register into elvevator_register_queue
` [PATCH V5 07/25] block: add helper add_disk_final()
` [PATCH V5 08/25] block: prevent adding/deleting disk during updating nr_hw_queues
` [PATCH V5 09/25] block: don't allow to switch elevator if updating nr_hw_queues is in-progress
` [PATCH V5 10/25] block: look up the elevator type in elevator_switch
` [PATCH V5 11/25] block: fold elevator_disable into elevator_switch
` [PATCH V5 12/25] block: move blk_queue_registered() check into elv_iosched_store()
` [PATCH V5 13/25] block: simplify elevator reattachment for updating nr_hw_queues
` [PATCH V5 14/25] block: move queue freezing & elevator_lock into elevator_change()
` [PATCH V5 15/25] block: add `struct elv_change_ctx` for unifying elevator change
` [PATCH V5 16/25] block: "
` [PATCH V5 17/25] block: pass elevator_queue to elv_register_queue & unregister_queue
` [PATCH V5 18/25] block: remove elevator queue's type check in elv_attr_show/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 22/25] block: move hctx debugfs/sysfs registering out of freezing queue
` [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 V4] loop: Add sanity check for read/write_iter
2025-05-05 13:18 UTC (4+ messages)
` [PATCH V5] "
[PATCH v11 0/9] Provide a new two step DMA mapping API
2025-05-05 12:29 UTC (11+ messages)
` [PATCH v11 1/9] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v11 2/9] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v11 3/9] iommu: generalize the batched sync after map interface
` [PATCH v11 4/9] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v11 5/9] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v11 6/9] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v11 7/9] dma-mapping: Implement link/unlink ranges API
` [PATCH v11 8/9] dma-mapping: add a dma_need_unmap helper
` [PATCH v11 9/9] docs: core-api: document the IOVA-based API
6.15-rc1/regression/bisected - commit ffa1e7ada456 introduced circular locking dependency at udev-worker
2025-05-05 10:50 UTC (2+ messages)
remove block layer bounce buffering
2025-05-05 8:36 UTC (21+ messages)
` [PATCH 1/7] scsi: make aha152x depend on !HIGHMEM
` [PATCH 2/7] scsi: make imm "
` [PATCH 3/7] scsi: make ppa "
` [PATCH 4/7] usb-storage: reject probe of device one non-DMA HCDs when using highmem
` [usb-storage] "
` [PATCH 5/7] scsi: remove the no_highmem flag in the host
` [PATCH 6/7] block: remove bounce buffering support
` [PATCH 7/7] mm: remove NR_BOUNCE zone stat
[PATCH v10 00/15] large atomic writes for xfs
2025-05-05 5:22 UTC (17+ messages)
` [PATCH v10 03/15] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v10 05/15] xfs: ignore HW which cannot atomic write a single block
` [PATCH v10.1 "
` [PATCH v10 06/15] xfs: allow block allocator to take an alignment hint
` [PATCH v10 07/15] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v10 09/15] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v10 11/15] xfs: commit CoW-based atomic writes atomically
` [PATCH v10 13/15] xfs: add xfs_calc_atomic_write_unit_max()
` [PATCH v10 14/15] xfs: update atomic write limits
` [PATCH v10 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time
` [PATCH 16/15] xfs: only call xfs_setsize_buftarg once per buffer target
` [PATCH 17/15] xfs: move buftarg atomic write geometry config to setsize_buftarg
[PATCH] block: rnbd: add .release to rnbd_dev_ktype
2025-05-04 17:20 UTC (3+ messages)
[RFC PATCH 0/7] ublk: support to register bvec buffer automatically
2025-05-03 18:55 UTC (14+ messages)
` [RFC PATCH 3/7] io_uring: support to register bvec buffer to specified io_uring
` [RFC PATCH 6/7] ublk: register buffer to specified io_uring & buf index via UBLK_F_AUTO_BUF_REG
[PATCH v10 01/15] fs: add atomic write unit max opt to statx
2025-05-02 20:12 UTC (2+ messages)
` [PATCH v10.1 1.1/15] xfs: only call xfs_setsize_buftarg once per buffer target
[PATCH v2] block, scsi: sd_zbc: Respect bio vector limits for report zones buffer
2025-05-02 19:35 UTC
[GIT PULL] Block fixes for 6.15-rc5
2025-05-02 18:08 UTC (2+ messages)
[PATCH] block: use writeback_iter
2025-05-02 15:25 UTC (6+ messages)
[PATCH v2 0/9] ublk: simplify NEED_GET_DATA handling and request lookup
2025-05-02 15:25 UTC (6+ messages)
` [PATCH v2 4/9] ublk: take const ubq pointer in ublk_get_iod()
` [PATCH v2 6/9] ublk: factor out ublk_start_io() helper
[PATCH v2 0/3] block: avoid hctx spinlock for plug with multiple queues
2025-05-02 15:25 UTC (3+ messages)
[PATCH V4 00/24] block: unify elevator changing and fix lockdep warning
2025-05-02 12:50 UTC (7+ messages)
` [PATCH V4 11/24] block: move blk_queue_registered() check into elv_iosched_store()
` [PATCH V4 20/24] block: move elv_register[unregister]_queue out of elevator_lock
[syzbot] [block?] possible deadlock in loop_set_status
2025-05-02 11:51 UTC (2+ messages)
add more bio helpers v2
2025-05-02 9:20 UTC (19+ messages)
` [PATCH 03/19] block: add a bio_add_max_vecs helper
` [PATCH 04/19] block: add a bio_add_vmalloc helpers
` [PATCH 07/19] block: simplify bio_map_kern
` [PATCH 15/19] xfs: simplify xfs_buf_submit_bio
` [PATCH 17/19] xfs: simplify building the bio in xlog_write_iclog
[PATCH v3 0/2] New zoned loop block device driver
2025-05-01 23:04 UTC (3+ messages)
[PATCH v9 00/15] large atomic writes for xfs
2025-05-01 19:53 UTC (7+ messages)
` [PATCH v9 05/15] xfs: ignore HW which cannot atomic write a single block
[RESEND] Circular locking dependency involving, elevator_lock, rq_qos_mutex and pcpu_alloc_mutex
2025-05-01 17:20 UTC (4+ messages)
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).