linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-16 03:28:50 to 2018-11-19 12:31:58 UTC [more...]

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 V2 00/10] unify the interface of the proportional-share policy in blkio/io
 2018-11-19 10:34 UTC  (11+ 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

[PATCH 00/12] unify the interface of the proportional-share policy in blkio/io
 2018-11-19  9:46 UTC  (7+ messages)

multipath-tools: add ANA support for NVMe device
 2018-11-19  9:39 UTC  (18+ messages)
                ` [PATCH] nvme: allow ANA support to be independent of native multipathing
                    `  "
                  ` [PATCH v2] "

[PATCH V10 00/19] block: support multi-page bvec
 2018-11-19  9:20 UTC  (83+ 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 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

[PATCHv3 0/3] scsi timeout handling updates
 2018-11-19  8:58 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

[PATCH 0/7] Improve I/O priority handling
 2018-11-19  8:31 UTC  (20+ 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

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

[PATCHSET v4] Various block optimizations
 2018-11-19  8:05 UTC  (15+ 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

a9f38e1dec ("floppy: convert to blk-mq"): INFO: task mount:661 blocked for more than 120 seconds
 2018-11-19  3:06 UTC 

[PATCH 00/11] TCP transport binding for NVMe over Fabrics
 2018-11-17 22:48 UTC  (10+ messages)
` [PATCH 04/11] nvme-core: add work elements to struct nvme_ctrl
` [PATCH 05/11] nvmet: Add install_queue callout
` [PATCH 06/11] nvmet: allow configfs tcp trtype configuration
` [PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver

[RFC] block: add io timeout to sysfs
 2018-11-17 15:49 UTC 

queue_lock fixups
 2018-11-17 10:12 UTC  (17+ messages)
` [PATCH 1/6] block: remove the rq_alloc_data request_queue field
` [PATCH 2/6] floppy: remove queue_lock around floppy_end_request
` [PATCH 3/6] pktcdvd: remove queue_lock around blk_queue_max_hw_sectors
` [PATCH 4/6] ide: don't acquire queue lock in ide_pm_execute_rq
` [PATCH 5/6] ide: don't acquire queue_lock in ide_complete_pm_rq
` [PATCH 6/6] mmc: stop abusing the request queue_lock pointer

[PATCHSET v2 0/11] Various block optimizations
 2018-11-16 16:57 UTC  (24+ messages)
` [PATCH 01/11] nvme: provide optimized poll function for separate poll queues
` [PATCH 02/11] block: add queue_is_mq() helper
` [PATCH 03/11] blk-rq-qos: inline check for q->rq_qos functions
` [PATCH 04/11] block: avoid ordered task state change for polled IO
` [PATCH 05/11] block: add polled wakeup task helper
` [PATCH 07/11] blk-mq: when polling for IO, look for any completion
` [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

[GIT PULL] Block fixes for 4.20-rc3
 2018-11-16 16:25 UTC  (2+ messages)

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

[PATCH 3/3] block: use a driver-specific handler for the "inflight" value
 2018-11-16 15:25 UTC  (4+ messages)
` [dm-devel] "

provide slaves/holders links for multipath devices
 2018-11-16 13:08 UTC  (3+ messages)
` [PATCH 1/2] block: move holder tracking from struct block_device to hd_struct
` [PATCH 2/2] nvme: create slaves/holder entries for multipath devices

[PATCH] block: fix 32 bit overflow in __blkdev_issue_discard()
 2018-11-16 12:06 UTC  (12+ messages)

[PATCH] block: remove the rq_alloc_data request_queue field
 2018-11-16  7:58 UTC 


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