linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-30 06:14:03 to 2025-05-05 07:02:21 UTC [more...]

[PATCH v11 0/9] Provide a new two step DMA mapping API
 2025-05-05  7:01 UTC  (6+ 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 V4] loop: Add sanity check for read/write_iter
 2025-05-05  6:30 UTC  (3+ messages)
` [PATCH V5] "

[PATCH] swapfile: disable swapon for bs > ps devices
 2025-05-05  6:25 UTC  (2+ messages)

[PATCH v11 00/16] large atomic writes for xfs
 2025-05-05  6:08 UTC  (22+ 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

[PATCH v10 00/15] large atomic writes for xfs
 2025-05-05  5:22 UTC  (24+ messages)
` [PATCH v10 01/15] fs: add atomic write unit max opt to statx
  ` [PATCH v10.1 1.1/15] xfs: only call xfs_setsize_buftarg once per buffer target
` [PATCH v10 02/15] xfs: add helpers to compute log item overhead
` [PATCH v10 03/15] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v10 04/15] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()
` [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 08/15] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v10 09/15] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v10 10/15] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v10 11/15] xfs: commit CoW-based atomic writes atomically
` [PATCH v10 12/15] xfs: add xfs_file_dio_write_atomic()
` [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

Sequential read from NVMe/XFS twice slower on Fedora 42 than on Rocky 9.5
 2025-05-04 21:50 UTC 

[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  (18+ 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 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  (13+ messages)
` [PATCH v2 1/9] ublk: factor out ublk_commit_and_fetch
` [PATCH v2 2/9] ublk: fix "immepdately" typo in comment
` [PATCH v2 3/9] ublk: remove misleading "ubq" in "ubq_complete_io_cmd()"
` [PATCH v2 4/9] ublk: take const ubq pointer in ublk_get_iod()
` [PATCH v2 5/9] ublk: don't log uring_cmd cmd_op in ublk_dispatch_req()
` [PATCH v2 6/9] ublk: factor out ublk_start_io() helper
` [PATCH v2 7/9] ublk: don't call ublk_dispatch_req() for NEED_GET_DATA
` [PATCH v2 8/9] ublk: check UBLK_IO_FLAG_OWNED_BY_SRV in ublk_abort_queue()
` [PATCH v2 9/9] ublk: store request pointer in ublk_io

[PATCH v2 0/3] block: avoid hctx spinlock for plug with multiple queues
 2025-05-02 15:25 UTC  (3+ messages)

remove block layer bounce buffering
 2025-05-02 13:21 UTC  (20+ 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 V4 00/24] block: unify elevator changing and fix lockdep warning
 2025-05-02 12:50 UTC  (40+ messages)
` [PATCH V4 08/24] block: don't allow to switch elevator if updating nr_hw_queues is in-progress
` [PATCH V4 09/24] block: look up the elevator type in elevator_switch
` [PATCH V4 10/24] block: fold elevator_disable into elevator_switch
` [PATCH V4 11/24] block: move blk_queue_registered() check into elv_iosched_store()
` [PATCH V4 13/24] block: move queue freezing & elevator_lock into elevator_change()
` [PATCH V4 14/24] block: add `struct elv_change_ctx` for unifying elevator change
` [PATCH V4 15/24] block: "
` [PATCH V4 16/24] block: pass elevator_queue to elv_register_queue & unregister_queue
` [PATCH V4 17/24] block: remove elevator queue's type check in elv_attr_show/store()
` [PATCH V4 18/24] block: fail to show/store elevator sysfs attribute if elevator is dying
` [PATCH V4 19/24] block: add new helper for disabling elevator switch when deleting disk
` [PATCH V4 20/24] block: move elv_register[unregister]_queue out of elevator_lock
` [PATCH V4 24/24] block: move wbt_enable_default() out of queue freezing from sched ->exit()

[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  (33+ 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 v3 0/2] New zoned loop block device driver
 2025-05-01 23:04 UTC  (3+ messages)

[PATCH v2 0/2] dm: pass through operations on wrapped inline crypto keys
 2025-05-01 21:23 UTC  (3+ 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 v9 00/15] large atomic writes for xfs
 2025-05-01 19:53 UTC  (16+ messages)
` [PATCH v9 05/15] xfs: ignore HW which cannot atomic write a single block
` [PATCH v9 13/15] xfs: add xfs_compute_atomic_write_unit_max()

[RESEND] Circular locking dependency involving, elevator_lock, rq_qos_mutex and pcpu_alloc_mutex
 2025-05-01 17:20 UTC  (4+ messages)

[GIT PULL] nvme fixes for Linux 6.15
 2025-05-01 13:56 UTC  (2+ messages)

10x I/O await times in 6.12
 2025-05-01  9:52 UTC  (5+ messages)

[PATCH 0/8] ublk: simplify NEED_GET_DATA handling and request lookup
 2025-04-30 22:44 UTC  (8+ messages)
` [PATCH 5/8] ublk: factor out ublk_start_io() helper

[PATCH] ublk: consolidate UBLK_IO_FLAG_OWNED_BY_SRV checks
 2025-04-30 21:31 UTC 

[bug report] WARNING: possible circular locking dependency detected at elv_iosched_store+0x194/0x530 and blk_mq_freeze_queue_nomemsave+0xe/0x20
 2025-04-30 15:48 UTC  (2+ messages)

[PATCH v7 00/19] Add Command Duration Limits support
 2025-04-30 13:39 UTC  (4+ messages)
` [PATCH v7 08/19] scsi: detect support for command duration limits

[syzbot] [block?] BUG: soft lockup in aoecmd_cfg (3)
 2025-04-30 11:13 UTC 

possible deadlock in blk_mq_freeze_queue in Linux6.1.25(longterm maintenance, last updated on April 25, 2025)
 2025-04-30  9:39 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).