linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-20 12:09:01 to 2018-09-26 02:55:24 UTC [more...]

[PATCH v10 0/8] blk-mq: Implement runtime power management
 2018-09-26  2:55 UTC  (14+ messages)
` [PATCH v10 1/8] block: Move power management code into a new source file
` [PATCH v10 2/8] block, scsi: Change the preempt-only flag into a counter
` [PATCH v10 3/8] block: Split blk_pm_add_request() and blk_pm_put_request()
` [PATCH v10 4/8] block: Schedule runtime resume earlier
` [PATCH v10 5/8] percpu-refcount: Introduce percpu_ref_resurrect()
` [PATCH v10 6/8] block: Allow unfreezing of a queue while requests are in progress
` [PATCH v10 7/8] block: Make blk_get_request() block for non-PM requests while suspended
` [PATCH v10 8/8] blk-mq: Enable support for runtime power management

[PATCHv2] blk-mq: Allow blocking queue tag iter callbacks
 2018-09-26  2:18 UTC  (3+ messages)

[PATCH] bcache: use REQ_PRIO to indicate bio for metadata
 2018-09-25 16:32 UTC  (2+ messages)

[PATCH v7 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-09-25 18:51 UTC  (25+ messages)
` [PATCH v7 01/13] PCI/P2PDMA: Support peer-to-peer memory
` [PATCH v7 02/13] PCI/P2PDMA: Add sysfs group to display p2pmem stats
` [PATCH v7 03/13] PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offset
` [PATCH v7 04/13] PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpers
` [PATCH v7 05/13] docs-rst: Add a new directory for PCI documentation
` [PATCH v7 06/13] PCI/P2PDMA: Add P2P DMA driver writer's documentation
` [PATCH v7 07/13] block: Add PCI P2P flag for request queue and check support for requests
` [PATCH v7 08/13] IB/core: Ensure we map P2P memory correctly in rdma_rw_ctx_[init|destroy]()
` [PATCH v7 09/13] nvme-pci: Use PCI p2pmem subsystem to manage the CMB
` [PATCH v7 10/13] nvme-pci: Add support for P2P memory in requests
` [PATCH v7 11/13] nvme-pci: Add a quirk for a pseudo CMB
` [PATCH v7 12/13] nvmet: Introduce helper functions to allocate and free request SGLs
` [PATCH v7 13/13] nvmet: Optionally use PCI P2P memory

block: DMA alignment of IO buffer allocated from slab
 2018-09-25 21:04 UTC  (39+ messages)

[PATCH] blk-mq: Allow blocking queue tag iter callbacks
 2018-09-25 15:47 UTC  (7+ messages)

clean up physical merging helpers
 2018-09-25 20:30 UTC  (6+ messages)
` [PATCH 1/5] arm: remove the unused BIOVEC_MERGEABLE define
` [PATCH 2/5] xen: remove the xen_biovec_phys_mergeable export
` [PATCH 3/5] xen: provide a prototype for xen_biovec_phys_mergeable in xen.h
` [PATCH 4/5] block: remove ARCH_BIOVEC_PHYS_MERGEABLE
` [PATCH 5/5] xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>

clean up physical merging helpers
 2018-09-25 20:29 UTC  (7+ messages)
        ` [Xen-devel] "

clean up physical merging helpers V2
 2018-09-25 20:25 UTC  (15+ messages)
` [PATCH 01/10] arm: remove the unused BIOVEC_MERGEABLE define
` [PATCH 02/10] block: move integrity_req_gap_{back,front}_merge to blk.h
` [PATCH 03/10] block: move req_gap_{back,front}_merge to blk-merge.c
` [PATCH 04/10] block: move req_gap_back_merge to blk.h
` [PATCH 05/10] block: simplify BIOVEC_PHYS_MERGEABLE
` [PATCH 06/10] block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_page
` [PATCH 07/10] block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeable
` [PATCH 08/10] block: remove bvec_to_phys
` [PATCH 09/10] block: don't include io.h from bio.h
` [PATCH 10/10] block: don't include bug.h "

[PATCH 1/4] block/loop: Don't grab "struct file" for vfs_getattr() operation
 2018-09-25 18:59 UTC  (5+ messages)
` [PATCH 2/4] block/loop: Use global lock for ioctl() operation
` [PATCH 3/4] block/loop: Reorganize loop_reread_partitions() callers
` [PATCH 4/4] block/loop: Fix circular locking dependency at blkdev_reread_part()

duplicate check for CAP_SYS_RAWIO
 2018-09-25 17:27 UTC 

[PATCH crypto-next 07/23] block: cryptoloop: Remove VLA usage of skcipher
 2018-09-25 16:32 UTC  (7+ messages)

[PATCH v3 (resend)] block/loop: Serialize ioctl operations
 2018-09-25  9:57 UTC  (11+ messages)
    ` [PATCH v4] "

[PATCH] block/loop: Don't hold lock while rereading partition
 2018-09-25  8:47 UTC  (2+ messages)

[PATCH] block/loop: Use global lock for ioctl() operation
 2018-09-25  8:41 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] block/loop: Don't grab "struct file" for vfs_getattr() operation
 2018-09-25  8:33 UTC  (2+ messages)

[PATCH] sunvdc: Remove VLA usage
 2018-09-25  3:19 UTC  (2+ messages)

[PATCH v6 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-09-24 22:39 UTC  (24+ messages)
` [PATCH v6 01/13] PCI/P2PDMA: Support peer-to-peer memory
` [PATCH v6 02/13] PCI/P2PDMA: Add sysfs group to display p2pmem stats
` [PATCH v6 03/13] PCI/P2PDMA: Add PCI p2pmem DMA mappings to adjust the bus offset
` [PATCH v6 04/13] PCI/P2PDMA: Introduce configfs/sysfs enable attribute helpers
` [PATCH v6 06/13] PCI/P2PDMA: Add P2P DMA driver writer's documentation

Regression caused by f5bbbbe4d635
 2018-09-24 20:00 UTC  (4+ messages)

[PATCH] block: use nanosecond resolution for iostat
 2018-09-24 17:31 UTC  (3+ messages)

[PATCH] drivers/block/xen-blkback/common.h: use DIV_ROUND_UP instead of reimplementing its function
 2018-09-24 13:28 UTC  (7+ messages)
` [Xen-devel] "

[PATCH 4.18 226/235] block/DAC960.c: fix defined but not used build warnings
 2018-09-24 11:53 UTC 

[GIT PULL] Block fix for 4.19-rc5
 2018-09-23  7:23 UTC  (2+ messages)

[PATCH v2] blk-mq: Document the functions that iterate over requests
 2018-09-22  2:30 UTC  (2+ messages)

[PATCH v3 00/12] block: always associate blkg and refcount cleanup
 2018-09-22  2:29 UTC  (3+ messages)

[RFC PATCH 0/6] lightnvm: pblk: Introduce RAIL to enforce low tail read latency
 2018-09-21  7:04 UTC  (11+ messages)
` [RFC PATCH 5/6] lightnvm: pblk: Add RAIL interface

REQ_OP_WRITE_ZEROES clash with REQ_FAILFAST_TRANSPORT ?
 2018-09-21 10:11 UTC  (2+ messages)

[GIT PULL] Storage fixes for 4.19-rc5
 2018-09-21  8:28 UTC  (2+ messages)

[PATCHv3 0/5] genhd: register default groups with device_add_disk()
 2018-09-21  5:48 UTC  (2+ messages)

[PATCH] Blk-throttle: update to use rbtree with leftmost node cached
 2018-09-21  1:31 UTC  (3+ messages)

[RFC PATCH 0/3] blk-mq: rework queue freeze and preempt-only
 2018-09-21  2:24 UTC  (8+ messages)
` [PATCH 1/3] percpu_ref: add a new helper interface __percpu_ref_get_many

[PATCH v9 0/8] blk-mq: Implement runtime power management
 2018-09-21  0:54 UTC  (8+ messages)
` [PATCH v9 1/8] blk-mq: Document the functions that iterate over requests
` [PATCH v9 7/8] block: Make blk_get_request() block for non-PM requests while suspended

[PATCH] bcache: add a command to show bcache topology
 2018-09-20 14:58 UTC  (2+ messages)

[PATCH, resend] block: use bio_add_page in bio_iov_iter_get_pages
 2018-09-20 15:12 UTC  (2+ messages)

[GIT PULL] nvme fix for 4.19
 2018-09-20 15:11 UTC  (2+ 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).