linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-13 09:58:03 to 2018-11-15 09:03:13 UTC [more...]

remove more legacy request leftover
 2018-11-15  9:03 UTC  (37+ 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

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

[PATCH] block/025: test discard sector alignement and sector size overflow
 2018-11-15  4:00 UTC 

[PATCH V8 0/3] blk-mq: refactor code of issue request directly
 2018-11-15  3:12 UTC  (4+ messages)
` [PATCH V8 1/3] blk-mq: refactor the "
` [PATCH V8 2/3] blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests
` [PATCH V8 3/3] blk-mq: replace and kill blk_mq_request_issue_directly

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

[PATCH] block: make blk_try_req_merge() static
 2018-11-15  1:50 UTC  (2+ messages)

[PATCH V7 0/4] blk-mq: refactor and fix on issue request directly
 2018-11-15  1:37 UTC  (14+ 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-15  1:02 UTC  (5+ messages)

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

"kyber: add tracepoints" causes write beyond size of object
 2018-11-15  0:23 UTC  (4+ messages)

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

[PATCH AUTOSEL 4.18 32/59] block: Clear kernel memory before copying to user
 2018-11-14 22:23 UTC 

[PATCH][next] block: clean up dead code that is now redundant
 2018-11-14 22:20 UTC  (2+ messages)

[PATCH blktests] makefile: Add install rule
 2018-11-14 19:46 UTC  (5+ messages)
    ` [PATCH v2] "

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

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

[PATCH] fix infinite loop in __blkdev_issue_discard
 2018-11-14 17:52 UTC 

[PATCHSET 0/6] Various block optimizations
 2018-11-14 17:16 UTC  (17+ 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 5/6] blk-rq-qos: inline check for q->rq_qos functions

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

[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

[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  (8+ 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 00/12] unify the interface of the proportional-share policy in blkio/io
 2018-11-13 19:35 UTC  (5+ messages)
` [PATCH 01/12] kernfs: add function to find kernfs_node without increasing ref counter

[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


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).