linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-11 13:32:10 to 2018-11-14 16:47:45 UTC [more...]

remove exofs, the T10 OSD code and block/scsi bidi support V3
 2018-11-14 16:44 UTC  (10+ messages)
` [PATCH 5/8] bsg: refactor bsg_ioctl
` [PATCH 6/8] bsg-lib: handle bidi requests without block layer help
` [PATCH 7/8] block: remove req->special
` [PATCH 8/8] block: remove bidi support

[PATCH 1/3] blk-mq: Return true if request was completed
 2018-11-14 16:26 UTC  (3+ messages)
` [PATCH 2/3] scsi: Do not rely on blk-mq for double completions
` [PATCH 3/3] blk-mq: Simplify request completion state

remove more legacy request leftover
 2018-11-14 16:02 UTC  (17+ messages)
` [PATCH 01/16] block: remove QUEUE_FLAG_BYPASS and ->bypass
` [PATCH 02/16] block: remove deadline __deadline manipulation helpers
` [PATCH 03/16] block: don't hold the queue_lock over blk_abort_request
` [PATCH 04/16] block: use atomic bitops for ->queue_flags
` [PATCH 05/16] block: remove queue_lockdep_assert_held
` [PATCH 06/16] block-iolatency: remove the unused lock argument to rq_qos_throttle
` [PATCH 07/16] block: update a few comments for the legacy request removal
` [PATCH 08/16] block: remove a few unused exports
` [PATCH 09/16] blk-cgroup: consolidate error handling in blkcg_init_queue
` [PATCH 10/16] blk-cgroup: move locking into blkg_destroy_all
` [PATCH 11/16] drbd: don't override the queue_lock
` [PATCH 12/16] umem: "
` [PATCH 13/16] mmc: simplify queue initialization
` [PATCH 14/16] mmc: stop abusing the request queue_lock pointer
` [PATCH 15/16] block: remove the lock argument to blk_alloc_queue_node
` [PATCH 16/16] block: remove the queue_lock indirection

[PATCHSET 0/6] Various block optimizations
 2018-11-14 15:58 UTC  (21+ messages)
` [PATCH 1/6] nvme: don't disable local ints for polled queue
` [PATCH 3/6] blk-mq: embed blk_mq_ops directly in the request queue
` [PATCH 4/6] block: avoid ordered task state change for polled IO
` [PATCH 5/6] blk-rq-qos: inline check for q->rq_qos functions

[patch 5/5] block: use a driver-specific handler for the "inflight" value
 2018-11-14 15:34 UTC  (3+ messages)

[PATCHSET v2 0/11] Various block optimizations
 2018-11-14 15:23 UTC  (18+ messages)
` [PATCH 01/11] nvme: don't disable local ints for polled queue
` [PATCH 02/11] block: add queue_is_mq() helper
` [PATCH 03/11] blk-mq: embed blk_mq_ops directly in the request queue
` [PATCH 04/11] blk-rq-qos: inline check for q->rq_qos functions
` [PATCH 05/11] block: avoid ordered task state change for polled IO
` [PATCH 06/11] block: add polled wakeup task helper
` [PATCH 07/11] block: have ->poll_fn() return number of entries polled
` [PATCH 08/11] blk-mq: when polling for IO, look for any completion
` [PATCH 09/11] block: make blk_poll() take a parameter on whether to spin or not
` [PATCH 10/11] block: for async O_DIRECT, mark us as polling if asked to
` [PATCH 11/11] block: don't plug for aio/O_DIRECT HIPRI IO

[PATCH V9 00/19] block: support multi-page bvec
 2018-11-14 15:22 UTC  (23+ messages)
` [PATCH V9 01/19] block: introduce multi-page page bvec helpers
` [PATCH V9 02/19] block: introduce bio_for_each_bvec()
` [PATCH V9 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V9 04/19] block: use bio_for_each_bvec() to map sg
` [PATCH V9 05/19] block: introduce bvec_last_segment()
` [PATCH V9 06/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V9 07/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V9 08/19] btrfs: move bio_pages_all() to btrfs
` [PATCH V9 09/19] block: introduce bio_bvecs()
` [PATCH V9 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V9 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V9 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V9 13/19] iomap & xfs: only account for new added page
` [PATCH V9 14/19] block: enable multipage bvecs
` [PATCH V9 15/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V9 16/19] block: document usage of bio iterator helpers
` [PATCH V9 17/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V9 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V9 19/19] block: kill BLK_MQ_F_SG_MERGE

[PATCH V7 0/4] blk-mq: refactor and fix on issue request directly
 2018-11-14 15:22 UTC  (12+ messages)
` [PATCH V7 1/4] blk-mq: refactor the code of "
` [PATCH V7 2/4] blk-mq: fix issue directly case when q is stopped or quiesced
` [PATCH V7 3/4] blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
` [PATCH V7 4/4] blk-mq: replace and kill blk_mq_request_issue_directly

[PATCH V2] SCSI: fix queue cleanup race before queue initialization is done
 2018-11-14 15:20 UTC  (3+ messages)

[PATCH] block: fix 32 bit overflow in __blkdev_issue_discard()
 2018-11-14 15:18 UTC  (6+ messages)

kobject lifetime issues in blk-mq
 2018-11-14 15:14 UTC  (11+ messages)

multipath-tools: add ANA support for NVMe device
 2018-11-14 10:36 UTC  (4+ messages)
            ` [dm-devel] "

[RFC PATCH] SCSI: fix queue cleanup race before queue is initialized done
 2018-11-14  7:58 UTC  (3+ messages)

[PATCH 1/2] scsi: Do not rely on blk-mq for double completions
 2018-11-14  4:35 UTC  (5+ messages)
` [PATCH 2/2] blk-mq: Simplify request completion state

[PATCH V6 0/5] blk-mq: refactor and fix on issue request directly
 2018-11-14  3:38 UTC  (10+ messages)
` [PATCH V6 1/5] blk-mq: refactor the code of "
` [PATCH V6 2/5] blk-mq: fix issue directly case when q is stopped or quiesced
` [PATCH V6 3/5] blk-mq: ensure hctx to be ran on mapped cpu when issue directly
` [PATCH V6 4/5] blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
` [PATCH V6 5/5] blk-mq: replace and kill blk_mq_request_issue_directly

[PATCH 00/12] unify the interface of the proportional-share policy in blkio/io
 2018-11-13 19:35 UTC  (26+ messages)
` [PATCH 01/12] kernfs: add function to find kernfs_node without increasing ref counter
` [PATCH 02/12] cgroup: add hook seq_show_cft with also the owning cftype as parameter
` [PATCH 03/12] block, cgroup: pass cftype to functions that need to use it
` [PATCH 04/12] cgroup: link cftypes of the same subsystem with the same name
` [PATCH 05/12] cgroup: add owner name to cftypes
` [PATCH 06/12] block, bfq: align min and default weights with cfq
` [PATCH 07/12] cgroup: make all functions of all cftypes be invoked
` [PATCH 08/12] block, cfq: allow cgroup files to be shared
` [PATCH 09/12] block, bfq: use standard file names for the proportional-share policy
` [PATCH 10/12] block, throttle: allow sharing cgroup statistic files
` [PATCH 11/12] doc, bfq-iosched: fix a few clerical errors
` [PATCH 12/12] doc, bfq-iosched: make it consistent with the new cgroup interface

[PATCH V8 00/18] block: support multi-page bvec
 2018-11-13 11:39 UTC  (3+ messages)
` [PATCH V8 13/18] block: enable multipage bvecs

[PATCH AUTOSEL 4.19 06/44] block: brd: associate with queue until adding disk
 2018-11-13  5:49 UTC 

[PATCH AUTOSEL 4.18 06/39] block: brd: associate with queue until adding disk
 2018-11-13  5:50 UTC 

[PATCH V5 0/6] blk-mq: refactor and fix on issue request directly
 2018-11-13  4:12 UTC  (11+ messages)
` [PATCH V5 1/6] blk-mq: make __blk_mq_issue_directly be able to accept NULL cookie pointer
` [PATCH V5 2/6] blk-mq: refactor the code of issue request directly
` [PATCH V5 3/6] blk-mq: fix issue directly case when q is stopped or quiesced
` [PATCH V5 4/6] blk-mq: ensure hctx to be ran on mapped cpu when issue directly
` [PATCH V5 5/6] blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
` [PATCH V5 6/6] blk-mq: replace and kill blk_mq_request_issue_directly

[RFC] mm: Replace all open encodings for NUMA_NO_NODE
 2018-11-12 11:47 UTC  (6+ messages)

Inquiry 12/11/2018
 2018-11-12  8:57 UTC 

[PATCH v3] block: copy ioprio in __bio_clone_fast()
 2018-11-12 17:36 UTC  (2+ messages)

[PATCH v2] kyber: fix wrong strlcpy() size in trace_kyber_latency()
 2018-11-12 15:29 UTC  (4+ messages)

WARNING: locking bug in loop_control_ioctl
 2018-11-12 11:02 UTC  (4+ messages)

[PATCH 0/16 v3] loop: Fix oops and possible deadlocks
 2018-11-12 10:15 UTC  (3+ messages)

inconsistent IOPS and throughput for /dev/mdX (?)
 2018-11-12  7:59 UTC 

Price Inquiry
 2018-11-11 15:34 UTC 

[PATCH] kyber: fix wrong strlcpy() size in trace_kyber_latency()
 2018-11-11 19:11 UTC  (3+ 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).