messages from 2024-10-23 22:30:57 to 2024-10-29 12:21:40 UTC [more...]
[PATCH v2 0/7] bio_split() error handling rework
2024-10-29 12:21 UTC (29+ messages)
` [PATCH v2 1/7] block: Use BLK_STS_OK in bio_init()
` [PATCH v2 2/7] block: Rework bio_split() return value
` [PATCH v2 3/7] block: Error an attempt to split an atomic write in bio_split()
` [PATCH v2 4/7] block: Handle bio_split() errors in bio_submit_split()
` [PATCH v2 5/7] md/raid0: Handle bio_split() errors
` [PATCH v2 6/7] md/raid1: "
` [PATCH v2 7/7] md/raid10: "
` [PATCH] btrfs: handle bio_split() error
[RFC PATCH v3 0/3] genirq/cpuhotplug: Adjust managed interrupts according to change of housekeeping cpumask
2024-10-29 12:05 UTC (4+ messages)
` [RFC PATCH v3 1/3] sched/isolation: Add infrastructure for dynamic CPU isolation
` [RFC PATCH v3 2/3] DO NOT MERGE: test for managed irqs adjustment
` [RFC PATCH v3 3/3] genirq/cpuhotplug: Adjust managed irqs according to change of housekeeping CPU
[PATCH] blk-integrity: remove seed for user mapped buffers
2024-10-29 11:57 UTC (2+ messages)
[PATCH V2 0/3] block: model freeze/enter queue as lock for lockdep
2024-10-29 11:13 UTC (6+ messages)
` [PATCH V2 1/3] blk-mq: add non_owner variant of start_freeze/unfreeze queue APIs
` [PATCH V2 2/3] nvme: core: switch to non_owner variant of start_freeze/unfreeze queue
` [PATCH V2 3/3] block: model freeze & enter queue as lock for supporting lockdep
[PATCH v2 0/3] Add inline encryption support
2024-10-29 11:08 UTC (22+ messages)
` [PATCH v2 1/3] dm-inlinecrypt: "
[PATCH v2 1/2] block: introduce init_wait_func()
2024-10-29 9:35 UTC (3+ messages)
` [PATCH v2 2/2] block: refactor rq_qos_wait()
[PATCH 00/18] Provide a new two step DMA mapping API
2024-10-29 7:46 UTC (32+ messages)
` [PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
` [PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH 03/18] iommu: generalize the batched sync after map interface
` [PATCH 04/18] dma-mapping: Add check if IOVA can be used
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA
` [PATCH 06/18] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH 07/18] dma-mapping: Implement link/unlink ranges API
` [PATCH 08/18] dma-mapping: add a dma_need_unmap helper
` [PATCH 09/18] docs: core-api: document the IOVA-based API
` [PATCH 10/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH 11/18] mm/hmm: provide generic DMA managing logic
` [PATCH 12/18] RDMA/umem: Store ODP access mask information in PFN
` [PATCH 13/18] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH 14/18] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH 15/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH 16/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH 17/18] vfio/mlx5: Explicitly store page list
` [PATCH 18/18] vfio/mlx5: Convert vfio to use DMA link API
[PATCH] block: refactor rq_qos_wait()
2024-10-29 7:30 UTC (3+ messages)
[PATCHv9 0/7] write hints with nvme fdp, scsi streams
2024-10-29 7:10 UTC (22+ messages)
` [PATCHv9 1/7] block: use generic u16 for write hints
` [PATCHv9 2/7] block: introduce max_write_hints queue limit
` [PATCHv9 3/7] block: allow ability to limit partition write hints
` [PATCHv9 4/7] block, fs: add write hint to kiocb
` [PATCHv9 5/7] io_uring: enable per-io hinting capability
` [PATCHv9 7/7] scsi: set permanent stream count in block limits
[PATCH blktests] common/rc: Uniform the style of skip reasons
2024-10-29 5:15 UTC
[PATCH] brd: defer automatic disk creation until module initialization succeeds
2024-10-29 3:12 UTC (6+ messages)
[PATCH v4 00/11] Read/Write with meta/integrity
2024-10-29 2:24 UTC (8+ messages)
` [PATCH v4 04/11] block: define meta io descriptor
` [PATCH v4 11/11] scsi: add support for user-meta interface
[PATCH V8 0/8] io_uring: support sqe group and leased group kbuf
2024-10-29 1:50 UTC (10+ messages)
` [PATCH V8 1/7] io_uring: add io_link_req() helper
` [PATCH V8 2/7] io_uring: add io_submit_fail_link() helper
` [PATCH V8 3/7] io_uring: add helper of io_req_commit_cqe()
` [PATCH V8 4/7] io_uring: support SQE group
` [PATCH V8 5/7] io_uring: support leased group buffer with REQ_F_GROUP_KBUF
` [PATCH V8 6/7] io_uring/uring_cmd: support leasing device kernel buffer to io_uring
` [PATCH V8 7/7] ublk: support leasing io "
[PATCH V3] nbd: fix partial sending
2024-10-29 1:19 UTC
[PATCH] iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP
2024-10-28 18:50 UTC (6+ messages)
[PATCH v2] block: fix queue limits checks in blk_rq_map_user_bvec for real
2024-10-28 18:35 UTC (3+ messages)
[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
2024-10-28 18:27 UTC (9+ messages)
` [RFC PATCH 1/7] block: share more code for bio addition helpers
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio
` [RFC PATCH 3/7] blk-mq: add a dma mapping iterator
` [RFC PATCH 4/7] blk-mq: add scatterlist-less DMA mapping helpers
` [RFC PATCH 5/7] nvme-pci: remove struct nvme_descriptor
` [RFC PATCH 6/7] nvme-pci: use a better encoding for small prp pool allocations
` [RFC PATCH 7/7] nvme-pci: convert to blk_rq_dma_map
[PATCH v8 0/6] PCI: Remove most pcim_iounmap_regions() users
2024-10-28 15:05 UTC (2+ messages)
[PATCH] block: fix queue limits checks in blk_rq_map_user_bvec for real
2024-10-28 9:20 UTC (5+ messages)
[PATCH 1/2] block: also mark disk-owned queues as dying in __blk_mark_disk_dead
2024-10-28 5:44 UTC (11+ messages)
[PATCH] brd: fix null pointer when modprobe brd
2024-10-28 2:15 UTC (9+ messages)
[GIT PULL] Block fixes for 6.12-rc5
2024-10-27 18:56 UTC (2+ messages)
[PATCHv8 0/6] write hints for nvme fdp
2024-10-25 12:20 UTC (5+ messages)
` [PATCHv8 2/6] block: use generic u16 for write hints
[Syzkaller & bisect] There is INFO: task hung in __rq_qos_throttle
2024-10-25 10:02 UTC
[PATCH] block/027: setup scsi_debug with MQ
2024-10-25 4:48 UTC (2+ messages)
[PATCH] blk-core: replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-10-25 3:18 UTC (2+ messages)
[PATCH RFC 0/6] bio_split() error handling rework
2024-10-25 1:39 UTC (21+ messages)
` [PATCH RFC 5/6] md/raid1: Handle bio_split() errors
[PATCH 0/3] block: model freeze/enter queue as lock for lockdep
2024-10-24 6:43 UTC (6+ messages)
` [PATCH 2/3] nvme: core: switch to non_owner variant of start_freeze/unfreeze queue
[PATCH v10 0/8] block atomic writes for xfs
2024-10-24 6:32 UTC (2+ messages)
[PATCH V7 0/8] io_uring: support sqe group and leased group kbuf
2024-10-24 6:32 UTC (4+ messages)
` [PATCH V7 5/7] io_uring: support leased group buffer with REQ_F_GROUP_KBUF
[PATCH] block: fix sanity checks in blk_rq_map_user_bvec
2024-10-24 6:05 UTC (9+ messages)
[PATCH] iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pages
2024-10-24 5:00 UTC
[PATCH] blk-mq: Unexport blk_mq_flush_busy_ctxs()
2024-10-23 22:30 UTC (2+ 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).