summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-2025-33/+20
* block: Introduce request_queue.initialize_rq_fn()Bart Van Assche2017-06-203-4/+19
* block: Make request operation type argument declarations consistentBart Van Assche2017-06-204-15/+17
* blk-mq: Reduce blk_mq_hw_ctx sizeBart Van Assche2017-06-202-10/+25
* block: stop using bio_data() in blk_write_same_mergeableChristoph Hellwig2017-06-201-1/+2
* block: remove the unused bio_to_phys macroChristoph Hellwig2017-06-201-1/+0
* null_blk: add support for shared tagsJens Axboe2017-06-201-42/+70
* btrfs: nowait aio supportGoldwyn Rodrigues2017-06-202-6/+30
* xfs: nowait aio supportGoldwyn Rodrigues2017-06-202-6/+48
* ext4: nowait aio supportGoldwyn Rodrigues2017-06-201-6/+29
* block: return on congested block deviceGoldwyn Rodrigues2017-06-205-4/+42
* fs: Introduce IOMAP_NOWAITGoldwyn Rodrigues2017-06-202-0/+9
* fs: return if direct I/O will trigger writebackGoldwyn Rodrigues2017-06-201-7/+25
* fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues2017-06-203-1/+18
* fs: Use RWF_* flags for AIO operationsGoldwyn Rodrigues2017-06-202-2/+8
* fs: Introduce filemap_range_has_page()Goldwyn Rodrigues2017-06-202-0/+34
* fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues2017-06-203-9/+19
* nvme: host: unquiesce queue in nvme_kill_queues()Ming Lei2017-06-181-0/+6
* Revert "blk-mq: don't use sync workqueue flushing from drivers"Ming Lei2017-06-181-22/+8
* blk-mq: clarify dispatch may not be drained/blocked by stopping queueMing Lei2017-06-181-0/+18
* blk-mq: don't stop queue for quiescingMing Lei2017-06-182-8/+3
* blk-mq: update comments on blk_mq_quiesce_queue()Ming Lei2017-06-181-3/+4
* blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei2017-06-184-2/+18
* blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei2017-06-183-4/+4
* blk-mq: introduce blk_mq_unquiesce_queueMing Lei2017-06-182-0/+14
* blk-mq: introduce blk_mq_quiesce_queue_nowait()Ming Lei2017-06-181-0/+8
* blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.hMing Lei2017-06-182-1/+1
* block: don't check for BIO_MAX_PAGES in blk_bio_segment_split()NeilBrown2017-06-181-16/+0
* block: remove bio_clone() and all references.NeilBrown2017-06-185-11/+6
* bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown2017-06-181-1/+1
* xen-blkfront: remove bio splitting.NeilBrown2017-06-181-51/+3
* lightnvm/pblk-read: use bio_clone_fast()NeilBrown2017-06-183-2/+13
* pktcdvd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-181-2/+10
* drbd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-183-1/+13
* rbd: use bio_clone_fast() instead of bio_clone()NeilBrown2017-06-181-1/+15
* block: Improvements to bounce-buffer handlingNeilBrown2017-06-182-16/+30
* blk: use non-rescuing bioset for q->bio_split.NeilBrown2017-06-181-2/+1
* blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-188-10/+30
* blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-1818-57/+45
* blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-1814-20/+18
* blk-mq: remove __blk_mq_alloc_requestChristoph Hellwig2017-06-182-47/+27
* blk-mq-sched: unify request prepare methodsChristoph Hellwig2017-06-184-37/+31
* blk-mq: refactor blk_mq_sched_assign_iocChristoph Hellwig2017-06-183-28/+17
* bfq-iosched: fix NULL ioc check in bfq_get_rq_privateChristoph Hellwig2017-06-181-10/+5
* blk-mq: streamline blk_mq_get_requestChristoph Hellwig2017-06-181-14/+14
* blk-mq: simplify blk_mq_free_requestChristoph Hellwig2017-06-182-38/+15
* blk-mq-sched: unify request finished methodsChristoph Hellwig2017-06-184-17/+11
* blk-mq: remove blk_mq_sched_{get,put}_rq_privChristoph Hellwig2017-06-183-26/+8
* blk-mq: move blk_mq_sched_{get,put}_request to blk-mq.cChristoph Hellwig2017-06-183-73/+67
* blk-mq: mark blk_mq_rq_ctx_init staticChristoph Hellwig2017-06-182-5/+2