linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-19 03:52:02 to 2018-11-21 05:43:52 UTC [more...]

[PATCH v2 00/14] TCP transport binding for NVMe over Fabrics
 2018-11-21  5:43 UTC  (25+ messages)
` [PATCH v2 01/14] ath6kl: add ath6kl_ prefix to crypto_type
` [PATCH v2 02/14] datagram: open-code copy_page_to_iter
` [PATCH v2 03/14] iov_iter: pass void csum pointer to csum_and_copy_to_iter
` [PATCH v2 04/14] datagram: consolidate datagram copy to iter helpers
` [PATCH v2 04/14] net/datagram: "
` [PATCH v2 05/14] iov_iter: introduce hash_and_copy_to_iter helper
` [PATCH v2 06/14] datagram: introduce skb_copy_and_hash_datagram_iter helper
` [PATCH v2 07/14] nvme-core: add work elements to struct nvme_ctrl
` [PATCH v2 08/14] nvmet: Add install_queue callout
` [PATCH v2 09/14] nvmet: allow configfs tcp trtype configuration
` [PATCH v2 10/14] nvme-fabrics: allow user passing header digest
` [PATCH v2 11/14] nvme-fabrics: allow user passing data digest
` [PATCH v2 12/14] nvme-tcp: Add protocol header
` [PATCH v2 13/14] nvmet-tcp: add NVMe over TCP target driver
` [PATCH v2 14/14] nvme-tcp: add NVMe over TCP host driver
` [PATCH nvme-cli v2 15/14] nvme: Add TCP transport
` [PATCH nvme-cli v2 16/14] fabrics: add tcp port tsas decoding
` [PATCH nvme-cli v2 17/14] fabrics: add transport header and data digest

[PATCH V10 00/19] block: support multi-page bvec
 2018-11-21  5:35 UTC  (67+ messages)
` [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 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 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 V11 00/19] block: support multi-page bvec
 2018-11-21  3:23 UTC  (20+ messages)
` [PATCH V11 01/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V11 02/19] block: introduce multi-page bvec helpers
` [PATCH V11 03/19] block: introduce bio_for_each_bvec()
` [PATCH V11 04/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V11 05/19] block: use bio_for_each_bvec() to map sg
` [PATCH V11 06/19] block: introduce bvec_last_segment()
` [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V11 08/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V11 09/19] btrfs: move bio_pages_all() to btrfs
` [PATCH V11 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V11 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V11 13/19] block: move bounce_clone_bio into bio.c
` [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
` [PATCH V11 15/19] block: enable multipage bvecs
` [PATCH V11 16/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V11 17/19] block: document usage of bio iterator helpers
` [PATCH V11 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V11 19/19] block: kill BLK_MQ_F_SG_MERGE

[PATCH 0/7] Improve I/O priority handling
 2018-11-21  2:50 UTC  (37+ messages)
` [PATCH 1/7] aio: Comment use of IOCB_FLAG_IOPRIO aio flag
` [PATCH 2/7] block: Remove bio->bi_ioc
` [PATCH 3/7] block: Fix get_task_ioprio() default return value
` [PATCH 4/7] block: Introduce get_current_ioprio()
` [PATCH 5/7] aio: Fix fallback I/O priority value
` [PATCH 6/7] block: prevent merging of requests with different priorities
` [PATCH 7/7] block: Initialize BIO I/O priority early

RFC: REQ_PRIO use
 2018-11-21  2:37 UTC  (3+ messages)

[PATCH] block/025: test discard sector alignement and sector size overflow
 2018-11-21  2:32 UTC  (2+ messages)

[PATCH 4.21 V3] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
 2018-11-20 17:35 UTC  (4+ messages)

[PATCHSET v2] Support for polled aio
 2018-11-20 17:19 UTC  (9+ messages)
` [PATCH 1/8] fs: add file_operations ->iopoll() handler
` [PATCH 2/8] block: wire up block device ->iopoll()
` [PATCH 3/8] iomap/xfs: wire up file_operations ->iopoll()
` [PATCH 4/8] aio: use assigned completion handler
` [PATCH 5/8] aio: fix failure to put the file pointer
` [PATCH 6/8] aio: add io_setup2() system call
` [PATCH 7/8] aio: separate out ring reservation from req allocation
` [PATCH 8/8] aio: support for IO polling

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

multipath-tools: add ANA support for NVMe device
 2018-11-20 16:23 UTC  (15+ messages)
    ` [PATCH] nvme: allow ANA support to be independent of native multipathing
                `  "

[GIT PULL] nvme fix for 4.20
 2018-11-20 16:14 UTC 

kobject lifetime issues in blk-mq
 2018-11-20 13:28 UTC  (16+ messages)

[PATCHSET v4] Various block optimizations
 2018-11-20  9:11 UTC  (20+ messages)
` [PATCH 1/7] block: avoid ordered task state change for polled IO
` [PATCH 2/7] block: have ->poll_fn() return number of entries polled
` [PATCH 3/7] nvme-fc: remove unused poll implementation
` [PATCH 4/7] blk-mq: when polling for IO, look for any completion
` [PATCH 5/7] blk-mq: remove 'tag' parameter from mq_ops->poll()
` [PATCH 6/7] block: make blk_poll() take a parameter on whether to spin or not
` [PATCH 7/7] blk-mq: ensure mq_ops ->poll() is entered at least once

[PATCH] lightnvm: pblk: modify a comment
 2018-11-20  7:18 UTC  (2+ messages)

[PATCH v2 0/6] Improve I/O priority handling
 2018-11-20  2:04 UTC  (8+ messages)
` [PATCH v2 1/6] aio: Comment use of IOCB_FLAG_IOPRIO aio flag
` [PATCH v2 2/6] block: Remove bio->bi_ioc
` [PATCH v2 3/6] block: Introduce get_current_ioprio()
` [PATCH v2 4/6] aio: Fix fallback I/O priority value
` [PATCH v2 5/6] block: prevent merging of requests with different priorities
` [PATCH v2 6/6] block: Initialize BIO I/O priority early

[PATCH 00/11] TCP transport binding for NVMe over Fabrics
 2018-11-20  1:44 UTC  (14+ messages)
` [PATCH 05/11] nvmet: Add install_queue callout
` [PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver

[PATCHSET 0/5] Support for polled aio
 2018-11-19 16:07 UTC  (12+ messages)
` [PATCH 1/5] aio: use assigned completion handler
` [PATCH 2/5] aio: fix failure to put the file pointer
` [PATCH 4/5] aio: support for IO polling
` [PATCH 5/5] aio: add support for file based polled IO

[PATCHv3 0/3] scsi timeout handling updates
 2018-11-19 15:19 UTC  (9+ messages)
` [PATCHv3 1/3] blk-mq: Return true if request was completed
` [PATCHv3 2/3] scsi: Do not rely on blk-mq for double completions
` [PATCHv3 3/3] blk-mq: Simplify request completion state

[RFC PATCH v2] block: add io timeout to sysfs
 2018-11-19 14:11 UTC 

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

[PATCH V2 0/2] blk-mq: fix kobject lifetime issue
 2018-11-19 10:51 UTC  (13+ messages)
` [PATCH V2 for-4.21 1/2] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
` [PATCH V2 for-4.21 2/2] blk-mq: alloc q->queue_ctx as normal array

[PATCH 00/12] unify the interface of the proportional-share policy in blkio/io
 2018-11-19  9:46 UTC  (7+ 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).