linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-01 08:12:22 to 2018-02-06 08:39:26 UTC [more...]

[PATCH V2 0/8] blk-mq/scsi-mq: support global tags & introduce force_blk_mq
 2018-02-06  8:39 UTC  (19+ messages)
` [PATCH V2 1/8] blk-mq: tags: define several fields of tags as pointer
` [PATCH V2 2/8] blk-mq: introduce BLK_MQ_F_GLOBAL_TAGS
` [PATCH V2 3/8] scsi: Add template flag 'host_tagset'
` [PATCH V2 4/8] block: null_blk: introduce module parameter of 'g_global_tags'
` [PATCH V2 5/8] scsi: introduce force_blk_mq
` [PATCH V2 6/8] scsi: virtio_scsi: fix IO hang by irq vector automatic affinity
` [PATCH V2 7/8] scsi: hpsa: call hpsa_hba_inquiry() after adding host
` [PATCH V2 8/8] scsi: hpsa: use blk_mq to solve irq affinity issue

[PATCH BUGFIX 0/1] block, bfq: handle requeues of I/O requests
 2018-02-06  8:37 UTC  (6+ messages)
` [PATCH BUGFIX 1/1] block, bfq: add requeue-request hook

[PATCH 0/5] blk-mq/scsi-mq: support global tags & introduce force_blk_mq
 2018-02-06  8:04 UTC  (18+ messages)
` [PATCH 1/5] blk-mq: tags: define several fields of tags as pointer
` [PATCH 2/5] blk-mq: introduce BLK_MQ_F_GLOBAL_TAGS
` [PATCH 3/5] block: null_blk: introduce module parameter of 'g_global_tags'
` [PATCH 4/5] scsi: introduce force_blk_mq
` [PATCH 5/5] scsi: virtio_scsi: fix IO hang by irq vector automatic affinity

[PATCH rfc 0/5] generic adaptive IRQ moderation library for I/O devices
 2018-02-06  7:43 UTC  (8+ messages)
` [PATCH rfc 1/5] irq-am: Introduce library implementing generic adaptive moderation
` [PATCH rfc 2/5] irq-am: add some debugfs exposure on tuning state
` [PATCH rfc 3/5] irq_poll: wire up irq_am
` [PATCH rfc 4/5] IB/cq: add adaptive moderation support
` [PATCH rfc 5/5] IB/cq: wire up adaptive moderation to workqueue based completion queues

[PATCH] blk-throttle: fix race between blkcg_bio_issue_check and cgroup_rmdir
 2018-02-06  7:36 UTC 

[PATCH v5 00/10] bcache: device failure handling improvement
 2018-02-06  4:21 UTC  (11+ messages)
` [PATCH v5 01/10] bcache: set writeback_rate_update_seconds in range [1, 60] seconds
` [PATCH v5 02/10] bcache: fix cached_dev->count usage for bch_cache_set_error()
` [PATCH v5 03/10] bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set
` [PATCH v5 04/10] bcache: stop dc->writeback_rate_update properly
` [PATCH v5 05/10] bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
` [PATCH v5 06/10] bcache: add stop_when_cache_set_failed option to backing device
` [PATCH v5 07/10] bcache: fix inaccurate io state for detached bcache devices
` [PATCH v5 08/10] bcache: add backing_request_endio() for bi_end_io of attached backing device I/O
` [PATCH v5 09/10] bcache: add io_disable to struct cached_dev
` [PATCH v5 10/10] bcache: stop bcache device when backing device is offline

[PATCH 1/2] char_dev: Fix off-by-one bugs in find_dynamic_major()
 2018-02-06  2:25 UTC  (2+ messages)
` [PATCH 2/2] block, char_dev: Use correct format specifier for unsigned ints

[PATCH] blk-mq: Fix a race between resetting the timer and completion handling
 2018-02-05 21:37 UTC  (4+ messages)

[PATCH] wbt: fix incorrect throttling due to flush latency
 2018-02-05 20:16 UTC  (5+ messages)

v4.15 and I/O hang with BFQ
 2018-02-05 19:07 UTC  (6+ messages)

[PATCH 00/24] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
 2018-02-05 18:38 UTC  (58+ messages)
` [PATCH 01/24] ibtrs: public interface header to establish RDMA connections
` [PATCH 02/24] ibtrs: private headers with IBTRS protocol structs and helpers
` [PATCH 03/24] ibtrs: core: lib functions shared between client and server modules
` [PATCH 04/24] ibtrs: client: private header with client structs and functions
` [PATCH 05/24] ibtrs: client: main functionality
` [PATCH 06/24] ibtrs: client: statistics functions
` [PATCH 07/24] ibtrs: client: sysfs interface functions
` [PATCH 08/24] ibtrs: server: private header with server structs and functions
` [PATCH 09/24] ibtrs: server: main functionality
` [PATCH 10/24] ibtrs: server: statistics functions
` [PATCH 11/24] ibtrs: server: sysfs interface functions
` [PATCH 12/24] ibtrs: include client and server modules into kernel compilation
` [PATCH 13/24] ibtrs: a bit of documentation
` [PATCH 14/24] ibnbd: private headers with IBNBD protocol structs and helpers
` [PATCH 15/24] ibnbd: client: private header with client structs and functions
` [PATCH 16/24] ibnbd: client: main functionality
` [PATCH 17/24] ibnbd: client: sysfs interface functions
` [PATCH 18/24] ibnbd: server: private header with server structs and functions
` [PATCH 19/24] ibnbd: server: main functionality
` [PATCH 20/24] ibnbd: server: functionality for IO submission to file or block dev
` [PATCH 21/24] ibnbd: server: sysfs interface functions
` [PATCH 22/24] ibnbd: include client and server modules into kernel compilation
` [PATCH 23/24] ibnbd: a bit of documentation
` [PATCH 24/24] MAINTAINERS: Add maintainer for IBNBD/IBTRS modules

[PATCH 0/4] lightnvm: base 2.0 implementation
 2018-02-05 18:04 UTC  (6+ messages)
` [PATCH 1/4] lightnvm: make 1.2 data structures explicit
` [PATCH 2/4] lightnvm: flatten nvm_id_group into nvm_id
` [PATCH 3/4] lightnvm: add 2.0 geometry identification
` [PATCH 4/4] nvme: lightnvm: add late setup of block size and metadata

[PATCH v2 0/2] block: Fix a race between the throttling code and request queue initialization
 2018-02-05 17:58 UTC  (9+ messages)
` [PATCH v2 2/2] "

vgdisplay hang on iSCSI session
 2018-02-05 16:01 UTC 

[PATCH 2/2] bcache: fix for data collapse after re-attaching an attached device
 2018-02-05 12:11 UTC 

blkdev loop UAF
 2018-02-05  8:56 UTC  (5+ messages)

[GIT PULL] Block fixes for 4.16-rc
 2018-02-04 16:38 UTC 

[PATCH 1/5] lightnvm: pblk: handle bad sectors in the emeta area correctly
 2018-02-04 13:09 UTC  (8+ messages)
` [PATCH 5/5] lightnvm: pblk: refactor bad block identification

Unsafe shutdowns on TOSHIBA THNSF5256GPUK NVME
 2018-02-04  9:23 UTC 

[LSF/MM TOPIC] De-clustered RAID with MD
 2018-02-03 17:16 UTC  (7+ messages)
  ` [Lsf-pc] "

[LSF/MM TOPIC] block: extend generic biosets to allow per-device frontpad
 2018-02-02 22:55 UTC  (4+ messages)
` [dm-devel] "

[Lsf-pc] [LSF/MM TOPIC] get_user_pages() and filesystems
 2018-02-02 22:04 UTC  (2+ messages)

[PATCH] block: skd: fix incorrect linux/slab_def.h inclusion
 2018-02-02 15:08 UTC  (2+ messages)

[PATCH v2] buffer: Avoid setting buffer bits that are already set
 2018-02-02 14:50 UTC  (2+ messages)

[LSF/MM TOPIC] block, dm: restack queue_limits
 2018-02-02  5:59 UTC  (2+ messages)
` [dm-devel] "

[PATCH v4 00/13] bcache: device failure handling improvement
 2018-02-02  2:04 UTC  (3+ messages)

[PATCH] bcache: return attach error when no cache set exist
 2018-02-02  3:49 UTC 

[PATCH V4] blk-mq: introduce BLK_STS_DEV_RESOURCE
 2018-02-02  0:53 UTC  (6+ messages)
      ` [dm-devel] "

[PATCH] [PATCH v2] bcache: fix for allocator and register thread race
 2018-02-01 21:55 UTC  (2+ messages)

[LSF/MM TOPIC] KPTI effect on IO performance
 2018-02-01 21:51 UTC  (2+ messages)
` [Lsf-pc] "

[PATCH v4 00/13] bcache: device failure handling improvement
 2018-02-01 21:49 UTC  (7+ messages)
` [PATCH v4 01/13] bcache: set writeback_rate_update_seconds in range [1, 60] seconds
` [PATCH v4 02/13] bcache: properly set task state in bch_writeback_thread()
` [PATCH v4 06/13] bcache: set error_limit correctly

[PATCH] blk-mq-sched: Enable merging discard bio into request
 2018-02-01 21:45 UTC  (2+ messages)

[PATCHv2 0/2] block: Discard merging fixes
 2018-02-01 21:28 UTC  (6+ messages)
` [PATCHv2 1/2] block: Merge discard requests as a special case
` [PATCHv2 2/2] block: Handle merging discards in IO schedulers

WARNING: CPU: 2 PID: 207 at drivers/nvme/host/core.c:527 nvme_setup_cmd+0x3d3
 2018-02-01 20:55 UTC  (13+ messages)

[PATCH] block: Merge discard requests as a special case
 2018-02-01 18:01 UTC 

[LSF/MM TOPIC] Killing reliance on struct page->mapping
 2018-02-01 16:33 UTC  (11+ messages)
  ` [Lsf-pc] "

[PATCH 0/2] genirq/affinity: try to make sure online CPU is assgined to irq vector
 2018-02-01 15:04 UTC  (9+ messages)

[PATCH] bcache: calculate the number of incremental GC nodes according to the total of btree nodes
 2018-02-01  8:14 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).