linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-06 12:43:21 to 2017-12-18 12:22:27 UTC [more...]

[PATCH V4 00/45] block: support multipage bvec
 2017-12-18 12:22 UTC  (20+ messages)
` [PATCH V4 01/45] block: introduce bio helpers for converting to "
` [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 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 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 17/45] block: rename bio_segments() with bio_pages()
` [PATCH V4 19/45] block: introduce bio_for_each_segment()
` [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] Pass the task_struct explicitly to delayacct_blkio_end
 2017-12-18 11:34 UTC  (2+ messages)

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

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

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 

Regression with a0747a859ef6 ("bdi: add error handle for bdi_debug_register")
 2017-12-17 15:54 UTC  (18+ messages)

[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 

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

[PATCH V2] block, bfq: remove batches of confusing ifdefs
 2017-12-14  6:10 UTC  (2+ messages)

[PATCH V2 0/6] blk-mq: fix race related with device deletion/reset/switching sched
 2017-12-14  2:31 UTC  (7+ 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

[PATCH 00/10] block: cleanup on direct access to bvec table(prepare for multipage bvec)
 2017-12-13 17:55 UTC  (14+ messages)
` [PATCH 01/10] block: introduce bio helpers for converting to multipage bvec
` [PATCH 02/10] block: conver to bio_first_bvec() & bio_first_page()
` [PATCH 03/10] fs: convert to bio_last_bvec()
` [PATCH 04/10] block: bounce: avoid direct access to bvec table
` [PATCH 05/10] block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irq
` [PATCH 06/10] dm: limit the max bio size as BIO_MAX_PAGES * PAGE_SIZE
` [PATCH 07/10] bcache: comment on direct access to bvec table
` [PATCH 08/10] block: move bio_alloc_pages() to bcache
` [PATCH 09/10] btrfs: avoid access to .bi_vcnt directly
` [PATCH 10/10] btrfs: avoid to access bvec table directly for a cloned bio

[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  (10+ messages)

[PATCH 00/11] fs: use freeze_fs on suspend/hibernate
 2017-12-13  1:09 UTC  (2+ 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)

[PATCH v2 0/3] Show all commands in debugfs
 2017-12-12  3:28 UTC  (9+ messages)
` [PATCH v2 1/3] scsi: Fix a scsi_show_rq() NULL pointer dereference

Xen PV DomU running Kernel 4.14.5-1.el7.elrepo.x86_64: xl -v vcpu-set <domU> <val> triggers domU kernel WARNING, then domU becomes unresponsive
 2017-12-12  1:36 UTC  (2+ messages)

[PATCH V8 0/7] blk-mq support for ZBC disks
 2017-12-12  1:18 UTC  (4+ messages)

[PATCH] block/sed-opal: Fix warnings never less than zero
 2017-12-11 15:45 UTC 

[RFC] blk-throttle: export io_serviced_recursive, io_service_bytes_recursive
 2017-12-11 15:17 UTC  (2+ messages)

[PATCH V15 00/22] mmc: Add Command Queue support
 2017-12-11 12:28 UTC  (3+ messages)

blk-mq + bfq: udevd hang on usb2 storages
 2017-12-08  1:28 UTC  (4+ messages)

[PATCH] SCSI: run queue if SCSI device queue isn't ready and queue is idle
 2017-12-08  0:54 UTC  (13+ messages)

bfq: BUG bfq_queue: Objects remaining in bfq_queue on __kmem_cache_shutdown() after rmmod
 2017-12-08  0:34 UTC 

[RFC PATCH] blk-throttle: add burst allowance
 2017-12-07 19:43 UTC  (8+ messages)

[PATCH 0/5] blkcg: Limit maximum number of aio requests available for cgroup
 2017-12-07 13:44 UTC  (11+ messages)

[PATCH v2] kyber: fix another domain token wait queue hang
 2017-12-06 21:13 UTC  (2+ messages)

[PATCH] aio: Add memcg accounting of user used data
 2017-12-06 13:13 UTC  (5+ 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).