messages from 2018-02-05 10:17:40 to 2018-02-07 16:09:21 UTC [more...]
[PATCH V2 0/8] blk-mq/scsi-mq: support global tags & introduce force_blk_mq
2018-02-07 16:09 UTC (30+ 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-07 15:50 UTC (34+ 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-07 14:14 UTC (17+ messages)
` [PATCH 2/5] blk-mq: introduce BLK_MQ_F_GLOBAL_TAGS
[PATCH 00/24] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
2018-02-07 13:06 UTC (51+ messages)
` [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 07/24] ibtrs: client: sysfs interface functions
` [PATCH 09/24] ibtrs: server: main functionality
` [PATCH 16/24] ibnbd: client: "
` [PATCH 23/24] ibnbd: a bit of documentation
[PATCH v2 0/2] block: Fix a race between the throttling code and request queue initialization
2018-02-07 11:54 UTC (9+ messages)
` [PATCH v2 2/2] "
[LSF/MM TOPIC] Two blk-mq related topics
2018-02-07 10:55 UTC (5+ messages)
[PATCH v2] blk-throttle: fix race between blkcg_bio_issue_check and cgroup_rmdir
2018-02-07 8:40 UTC
WARNING in kmalloc_slab (3)
2018-02-07 4:58 UTC (6+ messages)
[PATCH] blk-mq-debugfs: Show more request state information
2018-02-07 1:15 UTC
[PATCH v2] blk-mq: Fix race between resetting the timer and completion handling
2018-02-07 1:11 UTC
[PATCH v3] block: Add should_fail_bio() for bpf error injection
2018-02-06 22:14 UTC (2+ messages)
[PATCH v2] block: Add should_fail_bio() for bpf error injection
2018-02-06 21:15 UTC (2+ messages)
[PATCH 1/2] char_dev: Fix off-by-one bugs in find_dynamic_major()
2018-02-06 19:58 UTC (6+ messages)
` [PATCH 2/2] block, char_dev: Use correct format specifier for unsigned ints
[PATCH] block: Add should_fail_bio() for bpf error injection
2018-02-06 19:50 UTC (3+ messages)
[PATCH rfc 0/5] generic adaptive IRQ moderation library for I/O devices
2018-02-06 17:38 UTC (16+ 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
[Lsf-pc] [LSF/MM TOPIC] get_user_pages() and filesystems
2018-02-06 16:29 UTC (3+ messages)
` "
[PATCH 0/6] block: Fix races in bdev - gendisk handling
2018-02-06 16:05 UTC (7+ messages)
` [PATCH 1/6] genhd: Fix leaked module reference for NVME devices
` [PATCH 2/6] genhd: Rename get_disk() to get_disk_and_module()
` [PATCH 3/6] genhd: Add helper put_disk_and_module()
` [PATCH 4/6] genhd: Fix use after free in __blkdev_get()
` [PATCH 5/6] genhd: Fix BUG in blkdev_open()
` [PATCH 6/6] blockdev: Avoid two active bdev inodes for one device
[PATCH 0/5] genirq/affinity: irq vector spread among online CPUs as far as possible
2018-02-06 12:17 UTC (6+ messages)
` [PATCH 1/5] genirq/affinity: rename *node_to_possible_cpumask as *node_to_cpumask
` [PATCH 2/5] genirq/affinity: move actual irq vector spread into one helper
` [PATCH 3/5] genirq/affinity: support to do irq vectors spread starting from any vector
` [PATCH 4/5] genirq/affinity: irq vector spread among online CPUs as far as possible
` [PATCH 5/5] nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectors
[PATCH V2] lightnvm: pblk: add padding distribution sysfs attribute
2018-02-06 11:54 UTC
[PATCH 1/5] lightnvm: pblk: handle bad sectors in the emeta area correctly
2018-02-06 11:28 UTC (6+ messages)
` [PATCH 4/5] lightnvm: pblk: add padding distribution sysfs attribute
[PATCH v5 00/10] bcache: device failure handling improvement
2018-02-06 11:24 UTC (13+ 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 v5 06/10] bcache: add stop_when_cache_set_failed option to backing device
2018-02-06 11:23 UTC
[PATCH 0/4] lightnvm: base 2.0 implementation
2018-02-06 9:43 UTC (7+ 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] blk-throttle: fix race between blkcg_bio_issue_check and cgroup_rmdir
2018-02-06 7:36 UTC
[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)
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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).