linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-28 03:50:17 to 2018-05-03 18:21:14 UTC [more...]

[PATCH v2] fs: Add aio iopriority support for block_dev
 2018-05-03 18:21 UTC 

[PATCH -next] zram: fix printk formats in zram_drv.c
 2018-05-03 18:21 UTC 

[PATCH 2/2] loop: enable compat ioctl LOOP_SET_BLOCK_SIZE
 2018-05-03 17:52 UTC 

[PATCH 1/2] loop: enable compat ioctl LOOP_SET_DIRECT_IO
 2018-05-03 17:52 UTC 

write call hangs in kernel space after virtio hot-remove
 2018-05-03 17:48 UTC  (4+ messages)

[PATCHSET 0/3] Add throttling for discards
 2018-05-03 17:45 UTC  (5+ messages)
` [PATCH 1/3] block: break discard submissions into the user defined size
` [PATCH 2/3] blk-wbt: account any writing command as a write
` [PATCH 3/3] blk-wbt: throttle discards like background writes

[PATCH v4 00/14] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-05-03 17:29 UTC  (6+ messages)

testing io.low limit for blk-throttle
 2018-05-03 16:35 UTC  (7+ messages)

[PATCH] bdi: Fix oops in wb_workfn()
 2018-05-03 16:26 UTC 

general protection fault in wb_workfn
 2018-05-03 16:03 UTC  (2+ messages)

[PATCH v4 0/6] bcache device failure handling fixes for 4.17-rc4
 2018-05-03 15:50 UTC  (11+ messages)
` [PATCH v4 1/6] bcache: store disk name in struct cache and struct cached_dev
` [PATCH v4 2/6] bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()
` [PATCH v4 3/6] bcache: count backing device I/O error for writeback I/O
` [PATCH v4 4/6] bcache: add wait_for_kthread_stop() in bch_allocator_thread()
` [PATCH v3 5/6] bcache: set dc->io_disable to true in conditional_stop_bcache_device()
` [PATCH v3 6/6] bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set

[PATCH V3 0/8] nvme: pci: fix & improve timeout handling
 2018-05-03 15:46 UTC  (12+ messages)
` [PATCH V3 1/8] block: introduce blk_quiesce_timeout() and blk_unquiesce_timeout()
` [PATCH V3 2/8] nvme: pci: cover timeout for admin commands running in EH
` [PATCH V3 3/8] nvme: pci: only wait freezing if queue is frozen
` [PATCH V3 4/8] nvme: pci: freeze queue in nvme_dev_disable() in case of error recovery
` [PATCH V3 5/8] nvme: fix race between freeze queues and unfreeze queues
` [PATCH V3 6/8] nvme: pci: split controller resetting into two parts
` [PATCH V3 7/8] nvme: pci: recover controller reliably
` [PATCH V3 8/8] nvme: pci: simplify timeout handling

INFO: task hung in wb_shutdown (2)
 2018-05-03 15:25 UTC  (7+ messages)

[PATCH 0/3] fs: minor fs thaw fixes and adjustments
 2018-05-03 15:07 UTC  (7+ messages)
` [PATCH 1/3] fs: move documentation for thaw_super() where appropriate
` [PATCH 2/3] fs: make thaw_super_locked() really just a helper
` [PATCH 3/3] fs: fix corner case race on freeze_bdev() when sb disappears

[PATCH 0/4 V2] iomap: Use FUA for O_DSYNC DIO writes
 2018-05-03 13:34 UTC  (11+ messages)
` [PATCH 2/4] iomap: iomap_dio_rw() handles all sync writes
` [PATCH 4/4] iomap: Use FUA for pure data O_DSYNC DIO writes

[PATCH] block: add verifier for cmdline partition
 2018-05-03 11:17 UTC 

[PATCH] brd: Mark as non-rotational
 2018-05-03  9:53 UTC 

[PATCH v2 0/6] bcache device failure handling fixes for 4.17-rc4
 2018-05-03  5:56 UTC  (14+ messages)
` [PATCH 1/6] bcache: store disk name in struct cache and struct cached_dev
` [PATCH 2/6] bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()
` [PATCH 3/6] bcache: count backing device I/O error for writeback I/O
` [PATCH 4/6] bcache: add wait_for_kthread_stop() in bch_allocator_thread()
` [PATCH 5/6] bcache: set dc->io_disable to true in conditional_stop_bcache_device()
` [PATCH 6/6] bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set

[PATCH v2 0/7] block: consolidate struct request timestamp fields
 2018-05-02 21:32 UTC  (8+ messages)
` [PATCH v2 1/7] block: move some wbt helpers to blk-wbt.c
` [PATCH v2 2/7] block: pass struct request instead of struct blk_issue_stat to wbt
` [PATCH v2 3/7] block: replace bio->bi_issue_stat with bio-specific type
` [PATCH v2 4/7] block: get rid of struct blk_issue_stat
` [PATCH v2 5/7] block: use ktime_get_ns() instead of sched_clock() for cfq and bfq
` [PATCH v2 6/7] block: move blk_stat_add() to __blk_mq_end_request()
` [PATCH v2 7/7] block: consolidate struct request timestamp fields

[PATCH 0/3 v3] iomap: Use FUA for O_DSYNC DIO writes
 2018-05-02 20:09 UTC  (5+ messages)
` [PATCH 1/3] xfs: move generic_write_sync calls inwards
` [PATCH 2/3] iomap: iomap_dio_rw() handles all sync writes
` [PATCH 3/3] iomap: Use FUA for pure data O_DSYNC DIO writes

[PATCH 0/7] block: consolidate struct request timestamp fields
 2018-05-02 17:34 UTC  (8+ messages)
` [PATCH 1/7] block: move some wbt helpers to blk-wbt.c
` [PATCH 2/7] block: pass struct request instead of struct blk_issue_stat to wbt
` [PATCH 3/7] block: replace bio->bi_issue_stat with u64
` [PATCH 4/7] block: get rid of struct blk_issue_stat
` [PATCH 5/7] block: use ktime_get_ns() instead of sched_clock() for cfq and bfq
` [PATCH 6/7] block: move blk_stat_add() to __blk_mq_end_request()
` [PATCH 7/7] block: consolidate struct request timestamp fields

[PATCH v3 0/6] bcache device failure handling fixes for 4.17-rc4
 2018-05-02 15:13 UTC  (7+ messages)
` [PATCH v3 1/6] bcache: store disk name in struct cache and struct cached_dev
` [PATCH v3 2/6] bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()
` [PATCH v3 3/6] bcache: count backing device I/O error for writeback I/O
` [PATCH v3 4/6] bcache: add wait_for_kthread_stop() in bch_allocator_thread()
` [PATCH v3 5/6] bcache: set dc->io_disable to true in conditional_stop_bcache_device()
` [PATCH v3 6/6] bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set

[PATCHSET 0/2] sync discard
 2018-05-02 14:20 UTC  (27+ messages)
` [PATCH 1/2] block: add BLKDEV_DISCARD_SYNC flag
` [PATCH 2/2] xfs: add 'discard_sync' mount flag

general protection fault in lo_ioctl (2)
 2018-05-02 11:23 UTC  (2+ messages)

Performance drop due to "blk-mq-sched: improve sequential I/O performance"
 2018-05-02 10:39 UTC  (5+ messages)

[PATCH V2 0/5] nvme: pci: fix & improve timeout handling
 2018-05-02  7:27 UTC  (13+ messages)
` [PATCH V2 1/5] block: introduce blk_quiesce_timeout() and blk_unquiesce_timeout()
` [PATCH V2 2/5] nvme: pci: cover timeout for admin commands running in EH
` [PATCH V2 3/5] nvme: pci: only wait freezing if queue is frozen
` [PATCH V2 4/5] nvme: fix race between freeze queues and unfreeze queues
` [PATCH V2 5/5] nvme: pci: simplify timeout handling

[BUG ?] lockdep report from nbd on 4.16
 2018-05-02  6:21 UTC 

[PATCH] A tentative patch to bypass REQ_META in blk throttle
 2018-05-02  2:20 UTC  (3+ messages)

[PATCH] bsg referencing bus driver module
 2018-05-01 17:24 UTC  (8+ messages)

[PATCH 0/6] Fix XSA-155-like bugs in frontend drivers
 2018-05-01  9:15 UTC  (5+ messages)
` [PATCH 5/6] xen-blkfront: make local copy of response before using it
` [PATCH 6/6] xen-blkfront: prepare request locally, only then put it on the shared ring
    ` [Xen-devel] "

[PATCH 0/2] nvme: pci: fix & improve timeout handling
 2018-04-30 23:14 UTC  (19+ messages)
` [PATCH 1/2] nvme: pci: simplify "

[PATCH dm-zoned-tools 1/2] README: fix small typo host-manmaged --> host-managed
 2018-04-30 22:04 UTC  (5+ messages)
` [PATCH dm-zoned-tools 2/2] README: fix example script

WARNING in __device_add_disk
 2018-04-30 12:37 UTC  (2+ messages)

[PATCH v2 0/3] Rework write error handling in pblk
 2018-04-30  9:19 UTC  (10+ messages)
` [PATCH v2 1/3] lightnvm: pblk: rework write error recovery path
` [PATCH v2 2/3] lightnvm: pblk: garbage collect lines with failed writes
` [PATCH v2 3/3] lightnvm: pblk: fix smeta write error path

[V2 PATCH 00/11] lightnvm: pblk: small fixes
 2018-04-30  9:10 UTC  (12+ messages)
` [PATCH 01/11] lightnvm: pblk: fail gracefully on line alloc. failure
` [PATCH 02/11] lightnvm: pblk: recheck for bad lines at runtime
` [PATCH 03/11] lightnvm: pblk: check read lba on gc path
` [PATCH 04/11] lightnvn: pblk: improve error msg on corrupted LBAs
` [PATCH 05/11] lightnvm: pblk: warn in case of corrupted write buffer
` [PATCH 06/11] lightnvm: pblk: return NVM_ error on failed submission
` [PATCH 07/11] lightnvm: pblk: remove unnecessary indirection
` [PATCH 08/11] lightnvm: pblk: remove unnecessary argument
` [PATCH 09/11] lightnvm: pblk: check for chunk size before allocating it
` [PATCH 10/11] lightnvn: pass flag on graceful teardown to targets
` [PATCH 11/11] lightnvm: pblk: remove dead function

[PATCH 0/6] bcache fixes for device failure handling
 2018-04-30  6:24 UTC  (2+ messages)

ed74ae0342 ("blk-mq: Avoid that a completion can be ignored .."): BUG: kernel hang in test stage
 2018-04-29  2:01 UTC  (3+ messages)

INFO: task hung in blk_queue_enter
 2018-04-28 11:24 UTC 

INFO: rcu detected stall in blkdev_ioctl
 2018-04-28  8:57 UTC  (2+ messages)

[PATCH 0/3] scsi: scsi-mq: don't hold host_busy in IO path
 2018-04-28  8:47 UTC  (10+ messages)
` [PATCH 2/3] scsi: read host_busy via scsi_host_busy()
` [PATCH 3/3] scsi: avoid to hold host-wide counter of host_busy for scsi_mq


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