Linux Block Development
[Prev Page][Next Page]
[PATCH] virtio: only reset device and restore status if needed in device resume,
qiang4 . zhang
[PATCH v6 00/10] Read/Write with metadata/integrity,
Kanchan Joshi
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
[PATCH v1 00/17] Provide a new two step DMA mapping API,
Leon Romanovsky
- [PATCH v1 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h, Leon Romanovsky
- [PATCH v1 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers, Leon Romanovsky
- [PATCH v1 04/17] dma-mapping: Add check if IOVA can be used, Leon Romanovsky
- [PATCH v1 05/17] dma: Provide an interface to allow allocate IOVA, Leon Romanovsky
- [PATCH v1 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper, Leon Romanovsky
- [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API, Leon Romanovsky
- [PATCH v1 08/17] dma-mapping: add a dma_need_unmap helper, Leon Romanovsky
- [PATCH v1 03/17] iommu: generalize the batched sync after map interface, Leon Romanovsky
- [PATCH v1 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit, Leon Romanovsky
- [PATCH v1 11/17] mm/hmm: provide generic DMA managing logic, Leon Romanovsky
- [PATCH v1 12/17] RDMA/umem: Store ODP access mask information in PFN, Leon Romanovsky
- [PATCH v1 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage, Leon Romanovsky
- [PATCH v1 09/17] docs: core-api: document the IOVA-based API, Leon Romanovsky
- [PATCH v1 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length, Leon Romanovsky
- [PATCH v1 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse, Leon Romanovsky
- [PATCH v1 17/17] vfio/mlx5: Convert vfio to use DMA link API, Leon Romanovsky
- [PATCH v1 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP, Leon Romanovsky
- Re: [PATCH v1 00/17] Provide a new two step DMA mapping API, Jens Axboe
- Re: [PATCH v1 00/17] Provide a new two step DMA mapping API, Robin Murphy
- Re: [PATCH v1 00/17] Provide a new two step DMA mapping API, Jason Gunthorpe
[PATCH 0/5] block: freeze/unfreeze lockdep fixes,
Ming Lei
[PATCH] loop: Use bdev limit helpers for configuring discard,
John Garry
[PATCH v2 0/5] RAID 0/1/10 atomic write support,
John Garry
drop some broken zone append support code,
Christoph Hellwig
[PATCH v2] brd: defer automatic disk creation until module initialization succeeds,
Yang Erkun
[PATCH v5 00/10] Read/Write with meta/integrity,
Anuj Gupta
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
[PATCHv10 0/9] write hints with nvme fdp, scsi streams,
Keith Busch
- [PATCHv10 4/9] block: allow ability to limit partition write hints, Keith Busch
- [PATCHv10 2/9] block: introduce max_write_hints queue limit, Keith Busch
- [PATCHv10 5/9] block, fs: add write hint to kiocb, Keith Busch
- [PATCHv10 1/9] block: use generic u16 for write hints, Keith Busch
- [PATCHv10 3/9] statx: add write hint information, Keith Busch
- [PATCHv10 7/9] block: export placement hint feature, Keith Busch
- [PATCHv10 9/9] scsi: set permanent stream count in block limits, Keith Busch
- [PATCHv10 6/9] io_uring: enable per-io hinting capability, Keith Busch
- Re: [PATCHv10 0/9] write hints with nvme fdp, scsi streams, Christoph Hellwig
- Message not available
Re: [PATCHv10 0/9] write hints with nvme fdp, scsi streams, Christoph Hellwig
[PATCH] block: add a bdev_limits helper,
Christoph Hellwig
[RFC PATCH v3 0/3] genirq/cpuhotplug: Adjust managed interrupts according to change of housekeeping cpumask,
Costa Shulyupin
[PATCH v2 1/2] block: introduce init_wait_func(),
Muchun Song
[PATCH blktests] common/rc: Uniform the style of skip reasons,
Li Zhijian
[PATCH V3] nbd: fix partial sending,
Ming Lei
[PATCH v2 0/7] bio_split() error handling rework,
John Garry
[PATCH] brd: defer automatic disk creation until module initialization succeeds,
Yang Erkun
[PATCH v2] block: fix queue limits checks in blk_rq_map_user_bvec for real,
Christoph Hellwig
[PATCH] iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP,
Hugh Dickins
[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API,
Leon Romanovsky
[PATCH 00/18] Provide a new two step DMA mapping API,
Leon Romanovsky
- [PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers, Leon Romanovsky
- [PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h, Leon Romanovsky
- [PATCH 04/18] dma-mapping: Add check if IOVA can be used, Leon Romanovsky
- [PATCH 03/18] iommu: generalize the batched sync after map interface, Leon Romanovsky
- [PATCH 06/18] iommu/dma: Factor out a iommu_dma_map_swiotlb helper, Leon Romanovsky
- [PATCH 07/18] dma-mapping: Implement link/unlink ranges API, Leon Romanovsky
- [PATCH 08/18] dma-mapping: add a dma_need_unmap helper, Leon Romanovsky
- [PATCH 09/18] docs: core-api: document the IOVA-based API, Leon Romanovsky
- [PATCH 05/18] dma: Provide an interface to allow allocate IOVA, Leon Romanovsky
- [PATCH 11/18] mm/hmm: provide generic DMA managing logic, Leon Romanovsky
- [PATCH 12/18] RDMA/umem: Store ODP access mask information in PFN, Leon Romanovsky
- [PATCH 13/18] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage, Leon Romanovsky
- [PATCH 14/18] RDMA/umem: Separate implicit ODP initialization from explicit ODP, Leon Romanovsky
- [PATCH 10/18] mm/hmm: let users to tag specific PFN with DMA mapped bit, Leon Romanovsky
- [PATCH 16/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse, Leon Romanovsky
- [PATCH 17/18] vfio/mlx5: Explicitly store page list, Leon Romanovsky
- [PATCH 18/18] vfio/mlx5: Convert vfio to use DMA link API, Leon Romanovsky
- [PATCH 15/18] vfio/mlx5: Explicitly use number of pages instead of allocated length, Leon Romanovsky
[GIT PULL] Block fixes for 6.12-rc5,
Jens Axboe
[PATCHv9 0/7] write hints with nvme fdp, scsi streams,
Keith Busch
[PATCH V8 0/8] io_uring: support sqe group and leased group kbuf,
Ming Lei
[PATCH] block: fix queue limits checks in blk_rq_map_user_bvec for real,
Christoph Hellwig
Re: [Syzkaller & bisect] There is INFO: task hung in __rq_qos_throttle, Kent Overstreet
[PATCH] brd: fix null pointer when modprobe brd,
Yang Erkun
[PATCH] blk-core: replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Hongling Zeng
[PATCH V2 0/3] block: model freeze/enter queue as lock for lockdep,
Ming Lei
[PATCH V2 2/3] nvme: core: switch to non_owner variant of start_freeze/unfreeze queue, Ming Lei
Re: [PATCH V2 0/3] block: model freeze/enter queue as lock for lockdep, Jens Axboe
[PATCH] iov_iter: don't require contiguous pages in iov_iter_extract_bvec_pages,
Christoph Hellwig
[PATCH] block: refactor rq_qos_wait(),
Muchun Song
[PATCH] block: fix sanity checks in blk_rq_map_user_bvec,
Uday Shankar
[PATCH] blk-mq: Unexport blk_mq_flush_busy_ctxs(),
Bart Van Assche
[PATCH AUTOSEL 5.15 03/10] block: Fix elevator_get_default() checking for NULL q->tag_set, Sasha Levin
[PATCH AUTOSEL 6.1 04/17] block: Fix elevator_get_default() checking for NULL q->tag_set, Sasha Levin
[PATCH AUTOSEL 6.6 06/23] block: Fix elevator_get_default() checking for NULL q->tag_set, Sasha Levin
[PATCH AUTOSEL 6.11 09/30] block: Fix elevator_get_default() checking for NULL q->tag_set, Sasha Levin
[PATCH 0/3] block: model freeze/enter queue as lock for lockdep,
Ming Lei
[PATCH 5.10] block, bfq: fix procress reference leakage for bfqq in merge chain, Yu Kuai
[PATCH 5.15] block, bfq: fix procress reference leakage for bfqq in merge chain, Yu Kuai
[PATCH 6.1] block, bfq: fix procress reference leakage for bfqq in merge chain, Yu Kuai
[PATCH] blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less long,
Bart Van Assche
[PATCH] block/027: setup scsi_debug with MQ,
Ming Lei
[PATCH] block: remove redundant explicit memory barrier from rq_qos waiter and waker,
Muchun Song
[PATCH v1] blk-mq: add one blk_mq_req_flags_t type to support mq ctx fallback,
zhuxiaohui
[PATCH v10 0/8] block atomic writes for xfs,
John Garry
- [PATCH v10 7/8] xfs: Validate atomic writes, John Garry
- [PATCH v10 1/8] block/fs: Pass an iocb to generic_atomic_write_valid(), John Garry
- [PATCH v10 2/8] fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid(), John Garry
- [PATCH v10 5/8] fs: iomap: Atomic write support, John Garry
- [PATCH v10 6/8] xfs: Support atomic write for statx, John Garry
- [PATCH v10 8/8] xfs: Support setting FMODE_CAN_ATOMIC_WRITE, John Garry
- [PATCH v10 3/8] block: Add bdev atomic write limits helpers, John Garry
- [PATCH v10 4/8] fs: Export generic_atomic_write_valid(), John Garry
- Re: (subset) [PATCH v10 0/8] block atomic writes for xfs, Jens Axboe
- Re: [PATCH v10 0/8] block atomic writes for xfs, Ojaswin Mujoo
[RFC PATCH 0/4] dm-default-key: target for filesystem metadata encryption,
Eric Biggers
[GIT PULL] Block fixes for 6.12-rc4,
Jens Axboe
[syzbot] [block?] INFO: task hung in blk_mq_update_tag_set_shared, syzbot
[PATCH for-next] nvme: use helpers to access io_uring cmd space,
Pavel Begunkov
[PATCH] iomap: writeback_control pointer part of iomap_writepage_ctx,
Goldwyn Rodrigues
[PATCH V2] nbd: fix partial sending,
Ming Lei
[Index of Archives]
[Linux RAID]
[Linux SCSI]
[Linux ATA RAID]
[Linux Wireless]
[Linux Bluetooth]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Git]
[Security]
[Linux Netdev]
[Netfilter]
[Bugtraq]