aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-06-21btrfs: use new block error codeDan Carpenter
2017-06-20blk-mq: Warn when attempting to run a hardware queue that is not mappedBart Van Assche
2017-06-20block: Constify disk_typeBart Van Assche
2017-06-20blk-mq: Document locking assumptionsBart Van Assche
2017-06-20block: Document what queue type each function is intended forBart Van Assche
2017-06-20block: Check locking assumptions at runtimeBart Van Assche
2017-06-20block: Add a comment above queue_lockdep_assert_held()Bart Van Assche
2017-06-20blk-mq: Initialize .rq_flags in blk_mq_rq_ctx_init()Bart Van Assche
2017-06-20block: Change argument type of scsi_req_init()Bart Van Assche
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche
2017-06-20block: Introduce request_queue.initialize_rq_fn()Bart Van Assche
2017-06-20block: Make request operation type argument declarations consistentBart Van Assche
2017-06-20blk-mq: Reduce blk_mq_hw_ctx sizeBart Van Assche
2017-06-20block: stop using bio_data() in blk_write_same_mergeableChristoph Hellwig
2017-06-20block: remove the unused bio_to_phys macroChristoph Hellwig
2017-06-20null_blk: add support for shared tagsJens Axboe
2017-06-20btrfs: nowait aio supportGoldwyn Rodrigues
2017-06-20xfs: nowait aio supportGoldwyn Rodrigues
2017-06-20ext4: nowait aio supportGoldwyn Rodrigues
2017-06-20block: return on congested block deviceGoldwyn Rodrigues
2017-06-20fs: Introduce IOMAP_NOWAITGoldwyn Rodrigues
2017-06-20fs: return if direct I/O will trigger writebackGoldwyn Rodrigues
2017-06-20fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues
2017-06-20fs: Use RWF_* flags for AIO operationsGoldwyn Rodrigues
2017-06-20fs: Introduce filemap_range_has_page()Goldwyn Rodrigues
2017-06-20fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues
2017-06-18nvme: host: unquiesce queue in nvme_kill_queues()Ming Lei
2017-06-18Revert "blk-mq: don't use sync workqueue flushing from drivers"Ming Lei
2017-06-18blk-mq: clarify dispatch may not be drained/blocked by stopping queueMing Lei
2017-06-18blk-mq: don't stop queue for quiescingMing Lei
2017-06-18blk-mq: update comments on blk_mq_quiesce_queue()Ming Lei
2017-06-18blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei
2017-06-18blk-mq: use the introduced blk_mq_unquiesce_queue()Ming Lei
2017-06-18blk-mq: introduce blk_mq_unquiesce_queueMing Lei
2017-06-18blk-mq: introduce blk_mq_quiesce_queue_nowait()Ming Lei
2017-06-18blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.hMing Lei
2017-06-18block: don't check for BIO_MAX_PAGES in blk_bio_segment_split()NeilBrown
2017-06-18block: remove bio_clone() and all references.NeilBrown
2017-06-18bcache: use kmalloc to allocate bio in bch_data_verify()NeilBrown
2017-06-18xen-blkfront: remove bio splitting.NeilBrown
2017-06-18lightnvm/pblk-read: use bio_clone_fast()NeilBrown
2017-06-18pktcdvd: use bio_clone_fast() instead of bio_clone()NeilBrown
2017-06-18drbd: use bio_clone_fast() instead of bio_clone()NeilBrown
2017-06-18rbd: use bio_clone_fast() instead of bio_clone()NeilBrown
2017-06-18block: Improvements to bounce-buffer handlingNeilBrown
2017-06-18blk: use non-rescuing bioset for q->bio_split.NeilBrown
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-06-18blk: remove bio_set arg from blk_queue_split()NeilBrown
2017-06-18blk-mq: remove __blk_mq_alloc_requestChristoph Hellwig