linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-23 05:28:02 to 2021-04-28 05:35:37 UTC [more...]

[PATCH v10 00/13] blkcg:Support to track FC storage blk io traffic
 2021-04-27 22:34 UTC  (2+ messages)
` [PATCH v10 02/13] blkcg: Added a app identifier support for blkcg

switch block layer polling to a bio based model v2
 2021-04-28  2:36 UTC  (19+ messages)
` [PATCH 01/15] direct-io: remove blk_poll support
` [PATCH 02/15] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO
` [PATCH 03/15] iomap: don't try to poll multi-bio I/Os in __iomap_dio_rw
` [PATCH 04/15] blk-mq: factor out a blk_qc_to_hctx helper
` [PATCH 05/15] blk-mq: factor out a "classic" poll helper
` [PATCH 06/15] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
` [PATCH 07/15] blk-mq: remove blk_qc_t_valid
` [PATCH 08/15] io_uring: don't sleep when polling for I/O
` [PATCH 09/15] block: rename REQ_HIPRI to REQ_POLLED
` [PATCH 10/15] block: use SLAB_TYPESAFE_BY_RCU for the bio slab
` [PATCH 11/15] block: define 'struct bvec_iter' as packed
` [PATCH 12/15] block: switch polling to be bio based
` [PATCH 13/15] block: add a QUEUE_FLAG_POLL_CAPABLE flag
` [PATCH 14/15] nvme-multipath: set QUEUE_FLAG_NOWAIT
` [PATCH 15/15] nvme-multipath: enable polled I/O

[PATCH V3 0/3] blk-mq: fix request UAF related with iterating over tagset requests
 2021-04-28  2:22 UTC  (8+ messages)
` [PATCH V3 1/3] block: avoid double io accounting for flush request
` [PATCH V3 2/3] blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter
` [PATCH V3 3/3] blk-mq: clear stale request in tags->rq[] before freeing one request pool

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-04-27 23:01 UTC  (20+ messages)
` [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
` [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH 14/16] nvme-rdma: Ensure dma support when using p2pdma

[GIT PULL] libata changes for 5.13-rc
 2021-04-27 17:00 UTC 

[GIT PULL] Block driver changes for 5.13-rc
 2021-04-27 15:13 UTC 

[GIT PULL] Core block changes for 5.13-rc
 2021-04-27 15:00 UTC 

[PATCH v2] block: Improve limiting the bio size
 2021-04-27 14:59 UTC  (12+ messages)

[PATCH V2 0/3] blk-mq: fix request UAF related with iterating over tagset requests
 2021-04-27 14:53 UTC  (11+ messages)
` [PATCH V2 1/3] blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter
` [PATCH V2 2/3] blk-mq: complete request locally if the completion is from tagset iterator
` [PATCH V2 3/3] blk-mq: clear stale request in tags->rq[] before freeing one request pool

[bug report] shared tags causes IO hang and performance drop
 2021-04-27 10:15 UTC  (18+ messages)

[PATCH V1 1/1] Fix race between iscsi logout and systemd-udevd
 2021-04-27 10:13 UTC 

[bug report] scsi host hang when running fio
 2021-04-27  9:41 UTC  (3+ messages)

[PATCH 0/8] blk-mq: fix request UAF related with iterating over tagset requests
 2021-04-27  8:54 UTC  (25+ messages)
` [PATCH 1/8] Revert "blk-mq: Fix races between blk_mq_update_nr_hw_queues() and iterating over tags"
` [PATCH 2/8] Revert "blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_list"
` [PATCH 3/8] Revert "blk-mq: Fix races between iterating over requests and freeing requests"
` [PATCH 4/8] Revert "blk-mq: Introduce atomic variants of blk_mq_(all_tag|tagset_busy)_iter"
` [PATCH 5/8] blk-mq: blk_mq_complete_request_locally
` [PATCH 6/8] block: drivers: complete request locally from blk_mq_tagset_busy_iter
` [PATCH 7/8] blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter
` [PATCH 8/8] blk-mq: clear stale request in tags->rq[] before freeing one request pool

[syzbot] linux-next boot error: general protection fault in bio_add_hw_page
 2021-04-27  1:13 UTC  (2+ messages)

[PATCH v7 0/5] blk-mq: Fix a race between iterating over requests and freeing requests
 2021-04-27  0:11 UTC  (13+ messages)
` [PATCH v7 3/5] blk-mq: Fix races "

[PATCH v8] bio: limit bio max size
 2021-04-26 20:09 UTC  (5+ messages)

[PATCH v2] block: fix userspace documentation reference for del_gendisk()
 2021-04-26 20:08 UTC  (2+ messages)

[PATCHv2 0/5] block and nvme passthrough error handling
 2021-04-26 17:39 UTC  (17+ messages)
` [PATCHv2 1/5] block: support polling through blk_execute_rq
` [PATCHv2 2/5] nvme: use blk_execute_rq() for passthrough commands
` [PATCHv2 3/5] block: return errors from blk_execute_rq()
` [PATCHv2 4/5] nvme: use return value "
` [PATCHv2 5/5] nvme: allow user passthrough commands to poll

switch block layer polling to a bio based model
 2021-04-26 17:18 UTC  (21+ messages)
` [PATCH 01/12] direct-io: remove blk_poll support
` [PATCH 02/12] block: don't try to poll multi-bio I/Os in __blkdev_direct_IO
` [PATCH 03/12] iomap: don't try to poll multi-bio I/Os in __iomap_dio_rw
` [PATCH 04/12] blk-mq: factor out a "classic" poll helper
` [PATCH 05/12] blk-mq: factor out a blk_qc_to_hctx helper
` [PATCH 06/12] blk-mq: refactor hybrid polling
` [PATCH 07/12] blk-mq: remove blk_qc_t_to_tag and blk_qc_t_is_internal
` [PATCH 08/12] blk-mq: remove blk_qc_t_valid
` [PATCH 09/12] block: rename REQ_HIPRI to REQ_POLLED
` [PATCH 10/12] block: RCU free polled bios
` [PATCH 11/12] block: define 'struct bvec_iter' as packed
` [PATCH 12/12] block: switch polling to be bio based

[PATCH] drbd: fix potential silent data corruption
 2021-04-26 16:30 UTC 

[PATCH v2 1/2] nvme-core: Move nvmf queue ready check routines to core
 2021-04-26 15:16 UTC  (2+ messages)

[PATCH] drivers/block/null_blk/main: Fix a double free in null_init
 2021-04-26 15:05 UTC  (2+ messages)

[PATCH 1/2] block: return errors from blk_execute_rq()
 2021-04-26 14:31 UTC  (4+ messages)
` [PATCH 2/2] nvme: use return value "

💥 PANICKED: Test report for kernel 5.12.0-rc8 (block, ffa77af5)
 2021-04-26 12:47 UTC  (2+ messages)

[PATCH V6 00/12] block: support bio based io polling
 2021-04-26  9:05 UTC  (11+ messages)
` [PATCH V6 04/12] block: move block polling code into one dedicated source file
` [PATCH V6 09/12] block: use per-task poll context to implement bio based io polling
` [PATCH V6 10/12] block: limit hw queues to be polled in each blk_poll()
` [PATCH V6 11/12] block: allow to control FLAG_POLL via sysfs for bio poll capable queue

[PATCH v2 2/2] nvme-pci: fix controller reset hang when racing with nvme_timeout
 2021-04-26  2:53 UTC 

[PATCH] blk-mq: Fix two racy hctx->tags->rqs[] assignments
 2021-04-25  0:13 UTC  (3+ messages)

[GIT PULL] Block fix for 5.12 final
 2021-04-24  6:52 UTC  (5+ messages)

New kernel warning triggered by blktests
 2021-04-24  2:39 UTC  (3+ messages)

[bug][5.12-rc8] It sounds like madness but nvme controller is down when I plug at the same time 3.5 jack headphones and USB headset to MB
 2021-04-23 22:56 UTC 

[PATCH] block: Fix bio_max_size()
 2021-04-23 20:00 UTC 

[PATCH] block: fix userspace documentation reference for del_gendisk()
 2021-04-23 18:56 UTC  (3+ messages)

[PATCH for-5.13/block] blk-iocost: don't ignore vrate_min on QD contention
 2021-04-23 14:55 UTC  (2+ messages)

[PATCH liburing] examples/ucontext-cp.c: cope with variable SIGSTKSZ
 2021-04-23 14:13 UTC  (6+ messages)

[PATCH v9 00/13] blkcg:Support to track FC storage blk io traffic
 2021-04-23 10:14 UTC  (7+ messages)
` [PATCH v9 03/13] nvme: Added a newsysfs attribute appid_store

[PATCH] blk-wbt: fix scale logic when disable wbt
 2021-04-23  9:45 UTC 

[PATCH v2] block: fix trace completion for chained bio
 2021-04-23  8:04 UTC  (3+ messages)

[PATCH v3] xen-blkback: fix compatibility bug with single page rings
 2021-04-23  8:04 UTC  (2+ messages)

[block] 658f2fb7d2: fxmark.hdd_f2fs_dbench_client_72_directio.works/sec -21.4% regression
 2021-04-23  5:26 UTC 


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