linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-12 02:52:29 to 2017-07-24 21:20:23 UTC [more...]

[PATCH] xen-blkfront: Fix handling of non-supported operations
 2017-07-24 21:20 UTC  (5+ messages)

[PATCH 1/3] nbd: allow multiple disconnects to be sent
 2017-07-24 20:08 UTC  (5+ messages)
` [PATCH 2/3] nbd: take tx_lock before disconnecting
` [PATCH 3/3] nbd: only set sndtimeo if we have a timeout set
` [Nbd] [PATCH 1/3] nbd: allow multiple disconnects to be sent

[PATCH] bcache: only recovery I/O error for writethrough mode
 2017-07-24 19:19 UTC  (7+ messages)
              ` handling cache device disconnection more properly ( was Re: [PATCH] bcache: only recovery I/O error for writethrough mode)

[PATCH] block: note about cloned bios and bio_for_each_segment_all
 2017-07-24 16:19 UTC  (13+ messages)

[PATCH] blk-mq: map queues to all present CPUs
 2017-07-24 16:01 UTC  (3+ messages)

[PATCH for-4.13] block: disable runtime-pm for blk-mq
 2017-07-24 14:51 UTC  (3+ messages)

[Xen-users] File-based domU - Slow storage write since xen 4.8
 2017-07-21 17:07 UTC  (9+ messages)

[GIT PULL] Block fixes for 4.13-rc2
 2017-07-21 15:19 UTC 

nbd drops connection on most writes
 2017-07-21 12:28 UTC  (3+ messages)

[PATCH] block: use bio_io_error directly
 2017-07-21  9:26 UTC 

[GIT PULL] nvme updates for 4.13-rc
 2017-07-20 14:42 UTC  (2+ messages)

[PATCH] block/brd: add a numa_node module parameter
 2017-07-20 10:16 UTC 

4.12 NULL pointer dereference in kmem_cache_free on USB storage removal
 2017-07-19 16:04 UTC  (4+ messages)

[PATCH 10/17] block/cfq: replace cfq_rb_root leftmost caching
 2017-07-19  1:46 UTC  (2+ messages)
` [PATCH 17/17] block/cfq: cache rightmost rb_node

[PATCH 0/2] blk-mq-sched: use q->queue_depth as hint for q->nr_requests
 2017-07-18 15:09 UTC  (5+ messages)
` [PATCH 1/2] blk-mq-sched: introduce blk_mq_sched_queue_depth()
` [PATCH 2/2] blk-mq-sched: use q->queue_depth as hint for q->nr_requests

[PATCH 0/6] blk-mq: cleanup start/stop queue
 2017-07-18  8:59 UTC  (13+ messages)
` [PATCH 1/6] xen-blkfront: quiesce/unquiesce queue instead of start/stop queues
` [PATCH 2/6] SCSI: use blk_mq_run_hw_queues() in scsi_kick_queue()
` [PATCH 3/6] block: don't call blk_mq_delay_run_hw_queue() in case of BLK_STS_RESOURCE
` [PATCH 4/6] blk-mq: introduce auto restart
` [PATCH 5/6] block: use BLK_MQ_F_AUTO_RESTART on virtio-blk and xen-blkfront
` [PATCH 6/6] blk-mq: unexport APIs for start/stop queues

[v4.12-rc6 regression] commit dc9edc44de6c introduced use-after-free
 2017-07-18  7:57 UTC  (3+ messages)

linux-next scsi-mq hang in suspend-resume
 2017-07-17 17:17 UTC  (2+ messages)

[PATCH v2 0/3] md: three misc changes
 2017-07-17 16:41 UTC  (8+ messages)
` [PATCH v2 1/3] md: remove 'idx' from 'struct resync_pages'
` [PATCH v2 2/3] md: raid1/raid10: initialize bvec table via bio_add_page()
` [PATCH v2 3/3] md: raid1-10: move raid1/raid10 common code into raid1-10.c

linux-next scsi-mq hang in suspend-resume
 2017-07-17 10:35 UTC  (8+ messages)

[PATCH] elevator: allow specifying elevator by config boot param for blk-mq devices
 2017-07-17  6:55 UTC  (8+ messages)

Lots of new warnings with gcc-7.1.1
 2017-07-15 11:03 UTC  (10+ messages)

[for-4.14 RFC PATCH 0/2] dm rq: eliminate historic blk-mq and .request_fn queue stacking restrictions
 2017-07-15  8:44 UTC  (10+ messages)
` [for-4.14 RFC PATCH 1/2] dm rq: avoid deadlock if dm-mq is stacked on old .request_fn device(s)
` [for-4.14 RFC PATCH 2/2] dm rq: eliminate historic blk-mq and .request_fn queue stacking restrictions

[PATCH blktests] sg: add regression test for patch scsi: sg: fix SG_DXFER_FROM_DEV transfers
 2017-07-14 17:31 UTC  (3+ messages)

[PATCH blktests v2] tests: use nproc to get number of CPUs for fio jobs
 2017-07-14 17:11 UTC  (3+ messages)

[PATCH] blk-mq: don't leak preempt counter/q_usage_counter when allocating rq failed
 2017-07-14  8:41 UTC 

[PATCH] efi: add gpt_overprovisioned kernel command line parameter
 2017-07-13 22:21 UTC 

[PATCH 2/2] md: raid1/raid10: initialize bvec table via bio_add_page()
 2017-07-13 22:08 UTC  (9+ messages)

[PATCH 0/6] blk-mq: introduce congestion control
 2017-07-13 17:44 UTC  (30+ messages)
` [PATCH 1/6] xen-blkfront: avoid to use start/stop queue
` [PATCH 2/6] SCSI: use blk_mq_run_hw_queues() in scsi_kick_queue()
` [PATCH 3/6] blk-mq: send the request to dispatch list if direct issue returns busy
` [PATCH 4/6] blk-mq: use EWMA to estimate congestion threshold

[PATCH 0/2] block: two cleanup patches
 2017-07-13 17:23 UTC  (6+ messages)
` [PATCH 1/2] block: delete bio_uninit in blockdev
` [PATCH 2/2] block: delete bio_uninit

[PATCH] blk-mq: only alloc hctx point as many as nr_hw_queues
 2017-07-13 16:38 UTC  (4+ messages)

[PATCH] blk-mq-debugfs: add mapping show for hw queue to cpu
 2017-07-13 14:09 UTC  (5+ messages)

[PATCH] nbd: kill unused ret in recv_work
 2017-07-13 14:03 UTC  (2+ messages)

[PULL] bcache fixes and updates for-4.13
 2017-07-13  9:56 UTC  (11+ messages)
` [PATCH 01/19] bcache: Fix leak of bdev reference
  ` [PATCH 10/19] bcache: initialize stripe_sectors_dirty correctly for thin flash device
  ` [PATCH 13/19] bcache: delete redundant calling set_gc_sectors()
  ` [PATCH 16/19] bcache: increase the number of open buckets
  ` [PATCH 18/19] bcache: silence static checker warning

[PATCH 1/2] md: remove 'idx' from 'struct resync_pages'
 2017-07-13  1:41 UTC  (3+ messages)

[PATCH v3 00/14] md: cleanup on direct access to bvec table
 2017-07-13  1:22 UTC  (12+ messages)
` [PATCH v3 05/14] md: raid1: don't use bio's vec table to manage resync pages

[PATCH V5 00/11] blktrace: output cgroup info
 2017-07-12 22:50 UTC  (13+ messages)
` [PATCH V5 01/11] kernfs: use idr instead of ida to manage inode number
` [PATCH V5 02/11] kernfs: implement i_generation
` [PATCH V5 03/11] kernfs: add an API to get kernfs node from inode number
` [PATCH V5 04/11] kernfs: don't set dentry->d_fsdata
` [PATCH V5 05/11] kernfs: introduce kernfs_node_id
` [PATCH V5 06/11] kernfs: add exportfs operations
` [PATCH V5 07/11] cgroup: export fhandle info for a cgroup
` [PATCH V5 08/11] blktrace: export cgroup info in trace
` [PATCH V5 09/11] block: always attach cgroup info into bio
` [PATCH V5 10/11] blktrace: add an option to allow displaying cgroup path
` [PATCH V5 11/11] block: use standard blktrace API to output cgroup info for debug notes

[PATCH V2] block: call bio_uninit in bio_endio
 2017-07-12 16:25 UTC  (2+ messages)

[PATCH] block, bfq: dispatch request to prevent queue stalling after the request completion
 2017-07-12 14:45 UTC  (5+ messages)

[PATCH 09/19] bcache: update bio->bi_opf bypass/writeback REQ_ flag hints
 2017-07-12  9:18 UTC  (7+ messages)
` [PATCH 09/19 v2] "

[PATCH] block, bfq: fix typos in comments about B-WF2Q+ algorithm
 2017-07-12  8:59 UTC  (2+ messages)

[PATCH 0/2] md: two patches
 2017-07-12  8:28 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).