linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-04 01:18:29 to 2021-02-09 11:44:02 UTC [more...]

[PATCH v3 0/3] blk-mq: Don't complete in IRQ, use llist_head
 2021-02-09 11:35 UTC  (4+ messages)
` [PATCH 1/3] smp: Process pending softirqs in flush_smp_call_function_from_idle()

kernel null pointer at nvme_tcp_init_iter+0x7d/0xd0 [nvme_tcp]
 2021-02-09 10:36 UTC  (20+ messages)
  ` kernel null pointer at nvme_tcp_init_iter[nvme_tcp] with blktests nvme-tcp/012

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

[PATCH V4 0/3] block: add two statistic tables
 2021-02-09  0:42 UTC  (2+ messages)

[PATCH 0/7] xen/events: bug fixes and some diagnostic aids
 2021-02-08 23:26 UTC  (18+ messages)
` [PATCH 4/7] xen/events: link interdomain events to associated xenbus device

[PATCH 0/5] block: add a sequence number to disks
 2021-02-08 20:55 UTC  (7+ messages)
` [PATCH 1/5] block: add disk sequence number
` [PATCH 2/5] block: add ioctl to read the "
` [PATCH 3/5] block: refactor sysfs code
` [PATCH 4/5] block: export diskseq in sysfs
` [PATCH 5/5] loop: increment sequence number

question about relative control for sync io using bfq
 2021-02-08 19:05 UTC  (5+ messages)

[PATCH] block: recalculate segment count for multi-segment discard requests correctly
 2021-02-08 18:58 UTC  (10+ messages)

[PATCH AUTOSEL 4.19 10/14] bfq-iosched: Revert "bfq: Fix computation of shallow depth"
 2021-02-08 17:59 UTC 

[PATCH AUTOSEL 5.4 15/19] bfq-iosched: Revert "bfq: Fix computation of shallow depth"
 2021-02-08 17:58 UTC 

[PATCH AUTOSEL 5.10 27/36] bfq-iosched: Revert "bfq: Fix computation of shallow depth"
 2021-02-08 17:57 UTC 

[PATCH v4 0/8] block: add zone write granularity limit
 2021-02-08 17:17 UTC  (7+ messages)
` [PATCH v4 5/8] block: introduce zone_write_granularity limit
` [PATCH v4 8/8] sd_zbc: clear zone resources for non-zoned case

cleanup bvec allocation
 2021-02-08 15:33 UTC  (5+ messages)
` [PATCH 10/11] md/raid10: remove dead code in reshape_request

[PATCH v11] block: Add n64 cart driver
 2021-02-08  6:39 UTC  (4+ messages)

[RFC PATCH 0/8] use core page calls instead of kmaps
 2021-02-08  5:47 UTC  (14+ messages)
` [RFC PATCH 1/8] brd: use memcpy_from_page() in copy_from_brd()
` [RFC PATCH 2/8] "
` [RFC PATCH 3/8] null_blk: use memcpy_page() in copy_to_nullb()
` [RFC PATCH 4/8] null_blk: use memcpy_page() in copy_from_nullb()
` [RFC PATCH 5/8] ext4: use memcpy_from_page() in pagecache_read()
` [RFC PATCH 6/8] ext4: use memcpy_to_page() in pagecache_write()
` [RFC PATCH 7/8] f2fs: use memcpy_from_page() in pagecache_read()
` [RFC PATCH 8/8] f2fs: use memcpy_to_page() in pagecache_write()

[PATCH 0/6] bcache: store bcache journal on NVDIMM pages
 2021-02-07 15:24 UTC  (7+ messages)
` [PATCH 1/6] bcache: use bucket index for SET_GC_MARK() in bch_btree_gc_finish()
` [PATCH 2/6] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
` [PATCH 3/6] bcache: initialize bcache journal for NVDIMM meta device
` [PATCH 4/6] bcache: support storing bcache journal into "
` [PATCH 5/6] bache: read jset from NVDIMM pages for journal replay
` [PATCH 6/6] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device

[PATCH V8 00/13] blk-mq/scsi: tracking device queue depth via sbitmap
 2021-02-07  9:20 UTC  (14+ messages)
` [PATCH V8 01/13] sbitmap: remove sbitmap_clear_bit_unlock
` [PATCH V8 02/13] sbitmap: maintain allocation round_robin in sbitmap
` [PATCH V8 03/13] sbitmap: add helpers for updating allocation hint
` [PATCH V8 04/13] sbitmap: move allocation hint into sbitmap
` [PATCH V8 05/13] sbitmap: export sbitmap_weight
` [PATCH V8 06/13] sbitmap: add helper of sbitmap_calculate_shift
` [PATCH V8 07/13] blk-mq: add callbacks for storing & retrieving budget token
` [PATCH V8 08/13] blk-mq: return budget token from .get_budget callback
` [PATCH V8 09/13] scsi: put hot fields of scsi_host_template into one cacheline
` [PATCH V8 10/13] megaraid_sas: v2 replace sdev_busy with local counter
` [PATCH V8 11/13] scsi: add scsi_device_busy() to read sdev->device_busy
` [PATCH V8 12/13] scsi: make sure sdev->queue_depth is <= max(shost->can_queue, 1024)
` [PATCH V8 13/13] scsi: replace sdev->device_busy with sbitmap

[RFC PATCH v1 1/2] block: bsg: resume scsi device before accessing
 2021-02-07  2:23 UTC  (2+ messages)

[GIT PULL] Block fixes for 5.11-rc7
 2021-02-06 22:46 UTC  (2+ messages)

[PATCH 0/6] bcache-tools: store meta data on NVDIMM
 2021-02-06  7:20 UTC  (7+ messages)
` [PATCH 1/6] bcache-tools: add initial data structures for nvm_pages
` [PATCH 2/6] bcache-tools: reduce parameters of write_sb()
` [PATCH 3/6] bcache-tools: add BCH_FEATURE_INCOMPAT_NVDIMM_META to incompatible feature set
` [PATCH 4/6] bcache-tools: move super block info display routines into show.c
` [PATCH 5/6] bcache-tools: write nvm namespace super block on nvdimm
` [PATCH 6/6] bcache-tools: support "bcache show -d" for nvdimm-meta device

[PATCH] nbd: Convert to DEFINE_SHOW_ATTRIBUTE
 2021-02-06  7:10 UTC 

[PATCH V2 0/5] blktrace: few cleanup
 2021-02-06  2:01 UTC  (8+ messages)
` [PATCH V2 1/5] block: remove superfluous param in blk_fill_rwbs()
` [PATCH V2 2/5] blktrace: add blk_fill_rwbs documentation comment
` [PATCH V2 3/5] blktrace: fix blk_rq_issue documentation
` [PATCH V2 4/5] blktrace: fix blk_rq_merge documentation
` [PATCH V2 5/5] block: get rid of the trace rq insert wrapper

use-after-free access in bt_iter()
 2021-02-05 16:07 UTC  (6+ messages)

KCSAN: data-race in blk_stat_add / blk_stat_timer_fn (5)
 2021-02-05 17:06 UTC  (2+ messages)

[PATCH] blk-mq-debugfs: mark concurrent stats counters as data races
 2021-02-05 16:58 UTC 

[PATCH BUGFIX/IMPROVEMENT 0/6] block, bfq: third and last batch of fixes and improvements
 2021-02-05 10:16 UTC  (6+ messages)
` [PATCH BUGFIX/IMPROVEMENT 2/6] block, bfq: put reqs of waker and woken in dispatch list

[PATCH v2] kyber: introduce kyber_depth_updated()
 2021-02-05  9:13 UTC 

[GIT PULL] Floppy patch for 5.12
 2021-02-05  9:01 UTC  (4+ messages)

[PATCH] kyber: introduce kyber_depth_updated()
 2021-02-05  8:04 UTC  (3+ messages)

[PATCH 0/2] block: avoid to drop & re-add partitions if partitions aren't changed
 2021-02-05  7:30 UTC  (5+ messages)
` [PATCH 1/2] block: move partitions check code into single helper
` [PATCH 2/2] block: avoid to drop & re-add partitions if partitions aren't changed

[PATCH v5 0/2] fix a NULL pointer bug and simplify the code
 2021-02-05  6:56 UTC  (3+ messages)
` [PATCH v5 1/2] nbd: Fix NULL pointer in flush_workqueue
` [PATCH v5 2/2] nbd: share nbd_put and return by goto put_nbd

[PATCH v5 0/3] avoid double request completion and IO error
 2021-02-05  2:02 UTC  (11+ messages)
` [PATCH v5 1/3] blk-mq: introduce blk_mq_set_request_complete

[RFC PATCH 0/2] block: Remove skd driver
 2021-02-04 14:57 UTC  (13+ messages)
` [RFC PATCH 2/2] block: revert "block: fix bd_size_lock use"

[GIT PULL] nvme fixes for 5.11
 2021-02-04 15:27 UTC  (3+ messages)

[PATCH] vio: make remove callback return void
 2021-02-04 16:08 UTC  (2+ messages)

[PATCH] floppy: fix open(O_ACCMODE) for ioctl-only open
 2021-02-04 10:18 UTC  (13+ messages)
              ` [PATCH RESEND] "
                              ` [PATCH] floppy: reintroduce O_NDELAY fix

[PATCH v4 0/6] block-layer interposer
 2021-02-04 10:06 UTC  (7+ messages)
` [PATCH v4 1/6] docs: device-mapper: add remap_and_filter
` [PATCH v4 2/6] block: add blk_interposer

[PATCH v4 0/2] fix a NULL pointer bug and simplify the code
 2021-02-04  7:09 UTC  (3+ messages)
` [PATCH v4 1/2] nbd: Fix NULL pointer in flush_workqueue
` [PATCH v4 2/2] nbd: share exception handling code by goto put_nbd

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

[PATCH V7 00/13] blk-mq/scsi: tracking device queue depth via sbitmap
 2021-02-04  2:59 UTC  (5+ messages)

[PATCH v5 1/2] bio: limit bio max size
 2021-02-04  1:01 UTC  (2+ messages)
  ` [PATCH v5 2/2] bio: add limit_bio_size sysfs


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