public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-22 08:13:36 to 2025-04-23 18:17:08 UTC [more...]

[PATCH v9 00/24] Provide a new two step DMA mapping API
 2025-04-23 18:17 UTC  (46+ messages)
` [PATCH v9 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v9 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v9 03/24] iommu: generalize the batched sync after map interface
` [PATCH v9 04/24] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v9 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v9 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v9 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v9 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v9 09/24] docs: core-api: document the IOVA-based API
` [PATCH v9 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v9 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v9 12/24] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v9 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v9 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v9 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v9 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v9 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v9 18/24] block: share more code for bio addition helper
` [PATCH v9 19/24] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH v9 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v9 21/24] nvme-pci: remove struct nvme_descriptor
` [PATCH v9 22/24] nvme-pci: use a better encoding for small prp pool allocations
` [PATCH v9 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v9 24/24] nvme-pci: store aborted state in flags variable

add more bio helper
 2025-04-23 18:02 UTC  (30+ messages)
` [PATCH 01/17] block: add a bio_add_virt_nofail helper
` [PATCH 02/17] block: add a bdev_rw_virt helper
` [PATCH 03/17] block: add a bio_add_vmalloc helper
` [PATCH 04/17] block: remove the q argument from blk_rq_map_kern
` [PATCH 05/17] block: pass the operation to bio_{map,copy}_kern
` [PATCH 06/17] block: simplify bio_map_kern
` [PATCH 07/17] bcache: use bio_add_virt_nofail
` [PATCH 08/17] dm-bufio: "
` [PATCH 09/17] dm-integrity: "
` [PATCH 10/17] rnbd-srv: "
` [PATCH 11/17] xfs: simplify xfs_buf_submit_bio
` [PATCH 12/17] xfs: simplify xfs_rw_bdev
` [PATCH 13/17] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 14/17] hfsplus: use bdev_rw_virt in hfsplus_submit_bio
` [PATCH 15/17] gfs2: use bdev_rw_virt in gfs2_read_super
` [PATCH 16/17] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 17/17] PM: hibernate: split and simplify hib_submit_io

[PATCH v2 0/8] mm: enhance migration work around on noref buffer-heads
 2025-04-23 17:09 UTC  (7+ messages)
` [PATCH v2 1/8] migrate: fix skipping metadata buffer heads on migration

Block device's sysfs setting getting lost after suspend-resume cycle
 2025-04-23 17:05 UTC  (5+ messages)

[PATCH blktests] zbd/005: Limit block size to zone length
 2025-04-23 16:49 UTC 

[PATCH 0/2] ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd
 2025-04-23 16:48 UTC  (8+ messages)
` [PATCH 1/2] ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATA
` [PATCH 2/2] ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd

[PATCH v8 00/15] large atomic writes for xfs
 2025-04-23 16:38 UTC  (38+ messages)
` [PATCH v8 01/15] fs: add atomic write unit max opt to statx
` [PATCH v8 02/15] xfs: add helpers to compute log item overhead
` [PATCH v8 03/15] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v8 04/15] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomicwrite()
` [PATCH v8 05/15] xfs: ignore HW which cannot atomic write a single block
` [PATCH v8 06/15] xfs: allow block allocator to take an alignment hint
` [PATCH v8 07/15] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v8 08/15] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v8 09/15] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v8 10/15] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v8 11/15] xfs: commit CoW-based atomic writes atomically
` [PATCH v8 12/15] xfs: add xfs_file_dio_write_atomic()
` [PATCH v8 13/15] xfs: add xfs_compute_atomic_write_unit_max()
` [PATCH v8 14/15] xfs: update atomic write limits
` [PATCH v8 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time

don't autoload block drivers on stat (and cgroup configuration)
 2025-04-23 15:06 UTC  (6+ messages)
` [PATCH 1/4] block: move blkdev_{get,put} _no_open prototypes out of blkdev.h
` [PATCH 2/4] block: remove the backing_inode variable in bdev_statx
` [PATCH 3/4] block: don't autoload drivers on stat
` [PATCH 4/4] block: don't autoload drivers on blk-cgroup configuration

[PATCH v7 00/14] large atomic writes for xfs
 2025-04-23 14:53 UTC  (16+ messages)
` [PATCH v7 11/14] xfs: add xfs_file_dio_write_atomic()

10x I/O await times in 6.12
 2025-04-23 10:51 UTC  (9+ messages)

[PATCH V2 00/20] block: unify elevator changing and fix lockdep warning
 2025-04-23  7:10 UTC  (26+ messages)
` [PATCH V2 07/20] block: prevent adding/deleting disk during updating nr_hw_queues
` [PATCH V2 11/20] block: move blk_unregister_queue() & device_del() after freeze wait
` [PATCH V2 12/20] block: add `struct elv_change_ctx` for unifying elevator_change
` [PATCH V2 16/20] block: move elv_register[unregister]_queue out of elevator_lock
` [PATCH V2 20/20] block: move wbt_enable_default() out of queue freezing from sched ->exit()

[PATCH 1/1] block: prevent calls to should_fail_bio() optimized by gcc
 2025-04-23  5:33 UTC  (4+ messages)

[PATCH] fs: move the bdex_statx call to vfs_getattr_nosec
 2025-04-23  4:30 UTC  (12+ messages)

brd cleanups
 2025-04-23  3:26 UTC  (15+ messages)
` [PATCH 1/5] brd; pass a bvec pointer to brd_do_bvec
` [PATCH 2/5] brd: remove the sector variable in brd_submit_bio
` [PATCH 3/5] brd: use bvec_kmap_local in brd_do_bvec
` [PATCH 4/5] brd: split I/O at page boundaries
` [PATCH 5/5] brd: use memcpy_{to,from]_page in brd_rw_bvec

[PATCH v1] block: Fix bio complete cannot be traced
 2025-04-23  2:49 UTC 

[PATCH V4 0/7] blk-throttle: Split the blkthrotl queue to solve the IO delay issue
 2025-04-23  2:23 UTC  (8+ messages)
` [PATCH V4 1/7] blk-throttle: Rename tg_may_dispatch() to tg_dispatch_time()
` [PATCH V4 2/7] blk-throttle: Refactor tg_dispatch_time by extracting tg_dispatch_bps/iops_time
` [PATCH V4 3/7] blk-throttle: Split throtl_charge_bio() into bps and iops functions
` [PATCH V4 4/7] blk-throttle: Introduce flag "BIO_TG_BPS_THROTTLED"
` [PATCH V4 5/7] blk-throttle: Split the blkthrotl queue
` [PATCH V4 6/7] blk-throttle: Split the service queue
` [PATCH V4 7/7] blk-throttle: Prevents the bps restricted io from entering the bps queue again

[PATCH] ublk: remove unnecessary ubq checks
 2025-04-23  2:09 UTC  (4+ messages)

[PATCH 0/2] dm: pass through operations on wrapped inline crypto keys
 2025-04-22 21:42 UTC  (3+ messages)
` [PATCH 1/2] blk-crypto: export wrapped key functions
` [PATCH 2/2] dm: pass through operations on wrapped inline crypto keys

[PATCH v9 0/6] rust: reduce `as` casts, enable related lints
 2025-04-22 15:15 UTC  (8+ messages)
` [PATCH v9 4/6] rust: enable `clippy::as_underscore` lint

ublk: kernel crash when killing SPDK application
 2025-04-22 13:47 UTC  (5+ messages)

[RFC PATCH 00/11] pcache: Persistent Memory Cache for Block Devices
 2025-04-22 13:23 UTC  (8+ messages)

[PATCH v8 00/24] Provide a new two step DMA mapping API
 2025-04-22 11:36 UTC  (4+ messages)
` [PATCH v8 24/24] nvme-pci: optimize single-segment handling

[RFC PATCH 0/2] improve NVMe multipath handling
 2025-04-22  9:52 UTC  (8+ messages)
` [RFC PATCH 1/2] nvme-multipath: introduce delayed removal of the multipath head node

[linus:master] [block] 30f1e72414: blktests.nvme/019.device.fail
 2025-04-22  8:48 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox