messages from 2017-12-12 07:15:31 to 2017-12-20 00:20:20 UTC [more...]
Regression with a0747a859ef6 ("bdi: add error handle for bdi_debug_register")
2017-12-20 0:20 UTC (23+ messages)
[PATCH] generic/473: test return EBUSY from BLKRRPART for mounted whole-dev
2017-12-19 23:42 UTC (12+ messages)
` [PATCH blktests] block/013: Add test for BLKRRPART ioctl
[for-4.16 PATCH 0/5] block, nvme, dm: allow DM multipath to use NVMe's error handler
2017-12-19 21:05 UTC (6+ 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
` [for-4.16 PATCH 5/5] dm mpath: skip calls to end_io_bio if using NVMe bio-based and round-robin
[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 (8+ messages)
` [PATCH V2 1/6] blk-mq: quiesce queue before freeing queue
` [PATCH V2 2/6] blk-mq: support concurrent blk_mq_quiesce_queue()
` [PATCH V2 3/6] blk-mq: quiesce queue during switching io sched and updating nr_requests
` [PATCH V2 4/6] blk-mq: avoid to map CPU into stale hw queue
` [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
4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable)
2017-12-18 13:56 UTC (14+ messages)
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 (15+ 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)
[PATCH V2 0/2] block: fix queue freeze and cleanup
2017-12-15 17:44 UTC (10+ messages)
[PATCHSET v2] blk-mq: reimplement timeout handling
2017-12-15 15:14 UTC (34+ 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 3/6] blk-mq: use blk_mq_rq_state() instead of testing REQ_ATOM_COMPLETE
` [PATCH 4/6] blk-mq: make blk_abort_request() trigger timeout path
` [PATCH 5/6] blk-mq: remove REQ_ATOM_COMPLETE usages from blk-mq
` [PATCH 6/6] blk-mq: remove REQ_ATOM_STARTED
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)
[PATCH 00/10] block: cleanup on direct access to bvec table(prepare for multipage bvec)
2017-12-13 17:55 UTC (4+ messages)
[PATCH 0/6] blk-mq: fix race related with device deletion/reset/switching sched
2017-12-13 6:43 UTC (12+ messages)
` [PATCH 1/6] blk-mq: quiesce queue before freeing queue
` [PATCH 2/6] blk-mq: support concurrent blk_mq_quiesce_queue()
` [PATCH 3/6] blk-mq: quiesce queue during switching io sched and updating nr_requests
` [PATCH 4/6] blk-mq: avoid to map CPU into stale hw queue
` [PATCH 5/6] blk-mq: fix race between updating nr_hw_queues and switching io sched
` [PATCH 6/6] nvme: remove .init_request callback
[PATCH] locking/lockdep: Add CONFIG_LOCKDEP_AGGRESSIVE
2017-12-13 5:38 UTC (8+ messages)
WARNING in kmalloc_slab (3)
2017-12-12 21:22 UTC (6+ messages)
[PATCH] locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS optional
2017-12-12 7:15 UTC (2+ 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).