summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * acpi: always include uuid.hChristoph Hellwig2017-06-081-1/+1
| * ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-073-8/+8
| * acpi, nfit: Switch to use new generic UUID APIAndy Shevchenko2017-06-051-0/+1
| * nvme: switch to uuid_tChristoph Hellwig2017-06-052-3/+3
| * fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-052-3/+4
| * block: remove blk_part_pack_uuidChristoph Hellwig2017-06-051-11/+0
| * uuid: hoist uuid_is_null() helper from libnvdimmChristoph Hellwig2017-06-051-0/+13
| * uuid: hoist helpers uuid_equal() and uuid_copy() from xfsChristoph Hellwig2017-06-051-0/+20
| * uuid: rename uuid typesChristoph Hellwig2017-06-052-27/+40
| * uuid: remove uuid_be defintions from the uapi headerChristoph Hellwig2017-06-052-16/+15
| * uuid,afs: move struct uuid_v1 back into afsChristoph Hellwig2017-06-051-24/+0
* | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-1242-92/+258
|\ \
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-06-112-3/+2
| |\ \
| | * | KEYS: DH: add __user annotations to keyctl_kdf_paramsEric Biggers2017-06-091-2/+2
| | * | KEYS: sanitize key structs before freeingEric Biggers2017-06-091-1/+0