messages from 2025-04-27 03:09:50 to 2025-04-29 06:02:26 UTC [more...]
[PATCH v10 00/24] Provide a new two step DMA mapping API
2025-04-29 5:58 UTC (37+ messages)
` [PATCH v10 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v10 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v10 03/24] iommu: generalize the batched sync after map interface
` [PATCH v10 04/24] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v10 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v10 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v10 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v10 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v10 09/24] docs: core-api: document the IOVA-based API
` [PATCH v10 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v10 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v10 12/24] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v10 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v10 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v10 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v10 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v10 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v10 18/24] block: share more code for bio addition helper
` [PATCH v10 19/24] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH v10 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v10 21/24] nvme-pci: remove struct nvme_descriptor
` [PATCH v10 22/24] nvme-pci: use a better encoding for small prp pool allocations
` [PATCH v10 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v10 24/24] nvme-pci: store aborted state in flags variable
[RFC PATCHv2 0/3] improve NVMe multipath handling
2025-04-29 5:49 UTC (10+ messages)
` [RFC PATCHv2 1/3] nvme-multipath: introduce delayed removal of the multipath head node
` [RFC PATCHv2 2/3] nvme: introduce multipath_head_always module param
[PATCH v2 0/9] md: fix is_mddev_idle()
2025-04-29 5:45 UTC (23+ messages)
` [PATCH v2 1/9] blk-mq: remove blk_mq_in_flight()
` [PATCH v2 2/9] block: reuse part_in_flight_rw for part_in_flight
` [PATCH v2 3/9] block: WARN if bdev inflight counter is negative
` [PATCH v2 4/9] block: cleanup blk_mq_in_flight_rw()
` [PATCH v2 5/9] block: export API to get the number of bdev inflight IO
` [PATCH v2 6/9] md: record dm-raid gendisk in mddev
` [PATCH v2 7/9] md: add a new api sync_io_depth
` [PATCH v2 8/9] md: fix is_mddev_idle()
` [PATCH v2 9/9] md: cleanup accounting for issued sync IO
[PATCH 0/8] ublk: simplify NEED_GET_DATA handling and request lookup
2025-04-29 4:05 UTC (19+ messages)
` [PATCH 1/8] ublk: factor out ublk_commit_and_fetch
` [PATCH 2/8] ublk: fix "immepdately" typo in comment
` [PATCH 3/8] ublk: remove misleading "ubq" in "ubq_complete_io_cmd()"
` [PATCH 4/8] ublk: don't log uring_cmd cmd_op in ublk_dispatch_req()
` [PATCH 5/8] ublk: factor out ublk_start_io() helper
` [PATCH 6/8] ublk: don't call ublk_dispatch_req() for NEED_GET_DATA
` [PATCH 7/8] ublk: check UBLK_IO_FLAG_OWNED_BY_SRV in ublk_abort_queue()
` [PATCH 8/8] ublk: store request pointer in ublk_io
[PATCH V3 00/20] block: unify elevator changing and fix lockdep warning
2025-04-29 2:43 UTC (12+ messages)
` [PATCH V3 08/20] block: don't allow to switch elevator if updating nr_hw_queues is in-progress
` [PATCH V3 10/20] block: move blk_unregister_queue() & device_del() after freeze wait
` [PATCH V3 17/20] block: move debugfs/sysfs register out of freezing queue
[PATCH v6.15 v2 0/4] ublk: one selftest fix and two zero copy fixes
2025-04-29 2:29 UTC (5+ messages)
` [PATCH v6.15 v2 1/4] selftests: ublk: fix UBLK_F_NEED_GET_DATA
` [PATCH v6.15 v2 2/4] ublk: decouple zero copy from user copy
` [PATCH v6.15 v2 3/4] ublk: enhance check for register/unregister io buffer command
` [PATCH v6.15 v2 4/4] ublk: remove the check of ublk_need_req_ref() from __ublk_check_and_get_req
add more bio helper
2025-04-29 2:06 UTC (7+ messages)
` [PATCH 07/17] bcache: use bio_add_virt_nofail
` [PATCH 13/17] btrfs: use bdev_rw_virt in scrub_one_super
[PATCH v2 0/3] brd: discard bugfix
2025-04-29 1:48 UTC (6+ messages)
` [PATCH v2 1/3] brd: protect page with rcu
` [PATCH v2 2/3] brd: fix aligned_sector from brd_do_discard()
` [PATCH v2 3/3] brd: fix discard end sector
[PATCH v6.15 0/3] ublk: one selftest fix and two zero copy fixes
2025-04-29 1:38 UTC (13+ messages)
` [PATCH v6.15 1/3] selftests: ublk: fix UBLK_F_NEED_GET_DATA
` [PATCH v6.15 2/3] ublk: decouple zero copy from user copy
` [PATCH v6.15 3/3] ublk: enhance check for register/unregister io buffer command
brd cleanups v2
2025-04-29 1:38 UTC (10+ 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 0/3] selftests: ublk: more misc fixes
2025-04-29 1:22 UTC (8+ messages)
` [PATCH 1/3] selftests: ublk: kublk: build with -Werror iff CONFIG_WERROR=y
` [PATCH 2/3] selftests: ublk: make test_generic_06 silent on success
` [PATCH 3/3] selftests: ublk: kublk: fix include path
[RFC PATCH 0/7] ublk: support to register bvec buffer automatically
2025-04-29 0:52 UTC (17+ messages)
` [RFC PATCH 1/7] io_uring: add 'struct io_buf_data' for register/unregister bvec buffer
` [RFC PATCH 2/7] io_uring: add helper __io_buffer_[un]register_bvec
` [RFC PATCH 3/7] io_uring: support to register bvec buffer to specified io_uring
` [RFC PATCH 4/7] ublk: convert to refcount_t
` [RFC PATCH 5/7] ublk: prepare for supporting to register request buffer automatically
` [RFC PATCH 6/7] ublk: register buffer to specified io_uring & buf index via UBLK_F_AUTO_BUF_REG
` [RFC PATCH 7/7] selftests: ublk: support UBLK_F_AUTO_BUF_REG
[PATCH v2 0/8] mm: enhance migration work around on noref buffer-heads
2025-04-28 23:08 UTC (10+ messages)
` [PATCH v2 1/8] migrate: fix skipping metadata buffer heads on migration
Report: Performance regression from ib_umem_get on zone device pages
2025-04-28 19:11 UTC (5+ messages)
[PATCH blktests] block: add test for race between set_blocksize and read paths
2025-04-28 15:00 UTC (2+ messages)
[PATCH V2] loop: Add sanity check for read/write_iter
2025-04-28 14:36 UTC (12+ messages)
` [PATCH V3] "
` [PATCH V4] "
` [PATCH V5] "
[PATCH blktests 0/3] blktest: add unmap write zeroes tests
2025-04-28 13:55 UTC (13+ messages)
` [PATCH blktests 1/3] scsi/010: "
` [PATCH blktests 2/3] dm/003: "
[PATCH V2 0/2] ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd
2025-04-28 13:31 UTC (3+ messages)
[PATCH v9 00/24] Provide a new two step DMA mapping API
2025-04-28 13:20 UTC (18+ 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 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v9 23/24] nvme-pci: convert to blk_rq_dma_map
[PATCH v2 0/3] block: avoid hctx spinlock for plug with multiple queues
2025-04-28 13:10 UTC (3+ messages)
` [PATCH v2 3/3] "
[PATCH v6 0/9] blk: honor isolcpus configuration
2025-04-28 12:37 UTC (3+ messages)
` [PATCH v6 1/9] lib/group_cpus: let group_cpu_evenly return number initialized masks
[PATCH] block: rnbd: add .release to rnbd_dev_ktype
2025-04-28 9:58 UTC (4+ messages)
brd cleanups
2025-04-28 9:21 UTC (3+ messages)
` [PATCH 1/5] brd; pass a bvec pointer to brd_do_bvec
[mainline]WARNING: CPU: 29 PID: 1121679 at block/genhd.c:302 unregister_blkdev+0x1e8/0x2b0
2025-04-28 7:39 UTC (2+ messages)
[PATCH v2] block: rnbd: add .release to rnbd_dev_ktype
2025-04-28 5:27 UTC
Call for Proposals for fossy.us 2025
2025-04-28 4:07 UTC (2+ messages)
[syzbot] [block?] BUG: unable to handle kernel NULL pointer dereference in guard_bio_eod
2025-04-27 16:14 UTC (5+ messages)
` syztest
[PATCH 0/4] ublk: two fixes and support UBLK_F_AUTO_ZERO_COPY
2025-04-27 7:32 UTC (15+ messages)
` [PATCH 2/4] ublk: enhance check for register/unregister io buffer command
` [PATCH 3/4] ublk: add feature UBLK_F_AUTO_ZERO_COPY
[PATCH blktests] zbd/005: Limit block size to zone length
2025-04-27 3:23 UTC (11+ 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).