summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bfq: Suppress compiler warnings about comparisonsBart Van Assche2017-09-011-10/+10
* bfq: Check kstrtoul() return valueBart Van Assche2017-09-011-15/+37
* bfq: Declare local functions staticBart Van Assche2017-09-011-9/+9
* bfq: Annotate fall-through in a switch statementBart Van Assche2017-09-011-0/+1
* Merge branch 'nvme-4.14' of git://git.infradead.org/nvme into for-4.14/block-...Jens Axboe2017-09-017-72/+77
|\
| * nvme-fabrics: generate spec-compliant UUID NQNsDaniel Verkamp2017-09-011-1/+1
| * nvmet: add support for reporting the host identifierOmri Mann2017-08-303-2/+17
| * nvme: Use metadata for passthrough commandsKeith Busch2017-08-301-11/+4
| * nvme: Make nvme user functions staticKeith Busch2017-08-302-12/+5
| * nvme/pci: Use req_op to determine DIF remappingKeith Busch2017-08-301-2/+2
| * nvme: factor metadata handling out of __nvme_submit_user_cmdChristoph Hellwig2017-08-301-36/+40
| * nvme-fabrics: Convert nvmf_transports_mutex to an rwsemRoland Dreier2017-08-301-10/+10
* | block/loop: allow request merge for directio modeShaohua Li2017-09-012-15/+52
* | block/loop: set hw_sectorsShaohua Li2017-09-011-0/+1
* | doc, block, bfq: better describe how to properly configure bfqPaolo Valente2017-08-311-24/+54
* | doc, block, bfq: fix some typos and remove stale stuffPaolo Valente2017-08-311-56/+10
* | loop: fold loop_switch() into callersOmar Sandoval2017-08-311-65/+11
* | loop: add ioctl for changing logical block sizeOmar Sandoval2017-08-312-0/+25
* | loop: set physical block size to PAGE_SIZEOmar Sandoval2017-08-311-0/+2
* | loop: get rid of lo_blocksizeOmar Sandoval2017-08-312-9/+2
* | block, bfq: guarantee update_next_in_service always returns an eligible entityPaolo Valente2017-08-311-6/+8
* | block, bfq: remove direct switch to an entity in higher classPaolo Valente2017-08-311-14/+5
* | block, bfq: make lookup_next_entity push up vtime on expirationsPaolo Valente2017-08-313-19/+47
|/
* Merge branch 'nvme-4.14' of git://git.infradead.org/nvme into for-4.14/block-...Jens Axboe2017-08-2915-444/+677
|\
| * nvme: don't blindly overwrite identifiers on disk revalidateChristoph Hellwig2017-08-291-1/+11
| * nvme: remove nvme_revalidate_nsChristoph Hellwig2017-08-291-47/+53
| * nvme: remove unused struct nvme_ns fieldsChristoph Hellwig2017-08-291-5/+1
| * nvme: allow calling nvme_change_ctrl_state from irq contextChristoph Hellwig2017-08-291-2/+3
| * nvme: report more detailed status codes to the block layerChristoph Hellwig2017-08-291-0/+9
| * nvme: honor RTD3 Entry Latency for shutdownsMartin K. Petersen2017-08-282-1/+16
| * nvme: fix uninitialized prp2 value on small transfersJan H. Schönherr2017-08-281-1/+3
| * nvme-rdma: Use unlikely macro in the fast pathMax Gurtovoy2017-08-281-6/+6
| * nvmet: use memcpy_and_pad for identify sn/frMartin Wilck2017-08-281-11/+3
| * string.h: add memcpy_and_pad()Martin Wilck2017-08-281-0/+30
| * nvmet-fc: simplify sg list handlingJames Smart2017-08-282-39/+11
| * nvme-fc: Reattach to localports on re-registrationJames Smart2017-08-281-38/+106
| * nvme: rename AMS symbolic constants to fit specificationMax Gurtovoy2017-08-282-4/+4
| * nvme: add symbolic constants for CC identifiersMax Gurtovoy2017-08-282-16/+22
| * nvme: fix identify namespace loggingSagi Grimberg2017-08-281-1/+1
| * nvme-fabrics: log a warning if hostid is invalidGuan Junxiong2017-08-281-0/+1
| * nvme-rdma: call ops->reg_read64 instead of nvmf_reg_read64Sagi Grimberg2017-08-281-1/+1
| * nvme-rdma: cleanup error path in controller resetSagi Grimberg2017-08-281-23/+9
| * nvme-rdma: introduce nvme_rdma_start_queueSagi Grimberg2017-08-281-12/+24
| * nvme-rdma: rename nvme_rdma_init_queue to nvme_rdma_alloc_queueSagi Grimberg2017-08-281-10/+7
| * nvme-rdma: stop queues instead of simply flipping their stateSagi Grimberg2017-08-281-5/+4
| * nvme-rdma: introduce configure/destroy io queuesSagi Grimberg2017-08-281-81/+81
| * nvme-rdma: reuse configure/destroy_admin_queueSagi Grimberg2017-08-281-18/+2
| * nvme-rdma: don't free tagset on resetsSagi Grimberg2017-08-281-19/+30
| * nvme-rdma: disable the controller on resetsSagi Grimberg2017-08-281-4/+6
| * nvme-rdma: move tagset allocation to a dedicated routineSagi Grimberg2017-08-281-56/+75