linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-11 20:53:08 to 2020-08-17 08:03:08 UTC [more...]

[PATCH RFC v7 00/12] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-08-17  8:00 UTC  (11+ messages)
` [PATCH RFC v7 12/12] hpsa: enable host_tagset and switch to MQ

[PATCH v2 3/3] skd: use generic power management
 2020-08-17  7:55 UTC  (3+ messages)
` [PATCH v3 0/3] block: "

[PATCH RESEND 0/5] Some clean-ups for bio merge
 2020-08-17  7:55 UTC  (13+ messages)
` [PATCH RESEND 1/5] block: Move bio merge related functions into blk-merge.c
` [PATCH RESEND 2/5] block: Remove redundant blk_mq_sched_allow_merge() validation
` [PATCH RESEND 3/5] block: Add a new helper to attempt to merge a bio
  ` [PATCH] block: fix boolconv.cocci warnings
` [PATCH RESEND 4/5] block: Remove blk_mq_attempt_merge() function
` [PATCH RESEND 5/5] block: Remove __blk_mq_sched_bio_merge() helper

[PATCH 00/14] bcache: remove multiple caches code framework
 2020-08-17  7:10 UTC  (31+ messages)
` [PATCH 01/14] bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
` [PATCH 02/14] bcache: explicitly make cache_set only have single cache
` [PATCH 03/14] bcache: remove for_each_cache()
` [PATCH 04/14] bcache: add set_uuid in struct cache_set
` [PATCH 05/14] bcache: only use block_bytes() on struct cache
` [PATCH 06/14] bcache: remove useless alloc_bucket_pages()
` [PATCH 07/14] bcache: remove useless bucket_pages()
` [PATCH 08/14] bcache: only use bucket_bytes() on struct cache
` [PATCH 09/14] bcache: avoid data copy between cache_set->sb and cache->sb
` [PATCH 10/14] bcache: don't check seq numbers in register_cache_set()
` [PATCH 11/14] bcache: remove can_attach_cache()
` [PATCH 12/14] bcache: check and set sync status on cache's in-memory super block
` [PATCH 13/14] bcache: remove embedded struct cache_sb from struct cache_set
` [PATCH 14/14] bcache: move struct cache_sb out of uapi bcache.h

[PATCH] block: don't read block device if it's invalid
 2020-08-17  6:42 UTC  (2+ messages)

[RFC PATCH 0/4] block/bpf: add eBPF based block layer IO filtering
 2020-08-17  6:37 UTC  (12+ messages)
` [RFC PATCH 1/4] bpf: add new prog_type BPF_PROG_TYPE_IO_FILTER
` [RFC PATCH 2/4] bpf: add protect_gpt sample program
` [RFC PATCH 3/4] bpf: add eBPF IO filter documentation
` [RFC PATCH 4/4] bpf: add BPF_PROG_TYPE_LSM to bpftool name array

[PATCH v5 1/3] net: introduce helper sendpage_ok() in include/linux/net.h
 2020-08-17  5:45 UTC  (5+ messages)
` [PATCH v5 2/3] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v5 3/3] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()

[PATCH] bsg-lib: convert comma to semicolon
 2020-08-17  3:07 UTC  (2+ messages)

[PATCH V2 0/6] ceph: Use more generic logging
 2020-08-17  1:34 UTC  (2+ messages)
` [PATCH V2 5/6] rbd: Use generic debugging facility

[PATCH v2] block: blk-mq.c: fix @at_head kernel-doc warning
 2020-08-16 23:56 UTC  (3+ messages)

[PATCH] block: blk-mq.c: fix @at_head kernel-doc warning
 2020-08-16 23:35 UTC  (4+ messages)

[PATCH v5 1/3] net: introduce helper sendpage_ok() in include/linux/net.h
 2020-08-16  7:08 UTC  (3+ messages)
` [PATCH v5 2/3] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v5 3/3] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()

[PATCH 1/3] net: introduce helper sendpage_ok() in include/linux/net.h
 2020-08-16  6:26 UTC  (4+ messages)
` [PATCH 2/3] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH 3/3] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()

[GIT PULL] Final block fixes for 5.9-rc1
 2020-08-16  3:46 UTC  (2+ messages)

[PATCH 00/14] bcache: remove multiple caches code framework
 2020-08-15 12:47 UTC  (15+ messages)
` [PATCH v1 01/14] bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
` [PATCH v1 02/14] bcache: explicitly make cache_set only have single cache
` [PATCH v1 03/14] bcache: remove for_each_cache()
` [PATCH v1 04/14] bcache: add set_uuid in struct cache_set
` [PATCH v1 05/14] bcache: only use block_bytes() on struct cache
` [PATCH v1 06/14] bcache: remove useless alloc_bucket_pages()
` [PATCH v1 07/14] bcache: remove useless bucket_pages()
` [PATCH v1 08/14] bcache: only use bucket_bytes() on struct cache
` [PATCH v1 09/14] bcache: avoid data copy between cache_set->sb and cache->sb
` [PATCH v1 10/14] bcache: don't check seq numbers in register_cache_set()
` [PATCH v1 11/14] bcache: remove can_attach_cache()
` [PATCH v1 12/14] bcache: check and set sync status on cache's in-memory super block
` [PATCH v1 13/14] bcache: remove embedded struct cache_sb from struct cache_set
` [PATCH v1 14/14] bcache: move struct cache_sb out of uapi bcache.h

[PATCH v4 1/3] net: introduce helper sendpage_ok() in include/linux/net.h
 2020-08-15 12:42 UTC  (3+ messages)
` [PATCH v2 2/3] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v4 3/3] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()

[PATCH] bcache: share register sysfs with async register
 2020-08-15  9:23 UTC 

[PATCH v4 0/7] blktests: Add support to run nvme tests with tcp/rdma transports
 2020-08-14 20:45 UTC  (14+ messages)
` [PATCH v4 1/7] nvme: consolidate nvme requirements based on transport type
` [PATCH v4 2/7] nvme: consolidate some nvme-cli utility functions
` [PATCH v4 3/7] nvme: make tests transport type agnostic
` [PATCH v4 4/7] tests/nvme: restrict tests to specific transports
` [PATCH v4 5/7] nvme: support nvme-tcp when runinng tests
` [PATCH v4 6/7] common: move module_unload to common
` [PATCH v4 7/7] nvme: support rdma transport type

[RFC PATCH v5 00/11] Integrity Policy Enforcement LSM (IPE)
 2020-08-14 14:21 UTC  (32+ messages)
      ` [dm-devel] "

[PATCH v4 6/6] io_uring: add support for zone-append
 2020-08-14 12:20 UTC  (14+ messages)

Return BLK_STS_NOTSUPP and blk_status_t from blk_cloned_rq_check_limits()
 2020-08-14  6:37 UTC  (7+ messages)
` [PATCH 1/2] block: Return blk_status_t instead of errno codes
` [PATCH v2 2/2] block: return BLK_STS_NOTSUPP if operation is not supported

[PATCH v2] nvme: Use spin_lock_irq() when taking the ctrl->lock
 2020-08-14  6:04 UTC  (5+ messages)

[PATCH 2/3] nvme-core: delete the dependency on blk status
 2020-08-13 15:47 UTC  (5+ messages)

[PATCH V2 0/3] block: fix discard merge for single max discard segment
 2020-08-13 15:43 UTC  (9+ messages)
` [PATCH V2 1/3] block: respect queue limit of "
` [PATCH V2 2/3] block: virtio_blk: fix handling single range discard request
` [PATCH V2 3/3] block: rename blk_discard_mergable as blk_discard_support_multi_range

[PATCH] fs/io_uring.c: Fix uninitialized variable is referenced in io_submit_sqe
 2020-08-13 14:56 UTC  (2+ messages)

[PATCH v3 0/7] blktests: Add support to run nvme tests with tcp/rdma transports
 2020-08-13 11:01 UTC  (14+ messages)
` [PATCH v3 1/7] nvme: consolidate nvme requirements based on transport type
` [PATCH v3 2/7] nvme: consolidate some nvme-cli utility functions
` [PATCH v3 3/7] nvme: make tests transport type agnostic
` [PATCH v3 4/7] tests/nvme: restrict tests to specific transports
` [PATCH v3 5/7] nvme: support nvme-tcp when runinng tests
` [PATCH v3 6/7] common: move module_unload to common
` [PATCH v3 7/7] nvme: support rdma transport type

[PATCH] bfq: fix blkio cgroup leakage v4
 2020-08-13 10:18 UTC  (2+ messages)

[PATCH RFC V3 0/4] block: add two statistic tables
 2020-08-13  8:11 UTC  (5+ messages)
` [PATCH RFC V3 1/4] block: add a statistic table for io latency
` [PATCH RFC V3 2/4] block: add a statistic table for io sector
` [PATCH RFC V3 3/4] block: add io_extra_stats node
` [PATCH RFC V3 4/4] block: call blk_additional_{latency,sector} only when io_extra_stats is true

[PATCH 3/3] nvme-core: delete the dependency on REQ_FAILFAST_TRANSPORT
 2020-08-13  4:06 UTC  (3+ messages)

[PATCH 1/3] nvme-core: fix io interrupt caused by non path error
 2020-08-13  3:45 UTC  (3+ messages)

[PATCH] block: allow for_each_bvec to support zero len bvec
 2020-08-13  1:13 UTC  (8+ messages)

[RESEND PATCH] nvme: Use spin_lock_irqsave() when taking the ctrl->lock
 2020-08-12 21:31 UTC  (3+ messages)

[RFC 00/16] Application specific identification support
 2020-08-12 12:16 UTC  (16+ messages)
` [RFC 16/16] lpfc: vmid: Introducing vmid in io path

[PATCH 0/3] improve nvme retry mechanism
 2020-08-12  8:18 UTC 

[PATCH v2] RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server init
 2020-08-12  5:48 UTC  (10+ messages)

[PATCH v2 0/3] reduce quiesce time for lots of name spaces
 2020-08-11 20:53 UTC  (6+ 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).