linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-26 04:40:57 to 2021-03-05 18:28:31 UTC [more...]

[PATCH v2] block: Try to handle busy underlying device on discard
 2021-03-05 18:27 UTC  (4+ messages)

[PATCH 4/4] dm: support I/O polling
 2021-03-05 18:21 UTC  (14+ messages)
` [dm-devel] "

[GIT PULL] Block fixes for 5.12-rc2
 2021-03-05 18:09 UTC 

[GIT PULL] nvme fixes for 5.12
 2021-03-05 16:13 UTC  (2+ messages)

[PATCH 1/4] block: introduce a function submit_bio_noacct_mq_direct
 2021-03-05 16:05 UTC  (4+ messages)

[RFC PATCH v3 0/3] blk-mq: Avoid use-after-free for accessing old requests
 2021-03-05 15:14 UTC  (4+ messages)
` [RFC PATCH v3 1/3] blk-mq: Clean up references to old requests when freeing rqs
` [RFC PATCH v3 2/3] blk-mq: Freeze and quiesce all queues for tagset in elevator_exit()
` [RFC PATCH v3 3/3] blk-mq: Lockout tagset iterator when exiting elevator

[PATCH 0/2] s390/dasd: driver unbind fixes
 2021-03-05 12:54 UTC  (3+ messages)
` [PATCH 1/2] s390/dasd: fix hanging DASD driver unbind
` [PATCH 2/2] s390/dasd: fix hanging IO request during "

Large latency with bcache for Ceph OSD(new mail thread)
 2021-03-05 10:03 UTC  (5+ messages)

[bugreport 5.9-rc8] general protection fault, probably for non-canonical address 0x46b1b0f0d8856e4a: 0000 [#1] SMP NOPTI
 2021-03-05 10:01 UTC  (5+ messages)

[GIT PULL] nvme fixes for 5.12
 2021-03-04 20:26 UTC  (2+ messages)

[PATCH BUGFIX/IMPROVEMENT V2 0/6] revised version of third and last batch of patches
 2021-03-04 17:46 UTC  (7+ messages)
` [PATCH BUGFIX/IMPROVEMENT V2 1/6] block, bfq: always inject I/O of queues blocked by wakers
` [PATCH BUGFIX/IMPROVEMENT V2 2/6] block, bfq: put reqs of waker and woken in dispatch list
` [PATCH BUGFIX/IMPROVEMENT V2 3/6] block, bfq: make shared queues inherit wakers
` [PATCH BUGFIX/IMPROVEMENT V2 4/6] block, bfq: fix weight-raising resume with !low_latency
` [PATCH BUGFIX/IMPROVEMENT V2 5/6] block, bfq: keep shared queues out of the waker mechanism
` [PATCH BUGFIX/IMPROVEMENT V2 6/6] block, bfq: merge bursts of newly-created queues

[PATCH 0/1] device filter
 2021-03-04 17:13 UTC  (2+ messages)
` [PATCH 1/1] dm: adds an IOCTL to work with device-filters

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

[PATCH V8 00/13] blk-mq/scsi: tracking device queue depth via sbitmap
 2021-03-04  4:15 UTC  (2+ messages)

[PATCH] swap: fix swapfile read/write offset
 2021-03-04  3:19 UTC  (4+ messages)

[PATCH] block: Suppress uevent for hidden device when removed
 2021-03-03 17:30 UTC  (2+ messages)

[bug report]null pointer at scsi_mq_exit_request+0x14 with blktests srp/015
 2021-03-03 15:16 UTC  (9+ messages)

[PATCH 1/2] rsxx: Fix potential NULL dereference setting up debugfs
 2021-03-03 13:49 UTC  (3+ messages)
` [PATCH RESEND] rsxx: Return -EFAULT if copy_to_user() fails

[PATCH v6 0/4] block-layer interposer
 2021-03-03 12:30 UTC  (5+ messages)
` [PATCH v6 1/4] block: add blk_mq_is_queue_frozen()
` [PATCH v6 2/4] block: add blk_interposer
` [PATCH v6 3/4] dm: introduce dm-interposer
` [PATCH v6 4/4] dm: add DM_INTERPOSED_FLAG

[PATCH v5 00/12] dm: support polling
 2021-03-03 11:57 UTC  (13+ messages)
` [PATCH v5 01/12] block: move definition of blk_qc_t to types.h
` [PATCH v5 02/12] block: add queue_to_disk() to get gendisk from request_queue
` [PATCH v5 03/12] block: add poll method to support bio-based IO polling
` [PATCH v5 04/12] block: add poll_capable "
` [PATCH v5 05/12] blk-mq: extract one helper function polling hw queue
` [PATCH v5 06/12] blk-mq: add iterator for polling hw queues
` [PATCH v5 07/12] blk-mq: add one helper function getting hw queue
` [PATCH v5 08/12] dm: always return BLK_QC_T_NONE for bio-based device
` [PATCH v5 09/12] nvme/pci: don't wait for locked polling queue
` [PATCH v5 10/12] block: fastpath for bio-based polling
` [PATCH v5 11/12] block: sub-fastpath "
` [PATCH v5 12/12] dm: support IO polling for bio-based dm device

[RFC PATCH v1 0/6] badblocks improvement for multiple bad block ranges
 2021-03-03 11:45 UTC  (9+ messages)
` [RFC PATCH v1 1/6] badblocks: add more helper structure and routines in badblocks.h
` [RFC PATCH v1 2/6] badblocks: add helper routines for badblock ranges handling
` [RFC PATCH v1 3/6] badblocks: improvement badblocks_set() for multiple "
` [RFC PATCH v1 4/6] badblocks: improve badblocks_clear() "
` [RFC PATCH v1 5/6] badblocks: improve badblocks_check() "
` [RFC PATCH v1 6/6] badblocks: switch to the improved badblock handling code

[PATCH V6 0/2] nvme: enable char device per namespace
 2021-03-03 10:02 UTC  (5+ messages)
` [PATCH V6 1/2] "
` [PATCH V6 2/2] nvme: allow open for nvme-generic char device

[PATCH 2/4] block: dont clear REQ_HIPRI for bio-based drivers
 2021-03-03 10:05 UTC  (3+ messages)
` [dm-devel] "

[PATCH v2] block: fix trace completion for chained bio
 2021-03-03  3:22 UTC 

[PATCH v3 00/11] dm: support IO polling
 2021-03-03  1:55 UTC  (9+ messages)
` [PATCH v3 09/11] dm: support IO polling for bio-based dm device
  ` [dm-devel] "
` [PATCH v3 11/11] dm: fastpath of bio-based polling
  ` [dm-devel] "

5.12-rc1 regression: freezing iou-mgr/wrk failed
 2021-03-02 22:31 UTC  (6+ messages)

[PATCH 3/4] dm: use submit_bio_noacct_mq_direct
 2021-03-02 19:05 UTC 

[PATCH] block/bfq: update comments and default value in docs for fifo_expire
 2021-03-02 18:25 UTC  (4+ messages)

[PATCH 0/4] Reworked device mapper polling patchset
 2021-03-02 19:05 UTC 

Large latency with bcache for Ceph OSD
 2021-03-02  5:30 UTC  (10+ messages)

[PATCH] rsxx: remove unused including <linux/version.h>
 2021-03-02  1:53 UTC 

[PATCH v2] block: Drop leftover references to RQF_SORTED
 2021-03-01 17:16 UTC  (2+ messages)

[PATCH] block: Drop leftover references to RQF_SORTED
 2021-03-01 16:43 UTC  (4+ messages)

[RFC PATCH 0/2] blk-mq: improve blk_mq_tag_to_rq()
 2021-03-01 12:20 UTC  (10+ messages)
` [RFC PATCH 1/2] blk-mq: test tags bitmap before get request
` [RFC PATCH 2/2] blk-mq: blk_mq_tag_to_rq() always return null for sched_tags

[PATCH] block: revert "block: fix bd_size_lock use"
 2021-03-01  3:04 UTC 

[GIT PULL] Followup block fixes for this merge window
 2021-03-01  2:48 UTC  (4+ messages)

[PATCH blktests 0/3] Three SRP patches
 2021-02-28 22:34 UTC  (6+ messages)
` [PATCH blktests 3/3] rdma: Use rdma link instead of /sys/class/infiniband/*/parent

[PATCH blktests v2] rdma: Use rdma link instead of /sys/class/infiniband/*/parent
 2021-02-28 22:34 UTC 

[PATCH 12/11] pragma once: scripted treewide conversion
 2021-02-28 17:11 UTC 

[RFC PATCH 33/39] blktrace: add blkext tracer
 2021-02-27 19:51 UTC  (3+ messages)
  ` [blktrace] c055908abe: WARNING:at_kernel/trace/trace.c:#create_trace_option_files

[PATCH v2] block: Add bio_max_segs
 2021-02-26 22:50 UTC  (4+ messages)

Stray reference to RQF_SORTED
 2021-02-26 18:31 UTC  (2+ messages)

[PATCH] block: fix argument order for capacity change info print
 2021-02-26  7:16 UTC 

[RFC PATCH 05/39] blktrace: add trace note APIs
 2021-02-26  4:49 UTC  (18+ messages)
` [RFC PATCH 06/39] blktrace: add act and prio check helpers
` [RFC PATCH 07/39] blktrace: add core trace API
` [RFC PATCH 08/39] blktrace: update blk_add_trace_rq()
` [RFC PATCH 09/39] blktrace: update blk_add_trace_rq_insert()
` [RFC PATCH 10/39] blktrace: update blk_add_trace_rq_issue()
` [RFC PATCH 11/39] blktrace: update blk_add_trace_rq_requeue()
` [RFC PATCH 12/39] blktrace: update blk_add_trace_rq_complete()
` [RFC PATCH 13/39] blktrace: update blk_add_trace_bio()


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