messages from 2022-06-25 03:02:45 to 2022-06-29 19:59:15 UTC [more...]
[PATCH 5.20 0/4] block/dm: add bio_rewind for improving dm requeue
2022-06-29 19:59 UTC (29+ messages)
` [PATCH 5.20 1/4] block: add bio_rewind() API
` [dm-devel] "
[PATCHv6 00/11] direct-io dma alignment
2022-06-29 19:28 UTC (16+ messages)
` [PATCHv6 11/11] iomap: add support for dma aligned direct-io
[PATCH v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
2022-06-29 19:15 UTC (45+ messages)
` [PATCH v7 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v7 02/21] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v7 03/21] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v7 04/21] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v7 05/21] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v7 06/21] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v7 07/21] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v7 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v7 09/21] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v7 10/21] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v7 11/21] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v7 12/21] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v7 13/21] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v7 14/21] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v7 15/21] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v7 16/21] block: add check when merging zone device pages
` [PATCH v7 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
[PATCH] blk-mq: set BLK_MQ_S_STOPPED first to avoid unexpected queue work
2022-06-29 18:23 UTC (2+ messages)
[PATCH v3 0/2] blk-cgroup: duplicated code refactor
2022-06-29 17:10 UTC (5+ messages)
` [PATCH v3 1/2] blk-cgroup: factor out blkcg_iostat_update()
` [PATCH v3 2/2] blk-cgroup: factor out blkcg_free_all_cpd()
[syzbot] linux-next boot error: WARNING in blk_mq_release
2022-06-29 14:48 UTC
clean up the blk-ia-ranges.c code a bit
2022-06-29 14:36 UTC (12+ messages)
` [PATCH 1/2] block: move ->ia_ranges from the request_queue to the gendisk
` [PATCH 2/2] block: simplify disk_set_independent_access_ranges
[PATCH] block: remove "select BLK_RQ_IO_DATA_LEN" from BLK_CGROUP_IOCOST dependency
2022-06-29 14:36 UTC (3+ messages)
[RFC] libubd: library for ubd(userspace block driver based on io_uring passthrough)
2022-06-29 11:33 UTC (4+ messages)
[PATCH blktests] block/007: support fallback device
2022-06-29 7:32 UTC
[PATCH v3 0/8] Improve zoned storage write performance
2022-06-29 6:10 UTC (25+ messages)
` [PATCH v3 1/8] block: Document blk_queue_zone_is_seq() and blk_rq_zone_is_seq()
` [PATCH v3 2/8] block: Introduce the blk_rq_is_seq_zone_write() function
` [PATCH v3 3/8] block: Introduce a request queue flag for pipelining zoned writes
` [PATCH v3 4/8] block/mq-deadline: Only use zone locking if necessary
` [PATCH v3 5/8] block/null_blk: Refactor null_queue_rq()
` [PATCH v3 6/8] block/null_blk: Add support for pipelining zoned writes
` [PATCH v3 7/8] nvme: Make the number of retries command specific
` [PATCH v3 8/8] nvme: Enable pipelining of zoned writes
[PATCH v2 0/2] blk-cgroup: duplicated code refactor
2022-06-29 5:20 UTC (5+ messages)
` [PATCH v2 1/2] blk-cgroup: factor out blkcg_iostat_update()
` [PATCH v2 2/2] blk-cgroup: factor out blkcg_free_all_cpd()
[linux-next] [[5.19.0-rc4-next-20220627] WARNING during reboot to linux-next kernel
2022-06-29 3:12 UTC (2+ messages)
[PATCH 0/2] blk-cgroup: duplicated code refactor
2022-06-29 1:30 UTC (5+ messages)
` [PATCH 1/2] blk-cgroup: factor out blkcg_iostat_update()
` [PATCH 2/2] blk-cgroup: factor out blkcg_free_all_cpd()
[PATCH 00/51] Improve static type checking for request flags
2022-06-28 23:10 UTC (26+ messages)
` [PATCH 27/51] nvme/host: Use the enum req_op and blk_opf_t types
` [PATCH 28/51] nvme/target: Use the new blk_opf_t type
` [PATCH 49/51] PM: Use the enum req_op and blk_opf_t types
` [PATCH 50/51] fs/xfs: "
` [PATCH 51/51] fs/zonefs: Fix sparse warnings in tracing code
cleanup block layer sysfs handling v2
2022-06-28 19:06 UTC (8+ messages)
` [PATCH 1/6] block: simplify blktrace sysfs attribute creation
` [PATCH 2/6] block: remove a superflous queue kobject reference
` [PATCH 3/6] block: use default groups to register the queue attributes
` [PATCH 4/6] block: remove the extra gendisk reference in __blk_mq_register_dev
` [PATCH 5/6] blk-mq: rename blk_mq_sysfs_{,un}register
` [PATCH 6/6] blk-mq: cleanup disk sysfs registration
[PATCH V3 0/1] ublk: add io_uring based userspace block driver
2022-06-28 16:08 UTC (2+ messages)
` [PATCH V3 1/1] "
fully tear down the queue in del_gendisk
2022-06-28 14:42 UTC (12+ messages)
` [PATCH 6/6] block: remove blk_cleanup_disk
[PATCH blktests v2] blktests: Add _have_kernel_config_file() and _check_kernel_option()
2022-06-28 8:53 UTC (2+ messages)
[PATCH v2 0/6] blk-mq: Add a flag for reserved requests series
2022-06-28 8:27 UTC (4+ messages)
` [PATCH v2 5/6] blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
[bug report from blktests nvme/032] WARNING: possible circular locking dependency detected
2022-06-28 6:18 UTC (5+ messages)
[PATCH] scsi: Remove usage of the deprecated ida_simple_xxx API
2022-06-28 3:24 UTC (2+ messages)
[PATCH] trace: events: scsi: Print driver_tag and scheduler_tag in SCSI trace
2022-06-28 3:24 UTC (3+ messages)
` [PATCH v2] "
[PATCH AUTOSEL 5.18 21/53] block: serialize all debugfs operations using q->debugfs_mutex
2022-06-28 2:18 UTC (3+ messages)
` [PATCH AUTOSEL 5.18 22/53] block: remove per-disk debugfs files in blk_unregister_queue
` [PATCH AUTOSEL 5.18 23/53] block: freeze the queue earlier in del_gendisk
[PATCH ubdsrv] tgt_null: Return number of sectors read/written
2022-06-27 7:46 UTC (4+ messages)
[PATCH blktests] blktests: Split _have_kernel_option()
2022-06-27 7:35 UTC (3+ messages)
[bug report] kmemleak observed from blktests on latest linux-block/for-next
2022-06-26 14:16 UTC (6+ messages)
[PATCH] paride: Fixed integer overflow in pt_read and pt_write
2022-06-26 11:02 UTC
[PATCH v3 0/8] make statx() return DIO alignment information
2022-06-26 10:20 UTC (10+ messages)
` [PATCH v3 1/8] statx: add direct I/O "
` [PATCH v3 2/8] vfs: support STATX_DIOALIGN on block devices
[PATCH blktests] nvmeof-mp/rc: Avoid skipping tests due to the expected SKIP_REASON
2022-06-26 8:16 UTC (5+ messages)
[PATCH -next v5 0/8] bugfix and cleanup for blk-throttle
2022-06-26 2:39 UTC (8+ messages)
` [PATCH -next v5 4/8] blk-throttle: fix io hung due to config updates
[PATCH v2 0/6] Improve zoned storage write performance
2022-06-26 0:23 UTC (6+ messages)
` [PATCH v2 6/6] block/null_blk: Add support for pipelining zoned writes
[PATCH] blk-mq: blk_mq_tag_busy is no need to return a value
2022-06-25 17:02 UTC (2+ messages)
[PATCH] lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()
2022-06-25 17:02 UTC (3+ messages)
[PATCH -next v10 0/4] support concurrent sync io for bfq on a specail occasion
2022-06-25 8:10 UTC (5+ messages)
` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'
cleanup block layer sysfs handling
2022-06-25 3:09 UTC (9+ messages)
` [PATCH 3/6] block: use default groups to register the queue attributes
` [PATCH 4/6] block: remove the extra gendisk reference in __blk_mq_register_dev
` [PATCH 5/6] blk-mq: rename blk_mq_sysfs_{,un}register
` [PATCH 6/6] blk-mq: cleanup disk sysfs registration
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