linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-16 17:52:55 to 2020-12-29 08:57:12 UTC [more...]

[PATCH v3 0/6] add support for inline encryption to device mapper
 2020-12-29  8:55 UTC  (4+ messages)
` [PATCH v3 1/6] block: keyslot-manager: Introduce passthrough keyslot manager
` [PATCH v3 2/6] block: keyslot-manager: Introduce functions for device mapper support
` [PATCH v3 3/6] dm: add support for passing through inline crypto support

[PATCH 0/3] fix the performance fluctuation due to shared tagset
 2020-12-29  2:37 UTC  (10+ messages)
` [PATCH 1/3] blk-mq: allow hardware queue to get more tag while sharing a tag set
` [PATCH 2/3] blk-mq: clear 'active_queues' immediately when 'nr_active' is decreased to 0
` [PATCH 3/3] blk-mq: decrease pending_queues when it expires

[PATCH blktests v3 0/2] Support max_open_zones and max_active_zones
 2020-12-29  0:44 UTC  (3+ messages)
` [PATCH blktests v3 1/2] common/rc: Check both max_active_zones and max_open_zones
` [PATCH blktests v3 2/2] zbd/005: Provide max_active/open_zones limit to fio command

[PATCH v5 0/4] scatterlist: add new capabilities
 2020-12-28 23:49 UTC  (5+ messages)
` [PATCH v5 1/4] sgl_alloc_order: remove 4 GiB limit, sgl_free() warning
` [PATCH v5 2/4] scatterlist: add sgl_copy_sgl() function
` [PATCH v5 3/4] scatterlist: add sgl_compare_sgl() function
` [PATCH v5 4/4] scatterlist: add sgl_memset()

[git pull] device mapper fix for 5.11-rc2
 2020-12-28 23:37 UTC  (2+ messages)

[PATCH] block: add debugfs stanza for QUEUE_FLAG_NOWAIT
 2020-12-28 19:27 UTC 

[PATCH v2] blokc/blk-merge: remove the next_bvec label in __blk_bios_map_sg()
 2020-12-28 15:25 UTC  (2+ messages)
  ` [blokc/blk] d828aefa7a: xfstests.xfs.372.fail

[PATCH v2] local64.h: make <asm/local64.h> mandatory
 2020-12-27 15:09 UTC  (3+ messages)

[PATCH] blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queue
 2020-12-27 11:34 UTC 

[RFC] block: reject I/O in BLKRRPART if block size changed
 2020-12-26 18:02 UTC 

[PATCH] rsxx: remove unused including <linux/version.h>
 2020-12-26  1:27 UTC 

[PATCH] bfq: don't duplicate code for different paths
 2020-12-25 13:00 UTC 

[GIT PULL] Block fixes for 5.11-rc1
 2020-12-24 21:59 UTC  (2+ messages)

[PATCH v1 0/6] no-copy bvec
 2020-12-24 17:30 UTC  (24+ messages)
` [PATCH v1 2/6] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v1 3/6] bio: deduplicate adding a page into bio
` [PATCH v1 4/6] block/psi: remove PSI annotations from direct IO
` [PATCH v1 5/6] bio: add a helper calculating nr segments to alloc
` [PATCH v1 6/6] block/iomap: don't copy bvec for direct IO

[PATCH] block: sed-opal: remove h from printk format specifier
 2020-12-23 19:29 UTC 

[RFC] nvme: set block size during namespace validation
 2020-12-23 18:31 UTC  (5+ messages)

[PATCH 0/2] bcache second wave patches for Linux v5.11
 2020-12-23 16:25 UTC  (4+ messages)
` [PATCH 1/2] bcache:remove a superfluous check in register_bcache
` [PATCH 2/2] md/bcache: convert comma to semicolon

[RFC PATCH v2 0/2] blk-mq: Avoid use-after-free for accessing old requests
 2020-12-23 15:47 UTC  (19+ messages)
` [RFC PATCH v2 1/2] blk-mq: Clean up references to old requests when freeing rqs
` [RFC PATCH v2 2/2] blk-mq: Lockout tagset iter "

[PATCH RFC 0/7] dm: add support of iopoll
 2020-12-23 11:26 UTC  (8+ messages)
` [PATCH RFC 1/7] block: move definition of blk_qc_t to types.h
` [PATCH RFC 2/7] block: add helper function fetching gendisk from queue
` [PATCH RFC 3/7] block: add iopoll method for non-mq device
` [PATCH RFC 4/7] block: define blk_qc_t as uintptr_t
` [PATCH RFC 5/7] dm: always return BLK_QC_T_NONE for bio-based device
` [PATCH RFC 6/7] block: track cookies of split bios "
` [PATCH RFC 7/7] dm: add support for IO polling

[PATCH] blokc/blk-merge: remove the next_bvec label in __blk_bios_map_sg()linux-block@vger.kernel.org (open list:BLOCK LAYER)
 2020-12-23  9:24 UTC  (4+ messages)

DM's filesystem lookup in dm_get_dev_t() [was: Re: linux-next: manual merge of the device-mapper tree with Linus' tree]
 2020-12-23  8:06 UTC  (5+ messages)
      ` [dm-devel] "

[PATCH v2] block: move definition of blk_qc_t to types.h
 2020-12-23  7:45 UTC  (2+ messages)

[PATCH 0/2 RFC] blk-mq: Improve performance of non-mq IO schedulers with multiple HW queues
 2020-12-23  3:43 UTC  (8+ messages)
` [PATCH 1/2] Revert "blk-mq, elevator: Count requests per hctx to improve performance"
` [PATCH 2/2] blk-mq: Improve performance of non-mq IO schedulers with multiple HW queues

[PATCH] block: move definition of blk_qc_t to types.h
 2020-12-23  1:02 UTC  (3+ messages)

[git pull] device mapper changes for 5.11
 2020-12-22 22:24 UTC  (2+ messages)

[PATCH v6 00/16] blkcg:Support to track FC storage blk io traffic
 2020-12-22 17:09 UTC  (20+ messages)
` [PATCH v6 01/16] cgroup: Added cgroup_get_from_id
` [PATCH v6 02/16] blkcg: Added a app identifier support for blkcg
` [PATCH v6 03/16] nvme: Added a newsysfs attribute appid_store
` [PATCH v6 04/16] lpfc: vmid: Add the datastructure for supporting VMID in lpfc
` [PATCH v6 05/16] lpfc: vmid: Supplementary data structures for vmid and APIs
` [PATCH v6 06/16] lpfc: vmid: Forward declarations for APIs
` [PATCH v6 07/16] lpfc: vmid: VMID params initialization
` [PATCH v6 08/16] lpfc: vmid: Add support for vmid in mailbox command, does vmid resource allocation and vmid cleanup
` [PATCH v6 09/16] lpfc: vmid: Implements ELS commands for appid patch
` [PATCH v6 10/16] lpfc: vmid: Functions to manage vmids
` [PATCH v6 11/16] lpfc: vmid: Implements CT commands for appid
` [PATCH v6 12/16] lpfc: vmid: Appends the vmid in the wqe before sending
` [PATCH v6 13/16] lpfc: vmid: Timeout implementation for vmid
` [PATCH v6 14/16] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [PATCH v6 15/16] lpfc: vmid: Introducing vmid in io path
` [PATCH v6 16/16] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID

small MAINTAINERS and copyright updates
 2020-12-22 15:42 UTC  (3+ messages)

[PATCH 1/2] block: fixup the kerneldoc for bd_abort_claiming
 2020-12-22 13:30 UTC  (2+ messages)
` [PATCH 2/2] block: fixup the kerneldoc for lookup_bdev

[RFC PATCH] badblocks: Improvement badblocks_set() for handling multiple ranges
 2020-12-22 11:12 UTC  (6+ messages)

[PATCH v5 00/16] blkcg:Support to track FC storage blk io traffic
 2020-12-22  6:02 UTC  (6+ messages)
` [PATCH v5 02/16] blkcg: Added a app identifier support for blkcg
` [PATCH v5 16/16] scsi: Made changes in Kconfig to select BLK_CGROUP_FC_APPID

[PATCH] block: aoe: Use seq_putc() if possible
 2020-12-21 16:04 UTC 

[PATCH -next] block: brd: Replace simple_strtol by simple_strtoul
 2020-12-21 13:04 UTC 

[PATCH] block: aoe: replace use of __constant_htons to htons
 2020-12-21 11:03 UTC  (3+ messages)

[PATCH] block: aoe: replace use of __constant_htons to htons
 2020-12-20 20:56 UTC 

Fwd: Re: [PATCH] block: aoe: replace use of __constant_htons to htons
 2020-12-20 20:47 UTC 

[PATCH] block: fix use-after-free in disk_part_iter_next
 2020-12-21  4:33 UTC 

[PATCH] block: aoe: Use seq_putc() if possible
 2020-12-20 15:28 UTC 

[PATCH v5 11/16] lpfc: vmid: Implements CT commands for appid
 2020-12-19 23:27 UTC  (2+ messages)

[PATCH v5 10/16] lpfc: vmid: Functions to manage vmids
 2020-12-19 20:20 UTC  (2+ messages)

[PATCH v5 09/16] lpfc: vmid: Implements ELS commands for appid patch
 2020-12-19 18:04 UTC  (2+ messages)

[PATCH v5 08/16] lpfc: vmid: Add support for vmid in mailbox command, does vmid resource allocation and vmid cleanup
 2020-12-19 15:58 UTC  (2+ messages)

[PATCH] block/rnbd: Adding name to the Contributors List
 2020-12-18 15:33 UTC  (4+ messages)

"blk-mq: Use llist_head for blk_cpu_done" causing warnings
 2020-12-18 15:22 UTC  (3+ messages)

[PATCH 0/3 v2] blk-mq: Don't complete in IRQ, use llist_head
 2020-12-17 19:15 UTC  (20+ messages)
` [PATCH 2/3] blk-mq: Always complete remote completions requests in softirq

[PATCH v5 0/2] fix inaccurate io_ticks
 2020-12-17 17:03 UTC  (9+ messages)

[PATCH 0/4] Fix DASD control unit updates
 2020-12-17 16:36 UTC  (6+ messages)
` [PATCH 1/4] s390/dasd: fix hanging device offline processing
` [PATCH 2/4] s390/dasd: prevent inconsistent LCU device data
` [PATCH 3/4] s390/dasd: fix list corruption of pavgroup group list
` [PATCH 4/4] s390/dasd: fix list corruption of lcu list

[PATCH 1/2] blk-iocost: Add iocg idle state tracepoint
 2020-12-17 14:56 UTC  (8+ messages)
` [PATCH 2/2] blk-iocost: Use alloc_percpu_gfp() to simplify the code

[PATCH] nbd: Respect max_part for all partition scans
 2020-12-17 14:55 UTC  (3+ messages)

[PATCH V3] nvme: enable char device per namespace
 2020-12-17 13:29 UTC  (6+ messages)
    `  "

hybrid polling on an nvme doesn't seem to work with iodepth > 1 on 5.10.0-rc5
 2020-12-16 22:22 UTC  (11+ messages)

[GIT PULL] Block changes for 5.10
 2020-12-16 21:18 UTC  (2+ messages)

[GIT PULL] Block driver changes for 5.11
 2020-12-16 21:18 UTC  (5+ messages)

[PATCH v5 14/16] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
 2020-12-16 18:31 UTC  (2+ messages)

[PATCH V4] nvme: enable char device per namespace
 2020-12-16 18:18 UTC 

[PATCH v5 13/16] lpfc: vmid: Timeout implementation for vmid
 2020-12-16 17:51 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).