messages from 2018-01-16 15:35:33 to 2018-01-19 17:38:41 UTC [more...]
[RFC PATCH] blk-mq: fixup RESTART when queue becomes idle
2018-01-19 17:38 UTC (47+ messages)
` [dm-devel] "
[PATCH v2] bdi: show error log when fail to create bdi debugfs entry
2018-01-19 17:36 UTC (2+ messages)
[PATCH 0/3] Avoid that blk_mq_delay_run_hw_queue() introduces unintended delays
2018-01-19 17:22 UTC (7+ messages)
` [PATCH 1/3] blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_directly()
` [PATCH 2/3] blk-mq: Avoid that blk_mq_delay_run_hw_queue() introduces unintended delays
` [PATCH 3/3] block: Remove kblockd_schedule_delayed_work{,_on}()
[PATCH] dm rq: Avoid that request processing stalls sporadically
2018-01-19 6:36 UTC (13+ messages)
` "
[PATCH v5 1/2] Return bytes transferred for partial direct I/O
2018-01-19 6:33 UTC (9+ messages)
` [PATCH 2/2] xfs: remove assert to check bytes returned
[PATCH v3 RESEND 2/2] blk-throttle: fix wrong initialization in case of dm device
2018-01-19 3:57 UTC (4+ messages)
[PATCH 0/2] blk-mq: support physical CPU hotplug
2018-01-19 3:05 UTC (16+ messages)
` [PATCH 2/2] blk-mq: simplify queue mapping & schedule with each possisble CPU
[PATCH v3 RESEND 1/2] blk-throttle: track read and write request individually
2018-01-19 2:54 UTC (7+ messages)
[PATCH v3 0/2] block: enforce ioctl(BLKROSET) and set_disk_ro()
2018-01-18 19:57 UTC (3+ messages)
[RFC] blk-throttle: export io_serviced_recursive, io_service_bytes_recursive
2018-01-18 19:56 UTC (4+ messages)
[PATCH v2 0/3] Avoid that blk_{un,}register_queue() trigger lock inversion
2018-01-18 19:55 UTC (8+ messages)
` [PATCH v2 1/3] block: Unexport elv_register_queue() and elv_unregister_queue()
` [PATCH v2 2/3] block: Document scheduler modification locking requirements
` [PATCH v2 3/3] block: Protect less code with sysfs_lock in blk_{un,}register_queue()
[GIT PULL] Two NVMe fixes for 4.15 final
2018-01-18 18:05 UTC
[PATCH v5] Return bytes transferred for partial direct I/O
2018-01-18 17:13 UTC (4+ messages)
[PATCH BUGFIX/IMPROVEMENT 0/2] block, bfq: two pending patches
2018-01-18 15:23 UTC (3+ messages)
[PATCH] blk-mq: don't dispatch request in blk_mq_request_direct_issue if queue is busy
2018-01-18 6:39 UTC (4+ messages)
` "
[PATCH v2 06/12] bcache: set error_limit correctly
2018-01-18 6:20 UTC
[LSF/MM TOPIC] A high-performance userspace block driver
2018-01-18 5:27 UTC (9+ messages)
` [Lsf-pc] "
[for-4.16 PATCH v6 0/3] blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback
2018-01-18 3:52 UTC (19+ messages)
` [for-4.16 PATCH v6 1/3] blk-mq: factor out a few helpers from __blk_mq_try_issue_directly
` [for-4.16 PATCH v6 2/3] blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback
` [for-4.16 PATCH v6 3/3] blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_request
` [PATCH] blk mq: don't blk_mq_request_bypass_insert _and_ return BLK_STS_RESOURCE
` "
two more nvme fixes for Linux 4.15
2018-01-17 21:05 UTC (4+ messages)
` [PATCH 1/2] nvme-pci: check segement valid for SGL use
` [PATCH 2/2] nvme-pci: take sglist coalescing in dma_map_sg into account
[GIT PULL] two more nvme fixes for Linux 4.15
2018-01-17 21:03 UTC (3+ messages)
WARNING: bi_status >= ARRAY_SIZE(blk_errors): bi_status=201
2018-01-17 18:53 UTC
[ANNOUNCE] Participate at the Linux FAST Summit '18
2018-01-17 18:31 UTC
[PATCH 0/3] Avoid that blk_{un,}register_queue() trigger lock inversion
2018-01-17 17:19 UTC (10+ messages)
` [PATCH 1/3] block: Unexport elv_register_queue() and elv_unregister_queue()
` [PATCH 2/3] block: Document scheduler change code locking requirements
` [PATCH 3/3] block: Protect less code with sysfs_lock in blk_{un,}register_queue()
[PATCH] block: Fix __bio_integrity_endio() documentation
2018-01-17 16:59 UTC (3+ messages)
[PATCH V2 0/2] blk-mq: two patches related with CPU hotplug
2018-01-17 16:49 UTC (4+ messages)
` [PATCH V2 1/2] blk-mq: make sure hctx->next_cpu is set correctly
` [PATCH V2 2/2] blk-mq: avoid one WARN_ON in __blk_mq_run_hw_queue to printk
[PATCH 0/2] blk-mq: two patches related with CPU hotplug
2018-01-17 16:17 UTC (9+ messages)
` [PATCH 1/2] blk-mq: make sure hctx->next_cpu is set correctly
` [PATCH 2/2] blk-mq: convert WARN_ON in __blk_mq_run_hw_queue to printk
[for-4.16 PATCH v5 0/3] blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback
2018-01-17 15:34 UTC (7+ messages)
` [for-4.16 PATCH v5 1/3] blk-mq: factor out a few helpers from __blk_mq_try_issue_directly
` [for-4.16 PATCH v5 2/3] blk-mq: improve DM's blk-mq IO merging performance
` [for-4.16 PATCH v5 2/3] blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback
` [for-4.16 PATCH v5 3/3] blk-mq-sched: remove unused 'can_block' arg from blk_mq_sched_insert_request
[PATCH v2 06/12] bcache: set error_limit correctly
2018-01-17 15:11 UTC (2+ messages)
[PATCH] lightnvm/pblk-gc: Delete an error message for a failed memory allocation in pblk_gc_line_prepare_ws()
2018-01-17 8:01 UTC (3+ messages)
how to enlarge value of max_sectors_kb
2018-01-17 6:10 UTC (2+ messages)
[PATCH] blktrace: support enabling cgroup info per-device
2018-01-17 6:10 UTC (2+ messages)
[PATCH] blk-mq: Fix a race condition in blk_mq_mark_tag_wait()
2018-01-16 18:30 UTC
[for-4.16 PATCH v5 0/4] block/dm: allow DM to defer blk_register_queue() until ready
2018-01-16 18:19 UTC (7+ messages)
[for-4.16 PATCH v4-mike 1/2] blk-mq: return dispatch result from blk_mq_try_issue_directly
2018-01-16 18:16 UTC (7+ messages)
` [for-4.16 PATCH v4-mike 2/2] blk-mq: issue request directly for blk_insert_cloned_request
[PATCH 0/2] genirq/affinity: try to make sure online CPU is assgined to irq vector
2018-01-16 15:47 UTC (8+ messages)
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).