linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-02 07:43:34 to 2018-05-07 20:56:15 UTC [more...]

general protection fault in lo_ioctl (2)
 2018-05-07 20:56 UTC  (3+ messages)

[PATCH] loop: add recursion validation to LOOP_CHANGE_FD
 2018-05-07 20:45 UTC  (7+ messages)
        ` [PATCH -v2] "

[PATCH BUGFIX] block, bfq: postpone rq preparation to insert or merge
 2018-05-07 18:03 UTC  (14+ messages)

bug in tag handling in blk-mq?
 2018-05-07 18:02 UTC  (3+ messages)

[PATCHSET v2 0/4] Add throttling for discards
 2018-05-07 16:13 UTC  (5+ messages)
` [PATCH 1/4] block: break discard submissions into the user defined size
` [PATCH 2/4] blk-wbt: account any writing command as a write
` [PATCH 3/4] blk-wbt: pass in enum wbt_flags to get_rq_wait()
` [PATCH 4/4] blk-wbt: throttle discards like background writes

[PATCHSET 0/3] Add throttling for discards
 2018-05-07 15:51 UTC  (10+ 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 0/7] nvme: pci: fix & improve timeout handling
 2018-05-07 15:04 UTC  (12+ messages)
` [PATCH V4 1/7] block: introduce blk_quiesce_timeout() and blk_unquiesce_timeout()
` [PATCH V4 2/7] nvme: pci: cover timeout for admin commands running in EH
` [PATCH V4 3/7] nvme: pci: only wait freezing if queue is frozen
` [PATCH V4 4/7] nvme: pci: freeze queue in nvme_dev_disable() in case of error recovery
` [PATCH V4 5/7] nvme: core: introduce 'reset_lock' for sync reset state and reset activities
` [PATCH V4 6/7] nvme: pci: prepare for supporting error recovery from resetting context
` [PATCH V4 7/7] nvme: pci: support nested EH

lockdep splats with blk-mq drivers
 2018-05-07 14:48 UTC  (2+ messages)

[PATCH v2 0/3] Rework write error handling in pblk
 2018-05-07 13:05 UTC  (2+ messages)

[V2 PATCH 00/11] lightnvm: pblk: small fixes
 2018-05-07 13:05 UTC  (2+ messages)

[PATCH] Documentation: block: cmdline-partition.txt fixes and additions
 2018-05-07  2:43 UTC  (2+ messages)

[PATCH v3] block: add verifier for cmdline partition
 2018-05-07  2:30 UTC  (3+ messages)

[PATCH v2] block: add verifier for cmdline partition
 2018-05-06  4:52 UTC 

[PATCH] bcache: display rate debug parameters to 0 when writeback is not running
 2018-05-05 13:04 UTC 

INFO: rcu detected stall in blkdev_ioctl
 2018-05-05 11:57 UTC  (3+ messages)

[PATCH] loop: remember whether sysfs_create_group() succeeded
 2018-05-05 11:49 UTC  (11+ messages)
                  ` [PATCH v2] "

INFO: task hung in blk_freeze_queue
 2018-05-05  4:27 UTC  (2+ messages)

[PATCH V3 0/8] nvme: pci: fix & improve timeout handling
 2018-05-05  0:16 UTC  (19+ 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

[PATCH v4 00/14] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-05-04 15:52 UTC  (9+ messages)

[GIT PULL] Block IO fixes for 4.17-rc4
 2018-05-04 15:13 UTC 

[PATCH 1/3] block: don't disable interrupts during kmap_atomic()
 2018-05-04 14:36 UTC  (4+ messages)
` [PATCH 2/3] block: Remove redundant WARN_ON()
` [PATCH 3/3] block: Shorten interrupt disabled regions

[PATCH] block: add verifier for cmdline partition
 2018-05-04 14:20 UTC  (3+ messages)

[PATCH v2] fs: Add aio iopriority support for block_dev
 2018-05-03 22:53 UTC  (10+ messages)

[PATCH] bdi: Fix oops in wb_workfn()
 2018-05-03 22:35 UTC  (4+ messages)

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

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

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

INFO: task hung in wb_shutdown (2)
 2018-05-03 15:25 UTC  (6+ 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  (7+ messages)
` [PATCH 2/4] iomap: iomap_dio_rw() handles all sync writes

[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  (2+ messages)

[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  (13+ messages)
` [PATCH 2/2] xfs: add 'discard_sync' mount flag

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


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