linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-30 16:54:20 to 2021-01-07 11:19:08 UTC [more...]

[PATCH 0/2 v2] blk-mq: Improve performance of non-mq IO schedulers with multiple HW queues
 2021-01-07 11:18 UTC  (5+ 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

[RFC PATCH kernel] block: initialize block_device::bd_bdi for bdev_cache
 2021-01-07  8:24 UTC  (5+ messages)

[PATCH v2] loop: fix I/O error on fsync() in detached loop devices
 2021-01-07  7:10 UTC  (4+ messages)

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

[PATCH v2 0/6] avoid repeated request completion and IO error
 2021-01-07  3:31 UTC  (7+ messages)
` [PATCH v2 1/6] blk-mq: introduce blk_mq_set_request_complete
` [PATCH v2 2/6] nvme-core: introduce complete failed request
` [PATCH v2 3/6] nvme-fabrics: avoid repeated request completion for nvmf_fail_nonready_command
` [PATCH v2 4/6] nvme-rdma: avoid IO error and repeated request completion
` [PATCH v2 5/6] nvme-tcp: "
` [PATCH v2 6/6] nvme-fc: "

[PATCH RFC 0/7] dm: add support of iopoll
 2021-01-07  1:14 UTC  (2+ messages)
` [dm-devel] "

fallocate(FALLOC_FL_ZERO_RANGE_BUT_REALLY) to avoid unwritten extents?
 2021-01-06 23:40 UTC  (10+ messages)

[RFC PATCH] fs: block_dev: compute nr_vecs hint for improving writeback bvecs allocation
 2021-01-06 22:21 UTC  (4+ messages)

[PATCH] bfq: Fix computation of shallow depth
 2021-01-06 17:02 UTC  (4+ messages)

[PATCH] block: remove redundant get/put operations for queue
 2021-01-06 16:00 UTC  (2+ messages)

[PATCH] blk-mq: test QUEUE_FLAG_HCTX_ACTIVE for sbitmap_shared in hctx_may_queue
 2021-01-06 11:38 UTC  (8+ messages)

[PATCH] block: introduce for_each_rq_qos macro
 2021-01-06 11:20 UTC 

[PATCH 0/6] avoid repeated request completion and IO error
 2021-01-06  2:31 UTC  (11+ messages)
` [PATCH 1/6] blk-mq: introduce blk_mq_set_request_complete
` [PATCH 2/6] nvme-core: introduce complete failed request
` [PATCH 3/6] nvme-fabrics: avoid repeated request completion for nvmf_fail_nonready_command
` [PATCH 4/6] nvme-rdma: avoid IO error and repeated request completion
` [PATCH 5/6] nvme-tcp: "
` [PATCH 6/6] nvme-fc: "

[RFC PATCH v4 0/3] add simple copy support
 2021-01-05 23:33 UTC  (11+ messages)
  ` [RFC PATCH v4 1/3] block: export bio_map_kern()
  ` [RFC PATCH v4 2/3] block: add simple copy support
      ` [dm-devel] "
  ` [RFC PATCH v4 3/3] nvme: "

[RFC 0/2] optimise split bio
 2021-01-05 20:36 UTC  (4+ messages)
` [RFC 1/2] block: add a function for *segment_split fast path
` [RFC 2/2] block: add a fast path for seg split of large bio

[LSFMMBPF 2021] A status update
 2021-01-05 20:30 UTC  (3+ messages)

[PATCH] block: fix use-after-free in disk_part_iter_next
 2021-01-05 18:35 UTC  (3+ messages)

blk-iocost: fix NULL iocg deref from racing against initialization
 2021-01-05 18:33 UTC  (2+ messages)

[PATCH V2 0/6] block: improvement on bioset & bvec allocation
 2021-01-05 15:41 UTC  (9+ messages)
` [PATCH V2 1/6] block: manage bio slab cache by xarray
` [PATCH V2 2/6] block: don't pass BIOSET_NEED_BVECS for q->bio_split
` [PATCH V2 3/6] block: don't allocate inline bvecs if this bioset needn't bvecs
` [PATCH V2 4/6] block: set .bi_max_vecs as actual allocated vector number
` [PATCH V2 5/6] block: move three bvec helpers declaration into private helper
` [PATCH V2 6/6] bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'

[PATCH V4 0/1] block: fix I/O errors in BLKRRPART
 2021-01-05 15:02 UTC  (3+ messages)
` [PATCH V4 1/1] block: reject I/O for same fd if block size changed

[PATCH] loop: fix I/O error on fsync() in detached loop devices
 2021-01-05 13:57 UTC  (3+ messages)

[RFC PATCH V3 0/1] block: fix I/O errors in BLKRRPART
 2021-01-05 10:12 UTC  (7+ messages)
` [RFC PATCH V3 1/1] block: reject I/O for same fd if block size changed

[PATCH 6/6 v2] block: Add n64 cart driver
 2021-01-05  7:04 UTC  (4+ messages)

[PATCH AUTOSEL 5.10 08/17] scsi: block: Introduce BLK_MQ_REQ_PM
 2021-01-05  0:59 UTC 

[PATCH] common/rc: confirm pcie hotplug capabilities
 2021-01-04 22:55 UTC  (2+ messages)

[PATCH blktests v3 0/2] Support max_open_zones and max_active_zones
 2021-01-04 22:58 UTC  (2+ messages)

[PATCH V3 blktests 0/5] nvmeof-mp/srp/nvme-rdma misc fix and enhancement
 2021-01-04 22:48 UTC  (2+ messages)

[RFC PATCH v2 0/2] blk-mq: Avoid use-after-free for accessing old requests
 2021-01-04 18:43 UTC  (15+ messages)
` [RFC PATCH v2 2/2] blk-mq: Lockout tagset iter when freeing rqs

[PATCH 0/6] block: improvement on bioset & bvec allocation
 2021-01-04 18:13 UTC  (13+ messages)
` [PATCH 1/6] block: manage bio slab cache by xarray
` [PATCH 2/6] block: don't pass BIOSET_NEED_BVECS for q->bio_split
` [PATCH 3/6] block: don't allocate inline bvecs if this bioset needn't bvecs
` [PATCH 4/6] block: set .bi_max_vecs as actual allocated vector number
` [PATCH 5/6] block: move three bvec helpers declaration into private helper
` [PATCH 6/6] bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'

[PATCH v2 0/7] no-copy bvec
 2021-01-04 17:23 UTC  (15+ messages)
` [PATCH v2 1/7] splice: don't generate zero-len segement bvecs
` [PATCH v2 2/7] bvec/iter: disallow zero-length segment bvecs
` [PATCH v2 3/7] block/psi: remove PSI annotations from direct IO
` [PATCH v2 4/7] target/file: allocate the bvec array as part of struct target_core_file_cmd
` [PATCH v2 5/7] iov_iter: optimise bvec iov_iter_advance()
` [PATCH v2 6/7] bio: add a helper calculating nr segments to alloc
` [PATCH v2 7/7] bio: don't copy bvec for direct IO

[PATCH 6/6] block: Add n64 cart driver
 2021-01-04 16:42 UTC  (12+ messages)

[PATCH] fs/buffer: try to submit writeback bio in unit of page
 2021-01-04  9:24 UTC  (3+ messages)

[PATCH 0/5] bcache patches for Linux v5.11-rc3
 2021-01-04  7:41 UTC  (6+ messages)
` [PATCH 1/5] bcache: set pdev_set_uuid before scond loop iteration
` [PATCH 2/5] bcache: fix typo from SUUP to SUPP in features.h
` [PATCH 3/5] bcache: check unsupported feature sets for bcache register
` [PATCH 4/5] bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket
` [PATCH 5/5] bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_LARGE_BUCKET

[RFC V2] block: reject I/O for same fd if block size changed
 2021-01-04  1:28 UTC  (4+ messages)

[PATCH] lightnvm: select CONFIG_CRC32
 2021-01-03 21:55 UTC  (2+ messages)

[PATCH] block: rsxx: select CONFIG_CRC32
 2021-01-03 21:54 UTC  (2+ messages)

[PATCH 1/3] bcache-tools: recover the missing sb.csum for showing bcache device super block
 2021-01-03 16:24 UTC  (3+ messages)
` [PATCH 2/3] bcache-tools: only call to_cache_sb() for bcache device in may_add_item()
` [PATCH 3/3] bcache-tools: improve column alignment for "bcache show -m" output

[PATCH] fs: block_dev.c: use consistent function doc. notation
 2021-01-02 17:48 UTC 

[PATCH 0/6] bcache-tools: improve large bucket on-disk layout
 2021-01-02  7:12 UTC  (7+ messages)
` [PATCH 1/6] bcache.h: fix typo from SUUP to SUPP
` [PATCH 2/6] bcache-tools: only call set_bucket_size() for cache device
` [PATCH 3/6] bcache.h: add BCH_FEATURE_INCOMPAT_LARGE_BUCKET to BCH_FEATURE_INCOMPAT_SUPP
` [PATCH 4/6] bcache-tools: check incompatible feature set
` [PATCH 5/6] bcache-tools: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket
` [PATCH 6/6] bcache-tools: display obsoleted bucket size configuration

[PATCH 0/4] bcache: improve large bucket size on-disk layout
 2021-01-02  7:12 UTC  (5+ messages)
` [PATCH 1/4] bcache: fix typo from SUUP to SUPP in features.h
` [PATCH 2/4] bcache: check unsupported feature sets for bcache register
` [PATCH 3/4] bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket
` [PATCH 4/4] bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_LARGE_BUCKET

[GIT PULL] Block fixes for 5.11-rc
 2021-01-01 21:25 UTC  (2+ messages)

[PATCH 0/4] Fix order when split bio and send remaining back to itself
 2020-12-31  8:28 UTC  (10+ messages)
` [PATCH 1/4] block: introduce submit_bio_noacct_add_head


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