linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-28 04:50:00 to 2022-06-30 02:05:17 UTC [more...]

[PATCH v2 00/63] Improve static type checking for request flags
 2022-06-30  2:05 UTC  (65+ messages)
` [PATCH v2 01/63] treewide: Rename enum req_opf into enum req_op
` [PATCH v2 02/63] block: Use enum req_op where appropriate
` [PATCH v2 03/63] block: Change the type of the last .rw_page() argument
` [PATCH v2 04/63] block: Change the type of req_op() and bio_op() into enum req_op
` [PATCH v2 05/63] block: Introduce the type blk_opf_t
` [PATCH v2 06/63] block: Use the new blk_opf_t type
` [PATCH v2 07/63] block/bfq: "
` [PATCH v2 08/63] block/mq-deadline: "
` [PATCH v2 09/63] block/kyber: "
` [PATCH v2 10/63] blktrace: Trace remapped requests correctly
` [PATCH v2 11/63] blktrace: Use the new blk_opf_t type
` [PATCH v2 12/63] block/brd: Use the enum req_op type
` [PATCH v2 13/63] block/drbd: Use the enum req_op and blk_opf_t types
` [PATCH v2 14/63] block/drbd: Combine two drbd_submit_peer_request() arguments
` [PATCH v2 15/63] block/floppy: Fix a sparse warning
` [PATCH v2 16/63] block/rnbd: Use blk_opf_t where appropriate
` [PATCH v2 17/63] xen-blkback: Use the enum req_op and blk_opf_t types
` [PATCH v2 18/63] block/zram: Use enum req_op where appropriate
` [PATCH v2 19/63] nvdimm-btt: Use the enum req_op type
` [PATCH v2 20/63] um: Use enum req_op where appropriate
` [PATCH v2 21/63] dm/core: Reduce the size of struct dm_io_request
` [PATCH v2 22/63] dm/core: Rename kcopyd_job.rw into kcopyd.op
` [PATCH v2 23/63] dm/core: Combine request operation type and flags
` [PATCH v2 24/63] dm/ebs: Change 'int rw' into 'enum req_op op'
` [PATCH v2 25/63] dm/dm-flakey: Use the new blk_opf_t type
` [PATCH v2 26/63] dm/dm-integrity: Combine request operation and flags
` [PATCH v2 27/63] dm mirror log: Use the new blk_opf_t type
` [PATCH v2 28/63] dm-snap: Combine request operation type and flags
` [PATCH v2 29/63] dm/zone: Use the enum req_op type
` [PATCH v2 30/63] dm/dm-zoned: "
` [PATCH v2 31/63] md/core: Combine two sync_page_io() arguments
` [PATCH v2 32/63] md/bcache: Combine two uuid_io() arguments
` [PATCH v2 33/63] md/bcache: Combine two prio_io() arguments
` [PATCH v2 34/63] md/raid1: Use the new blk_opf_t type
` [PATCH v2 35/63] md/raid10: "
` [PATCH v2 36/63] md/raid5: Use the enum req_op and blk_opf_t types
` [PATCH v2 37/63] nvme/host: "
` [PATCH v2 38/63] nvme/target: Use the new blk_opf_t type
` [PATCH v2 39/63] scsi/core: Improve static type checking
` [PATCH v2 40/63] scsi/core: Change the return type of scsi_noretry_cmd() into bool
` [PATCH v2 41/63] scsi/core: Use the new blk_opf_t type
` [PATCH v2 42/63] scsi/device_handlers: "
` [PATCH v2 43/63] scsi/ufs: Rename a 'dir' argument into 'op'
` [PATCH v2 44/63] scsi/target: Use the new blk_opf_t type
` [PATCH v2 45/63] mm: "
` [PATCH v2 46/63] fs/buffer: "
` [PATCH v2 47/63] fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
` [PATCH v2 48/63] fs/direct-io: Reduce the size of struct dio
` [PATCH v2 49/63] fs/mpage: Use the new blk_opf_t type
` [PATCH v2 50/63] fs/btrfs: Use the enum req_op and blk_opf_t types
` [PATCH v2 51/63] fs/ext4: Use the new blk_opf_t type
` [PATCH v2 52/63] fs/f2fs: Use the enum req_op and blk_opf_t types
` [PATCH v2 53/63] fs/gfs2: "
` [PATCH v2 54/63] fs/hfsplus: "
` [PATCH v2 55/63] fs/iomap: Use the new blk_opf_t type
` [PATCH v2 56/63] fs/jbd2: Fix the documentation of the jbd2_write_superblock() callers
` [PATCH v2 57/63] fs/nfs: Use enum req_op where appropriate
` [PATCH v2 58/63] fs/nilfs2: Use the enum req_op and blk_opf_t types
` [PATCH v2 59/63] fs/ntfs3: Use enum req_op where appropriate
` [PATCH v2 60/63] fs/ocfs2: Use the enum req_op and blk_opf_t types
` [PATCH v2 61/63] PM: "
` [PATCH v2 62/63] fs/xfs: "
` [PATCH v2 63/63] fs/zonefs: Use the enum req_op type for request operations

[PATCH v3 0/2] blk-cgroup: duplicated code refactor
 2022-06-30  1:46 UTC  (6+ messages)
` [PATCH v3 1/2] blk-cgroup: factor out blkcg_iostat_update()
` [PATCH v3 2/2] blk-cgroup: factor out blkcg_free_all_cpd()

[PATCH 5.20 0/4] block/dm: add bio_rewind for improving dm requeue
 2022-06-30  1:14 UTC  (31+ messages)
` [PATCH 5.20 1/4] block: add bio_rewind() API

[PATCH] blk-mq: set BLK_MQ_S_STOPPED first to avoid unexpected queue work
 2022-06-30  1:07 UTC  (3+ messages)

[PATCH v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-06-29 22:41 UTC  (46+ 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 5.20 v2 0/3] block/dm: add bio_rewind to improve DM requeue
 2022-06-29 21:55 UTC  (4+ messages)
` [PATCH 5.20 v2 1/3] dm: improve BLK_STS_DM_REQUEUE and BLK_STS_AGAIN handling
` [PATCH 5.20 v2 2/3] block: add bio_rewind() API
` [PATCH 5.20 v2 3/3] dm: add two stage requeue mechanism

[linux-next] [[5.19.0-rc4-next-20220627] WARNING during reboot to linux-next kernel
 2022-06-29 21:35 UTC  (3+ messages)

[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

[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  (12+ messages)
` [PATCH v3 6/8] block/null_blk: Add support for pipelining zoned writes
` [PATCH v3 8/8] nvme: Enable pipelining of "

[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()

[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  (5+ messages)

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  (2+ messages)

[bug report from blktests nvme/032] WARNING: possible circular locking dependency detected
 2022-06-28  6:18 UTC  (5+ messages)


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).