linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-14 02:32:39 to 2017-12-21 00:08:05 UTC [more...]

[PATCHSET v2] blk-mq: reimplement timeout handling
 2017-12-21  0:08 UTC  (22+ messages)
` [PATCH 1/6] blk-mq: protect completion path with RCU
` [PATCH 2/6] blk-mq: replace timeout synchronization with a RCU and generation based scheme
` [PATCH 4/6] blk-mq: make blk_abort_request() trigger timeout path

[PATCH V3] block: drain queue before waiting for q_usage_counter becoming zero
 2017-12-20 23:12 UTC  (2+ messages)

[for-4.16 PATCH 0/5] block, nvme, dm: allow DM multipath to use NVMe's error handler
 2017-12-20 20:33 UTC  (8+ messages)
` [for-4.16 PATCH 1/5] block: establish request failover callback infrastructure
` [for-4.16 PATCH 2/5] nvme: use request's failover callback for multipath failover
` [for-4.16 PATCH 3/5] nvme: move nvme_req_needs_failover() from multipath to core
` [for-4.16 PATCH 4/5] dm mpath: use NVMe error handling to know when an error is retryable
    ` [dm-devel] "
` [for-4.16 PATCH 5/5] dm mpath: skip calls to end_io_bio if using NVMe bio-based and round-robin

random call_single_data alignment
 2017-12-20 20:23 UTC  (4+ messages)

[PATCH] null_blk: unalign call_single_data
 2017-12-20 19:34 UTC 

[PATCH] block: unalign call_single_data in struct request
 2017-12-20 19:25 UTC 

[PATCH V2] block-throttle: avoid double charge
 2017-12-20 18:12 UTC  (4+ messages)

[PATCH] lightnvm: pblk: remove some unnecessary NULL checks
 2017-12-20 17:30 UTC  (2+ messages)

[PATCH 00/25] Updates to lightnvm and pblk
 2017-12-20 17:22 UTC  (26+ messages)
` [PATCH 01/25] null_blk: remove lightnvm support
` [PATCH 02/25] lightnvm: remove rrpc
` [PATCH 03/25] lightnvm: use internal pblk methods
` [PATCH 04/25] lightnvm: remove hybrid ocssd 1.2 support
` [PATCH 05/25] lightnvm: remove unnecessary field from nvm_rq
` [PATCH 06/25] lightnvm: remove lower page tables
` [PATCH 07/25] lightnvm: make geometry structures 2.0 ready
` [PATCH 08/25] lightnvm: refactor target type lookup
` [PATCH 09/25] lightnvm: guarantee target unique name across devs
` [PATCH 10/25] lightnvm: pblk: compress and reorder helper functions
` [PATCH 11/25] lightnvm: pblk: remove pblk_for_each_lun helper
` [PATCH 12/25] lightnvm: pblk: refactor emeta consistency check
` [PATCH 13/25] lightnvm: pblk: rename sync_point to flush_point
` [PATCH 14/25] lightnvm: pblk: clear flush point on completed writes
` [PATCH 15/25] lightnvm: pblk: prevent premature sync point resets
` [PATCH 16/25] lightnvm: pblk: remove pblk_gc_stop
` [PATCH 17/25] lightnvm: pblk: use exact free block counter in RL
` [PATCH 18/25] lightnvm: set target over-provision on create ioctl
` [PATCH 19/25] lightnvm: pblk: ignore high ecc errors on recovery
` [PATCH 20/25] lightnvm: pblk: do not log recovery read errors
` [PATCH 21/25] lightnvm: pblk: ensure kthread alloc. before kicking it
` [PATCH 22/25] lightnvm: pblk: free write buffer on init failure
` [PATCH 23/25] lightnvm: pblk: print instance name on instance info
` [PATCH 24/25] lightnvm: pblk: add iostat support
` [PATCH 25/25] lightnvm: pblk: refactor pblk_ppa_comp function

[PATCH] BLOCK: blk-flush: fixed line with more than 80 character
 2017-12-20 17:05 UTC 

[PATCH IMPROVEMENT] block, bfq: increase threshold to deem I/O as random
 2017-12-20 16:27 UTC 

[PATCH] Block: blk-flush: removed an unnecessary else statement
 2017-12-20 16:23 UTC 

4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable)
 2017-12-20 15:47 UTC  (15+ messages)

[PATCH V2 0/2] block: fix queue freeze and cleanup
 2017-12-20 14:34 UTC  (11+ messages)

[PATCH IMPROVEMENT/BUGFIX 0/4] remove start-up time outlier caused by wrong detection of cooperating processes
 2017-12-20 11:38 UTC  (5+ messages)
` [PATCH IMPROVEMENT/BUGFIX 1/4] block, bfq: add missing rq_pos_tree update on rq removal
` [PATCH IMPROVEMENT/BUGFIX 2/4] block, bfq: check low_latency flag in bfq_bfqq_save_state()
` [PATCH IMPROVEMENT/BUGFIX 3/4] block, bfq: let a queue be merged only shortly after starting I/O
` [PATCH IMPROVEMENT/BUGFIX 4/4] block, bfq: remove superfluous check in queue-merging setup

[PATCH blktests] Fix syntax error with bash v4.1.2(e.g RHEL6)
 2017-12-20  9:05 UTC 

[PATCH] generic/473: test return EBUSY from BLKRRPART for mounted whole-dev
 2017-12-20  8:03 UTC  (13+ messages)
          ` [PATCH blktests] block/013: Add test for BLKRRPART ioctl

bfq: BUG bfq_queue: Objects remaining in bfq_queue on __kmem_cache_shutdown() after rmmod
 2017-12-20  6:24 UTC  (2+ messages)

Regression with a0747a859ef6 ("bdi: add error handle for bdi_debug_register")
 2017-12-20  0:20 UTC  (23+ messages)

[PATCH 00/11] fs: use freeze_fs on suspend/hibernate
 2017-12-19 16:50 UTC  (3+ messages)

[PATCH 0/2] block: fix two regressiones on bounce
 2017-12-19 16:25 UTC  (5+ messages)
` [PATCH 1/2] block: don't let passthrough IO go into .make_request_fn()
` [PATCH 2/2] block: fix blk_rq_append_bio

[PATCH V2 0/6] blk-mq: fix race related with device deletion/reset/switching sched
 2017-12-19 15:30 UTC  (4+ messages)
` [PATCH V2 5/6] blk-mq: fix race between updating nr_hw_queues and switching io sched
` [PATCH V2 6/6] nvme-pci: remove .init_request callback

BUG: unable to handle kernel NULL pointer dereference in blk_throtl_update_limit_valid
 2017-12-19 14:42 UTC 

[PATCH] Disable pm only when scsi mq is default by config
 2017-12-19  8:34 UTC 

(no subject)
 2017-12-19  8:26 UTC 

[RFC PATCH] blk-throttle: add burst allowance
 2017-12-18 22:22 UTC  (10+ messages)

block: oopses on 4.13.*, 4.14.* and 4.15-rc2 (bisected)
 2017-12-18 20:19 UTC  (5+ messages)

[PATCH] block, bfq: fix occurrences of request finish method's old name
 2017-12-18 16:21 UTC 

[PATCH] Pass the task_struct explicitly to delayacct_blkio_end
 2017-12-18 16:15 UTC  (3+ messages)
  ` [PATCH v2] delayacct: Account blkio completion on the correct task

Disable pm on runtime
 2017-12-18 13:07 UTC 

[PATCH V4 00/45] block: support multipage bvec
 2017-12-18 12:22 UTC  (46+ messages)
` [PATCH V4 01/45] block: introduce bio helpers for converting to "
` [PATCH V4 02/45] block: conver to bio_first_bvec_all & bio_first_page_all
` [PATCH V4 03/45] fs: convert to bio_last_bvec_all()
` [PATCH V4 04/45] block: bounce: avoid direct access to bvec table
` [PATCH V4 05/45] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
` [PATCH V4 06/45] dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE
` [PATCH V4 07/45] bcache: comment on direct access to bvec table
` [PATCH V4 08/45] block: move bio_alloc_pages() to bcache
` [PATCH V4 09/45] btrfs: avoid access to .bi_vcnt directly
` [PATCH V4 10/45] btrfs: avoid to access bvec table directly for a cloned bio
` [PATCH V4 11/45] dm-crypt: don't clear bvec->bv_page in crypt_free_buffer_pages()
` [PATCH V4 12/45] blk-merge: compute bio->bi_seg_front_size efficiently
` [PATCH V4 13/45] block: blk-merge: try to make front segments in full size
` [PATCH V4 14/45] block: blk-merge: remove unnecessary check
` [PATCH V4 15/45] block: rename bio_for_each_segment* with bio_for_each_page*
` [PATCH V4 16/45] block: rename rq_for_each_segment as rq_for_each_page
` [PATCH V4 17/45] block: rename bio_segments() with bio_pages()
` [PATCH V4 18/45] block: introduce multipage page bvec helpers
` [PATCH V4 19/45] block: introduce bio_for_each_segment()
` [PATCH V4 20/45] block: use bio_for_each_segment() to compute segments count
` [PATCH V4 21/45] block: use bio_for_each_segment() to map sg
` [PATCH V4 22/45] block: introduce segment_last_page()
` [PATCH V4 23/45] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V4 24/45] btrfs: use segment_last_page to get bio's last page
` [PATCH V4 25/45] block: implement bio_pages_all() via bio_for_each_page_all()
` [PATCH V4 26/45] block: introduce bio_segments()
` [PATCH V4 27/45] block: introduce rq_for_each_segment()
` [PATCH V4 28/45] block: loop: pass segments to iov_iter
` [PATCH V4 29/45] block: bio: introduce bio_for_each_page_all2 and bio_for_each_segment_all
` [PATCH V4 30/45] block: deal with dirtying pages for multipage bvec
` [PATCH V4 31/45] block: convert to bio_for_each_page_all2()
` [PATCH V4 32/45] md/dm/bcache: conver to bio_for_each_page_all2 and bio_for_each_segment
` [PATCH V4 33/45] fs: conver to bio_for_each_page_all2
` [PATCH V4 34/45] btrfs: "
` [PATCH V4 35/45] ext4: "
` [PATCH V4 36/45] f2fs: "
` [PATCH V4 37/45] xfs: "
` [PATCH V4 38/45] exofs: "
` [PATCH V4 39/45] gfs2: "
` [PATCH V4 40/45] block: kill bio_for_each_page_all()
` [PATCH V4 41/45] block: rename bio_for_each_page_all2 as bio_for_each_page_all
` [PATCH V4 42/45] block: enable multipage bvecs
` [PATCH V4 43/45] block: bio: pass segments to bio if bio_add_page() is bypassed
` [PATCH V4 44/45] block: always define BIO_MAX_PAGES as 256
` [PATCH V4 45/45] block: document usage of bio iterator helpers

INFO: trying to register non-static key in blk_mq_sched_dispatch_requests
 2017-12-18  5:53 UTC 

kernel BUG at lib/list_debug.c:LINE! (2)
 2017-12-17 20:39 UTC 

[PATCH IMPROVEMENT] block, bfq: consider recent past to reduce soft-real-time false positives
 2017-12-16 19:16 UTC  (4+ messages)
` [PATCH IMPROVEMENT] block, bfq: consider also past I/O in soft real-time detection

About the try to remove cross-release feature entirely by Ingo
 2017-12-16  2:41 UTC  (14+ messages)
` [PATCH] locking/lockdep: Remove the cross-release locking checks

[GIT PULLL] nvme fixes for Linux 4.15
 2017-12-15 21:49 UTC  (2+ messages)

How to Persistent nvme Storage?
 2017-12-15  4:08 UTC 

[PATCH V2] block, bfq: remove batches of confusing ifdefs
 2017-12-14  6:10 UTC  (2+ 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).