summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-0320-87/+299
|\
| * nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg2017-06-281-1/+1
| * block: remove the queue_bounce_pfn helperChristoph Hellwig2017-06-271-5/+0
| * block: move bounce declarations to block/blk.hChristoph Hellwig2017-06-271-13/+0
| * nvme: add support for streams and directivesJens Axboe2017-06-271-0/+48
| * blk-mq: expose write hints through debugfsJens Axboe2017-06-271-0/+3
| * block: add support for write hints in a bioJens Axboe2017-06-272-0/+3
| * fs: add fcntl() interface for setting/getting write life time hintsJens Axboe2017-06-272-12/+56
| * Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe2017-06-221-0/+4
| |\
| * | blk-mq: Make it safe to quiesce and unquiesce from an interrupt handlerBart Van Assche2017-06-211-9/+1
| * | block: Add a comment above queue_lockdep_assert_held()Bart Van Assche2017-06-201-0/+7
| * | block: Change argument type of scsi_req_init()Bart Van Assche2017-06-201-1/+1
| * | block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-201-0/+1
| * | block: Introduce request_queue.initialize_rq_fn()Bart Van Assche2017-06-202-0/+6
| * | block: Make request operation type argument declarations consistentBart Van Assche2017-06-202-4/+5
| * | blk-mq: Reduce blk_mq_hw_ctx sizeBart Van Assche2017-06-201-2/+3
| * | 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
| * | block: return on congested block deviceGoldwyn Rodrigues2017-06-202-0/+10
| * | fs: Introduce IOMAP_NOWAITGoldwyn Rodrigues2017-06-201-0/+1
| * | fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues2017-06-202-1/+12
| * | fs: Use RWF_* flags for AIO operationsGoldwyn Rodrigues2017-06-201-1/+1
| * | fs: Introduce filemap_range_has_page()Goldwyn Rodrigues2017-06-201-0/+2
| * | fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues2017-06-202-0/+16
| * | blk-mq: don't stop queue for quiescingMing Lei2017-06-181-2/+0
| * | blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queueMing Lei2017-06-182-0/+6
| * | blk-mq: introduce blk_mq_unquiesce_queueMing Lei2017-06-181-0/+1
| * | 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: remove bio_clone() and all references.NeilBrown2017-06-181-5/+0
| * | blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-181-0/+1
| * | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-2/+4
| * | blk: remove bio_set arg from blk_queue_split()NeilBrown2017-06-181-2/+1
| * | blk-mq-sched: unify request prepare methodsChristoph Hellwig2017-06-181-2/+2
| * | blk-mq-sched: unify request finished methodsChristoph Hellwig2017-06-181-2/+1
| * | nvme: implement NS Optimal IO Boundary from 1.3 SpecScott Bauer2017-06-161-1/+1
| * | nvme: add fields into identify controller data structureGuan Junxiong2017-06-151-2/+8
| * | nvmet: allow overriding the NVMe VS via configfsJohannes Thumshirn2017-06-151-0/+4
| * | nvme: introduce NVMe Namespace Identification Descriptor structuresJohannes Thumshirn2017-06-151-0/+17
| * | nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn2017-06-151-0/+2
| * | scatterlist: add sg_zero_buffer() helperJohannes Thumshirn2017-06-151-0/+2
| * | nvme-pci: remap BAR0 to cover admin CQ doorbell for large strideXu Yu2017-06-151-0/+1
| * | nvme.h: add dword 12 - 15 fields to struct nvme_featuresArnav Dawn2017-06-131-1/+4
| * | nvme.h: add struct nvme_host_mem_buf_desc and HMB flagsChristoph Hellwig2017-06-131-0/+11
| * | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-1310-78/+90
| |\ \
| * \ \ Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-1242-92/+258
| |\ \ \
| * | | | dm: bump DM_VERSION_MINOR in response to target method error code changesMike Snitzer2017-06-091-2/+2
| * | | | block: switch bios to blk_status_tChristoph Hellwig2017-06-094-4/+7
| * | | | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-5/+2
| * | | | block: introduce new block status code typeChristoph Hellwig2017-06-096-16/+35