summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-20fs: Use RWF_* flags for AIO operationsGoldwyn Rodrigues2-2/+8
2017-06-20fs: Introduce filemap_range_has_page()Goldwyn Rodrigues2-0/+34
2017-06-20fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues3-9/+19
2017-06-20Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe3-41/+26
2017-06-19nvme: host: unquiesce queue in nvme_kill_queues()Ming Lei1-0/+6
2017-06-18Revert "blk-mq: don't use sync workqueue flushing from drivers"Ming Lei1-22/+8
2017-06-18blk-mq: clarify dispatch may not be drained/blocked by stopping queueMing Lei1-0/+18
2017-06-18blk-mq: don't stop queue for quiescingMing Lei2-8/+3
2017-06-18blk-mq: update comments on blk_mq_quiesce_queue()Ming Lei1-3/+4
2017-06-18blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei4-2/+18
2017-06-18blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei3-4/+4
2017-06-18blk-mq: introduce blk_mq_unquiesce_queueMing Lei2-0/+14
2017-06-18blk-mq: introduce blk_mq_quiesce_queue_nowait()Ming Lei1-0/+8
2017-06-18blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.hMing Lei2-1/+1
2017-06-18block: don't check for BIO_MAX_PAGES in blk_bio_segment_split()NeilBrown1-16/+0
2017-06-18block: remove bio_clone() and all references.NeilBrown5-11/+6
2017-06-18bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown1-1/+1
2017-06-18xen-blkfront: remove bio splitting.NeilBrown1-51/+3
2017-06-18lightnvm/pblk-read: use bio_clone_fast()NeilBrown3-2/+13
2017-06-18pktcdvd: use bio_clone_fast() instead of bio_clone()NeilBrown1-2/+10
2017-06-18drbd: use bio_clone_fast() instead of bio_clone()NeilBrown3-1/+13
2017-06-18rbd: use bio_clone_fast() instead of bio_clone()NeilBrown1-1/+15
2017-06-18block: Improvements to bounce-buffer handlingNeilBrown2-16/+30
2017-06-18blk: use non-rescuing bioset for q->bio_split.NeilBrown1-2/+1
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown8-10/+30
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown18-57/+45
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown14-20/+18
2017-06-18blk-mq: remove __blk_mq_alloc_requestChristoph Hellwig2-47/+27
2017-06-18blk-mq-sched: unify request prepare methodsChristoph Hellwig4-37/+31
2017-06-18blk-mq: refactor blk_mq_sched_assign_iocChristoph Hellwig3-28/+17
2017-06-18bfq-iosched: fix NULL ioc check in bfq_get_rq_privateChristoph Hellwig1-10/+5
2017-06-18blk-mq: streamline blk_mq_get_requestChristoph Hellwig1-14/+14
2017-06-18blk-mq: simplify blk_mq_free_requestChristoph Hellwig2-38/+15
2017-06-18blk-mq-sched: unify request finished methodsChristoph Hellwig4-17/+11
2017-06-18blk-mq: remove blk_mq_sched_{get,put}_rq_privChristoph Hellwig3-26/+8
2017-06-18blk-mq: move blk_mq_sched_{get,put}_request to blk-mq.cChristoph Hellwig3-73/+67
2017-06-18blk-mq: mark blk_mq_rq_ctx_init staticChristoph Hellwig2-5/+2
2017-06-18loop: Add PF_LESS_THROTTLE to block/loop device thread.NeilBrown1-1/+7
2017-06-16Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-4.13/blockJens Axboe89-936/+1176
2017-06-16block: swim3: make of_device_ids const.Arvind Yadav1-1/+1
2017-06-16block: Dedicated error code fixupsBart Van Assche2-3/+3
2017-06-16nvme: implement NS Optimal IO Boundary from 1.3 SpecScott Bauer3-1/+11
2017-06-15nvme: don't hard code size of struct t10_pi_tupleSagi Grimberg1-1/+2
2017-06-15nvme: no need to wait for the reset when keepalive failsChristoph Hellwig1-1/+1
2017-06-15nvme: move reset workqueue handling to common codeChristoph Hellwig6-111/+47
2017-06-15nvme-pci: merge init_request methodsChristoph Hellwig1-15/+3
2017-06-15nvme-loop: merge init_request methodsChristoph Hellwig1-9/+4
2017-06-15nvme-fc: merge init_request methodsChristoph Hellwig1-13/+3
2017-06-15nvme-rdma: merge init_request and exit_request methodsChristoph Hellwig1-32/+11
2017-06-15nvme: move protection information check into nvme_setup_rwChristoph Hellwig2-15/+14