summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: move debugfs declarations to a separate header fileOmar Sandoval2017-05-046-28/+33
* blk-mq: Do not invoke queue operations on a dead queueBart Van Assche2017-05-041-0/+8
* blk-mq-debugfs: get rid of a bunch of boilerplateOmar Sandoval2017-05-041-328/+136
* blk-mq-debugfs: rename hw queue directories from <n> to hctx<n>Omar Sandoval2017-05-041-1/+1
* blk-mq-debugfs: don't open code strstrip()Omar Sandoval2017-05-041-5/+4
* blk-mq-debugfs: error on long write to queue "state" fileOmar Sandoval2017-05-041-7/+12
* blk-mq-debugfs: clean up flag definitionsOmar Sandoval2017-05-041-93/+108
* blk-mq-debugfs: separate flags with |Omar Sandoval2017-05-041-1/+1
* nfs: Fix bdi handling for cloned superblocksJan Kara2017-05-042-21/+13
* block/mq: Cure cpu hotplug lock inversionPeter Zijlstra2017-05-041-2/+2
* lightnvm: fix bad back free on error pathJavier González2017-05-041-2/+2
* lightnvm: create cmd before allocating requestJavier González2017-05-041-2/+2
* blk-mq: don't use sync workqueue flushing from driversJens Axboe2017-05-031-5/+20
* mtip32xx: convert internal commands to regular block infrastructureJens Axboe2017-05-032-178/+30
* mtip32xx: cleanup internal tag assumptionsJens Axboe2017-05-031-10/+9
* block: don't call blk_mq_quiesce_queue() after queue is frozenMing Lei2017-05-022-5/+0
* blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-0214-99/+74
* Revert "mtip32xx: pass BLK_MQ_F_NO_SCHED"Jens Axboe2017-05-021-1/+1
* blk-mq-sched: remove hack that bypasses scheduler for reserved requestsJens Axboe2017-05-021-5/+1
* mtip32xx: convert internal command issue to block IO pathJens Axboe2017-05-021-30/+73
* mtip32xx: abstract out "are any commands active" helperJens Axboe2017-05-021-10/+18
* mtip32xx: kill atomic argument to mtip_quiesce_io()Jens Axboe2017-05-021-15/+5
* mtip32xx: get rid of 'atomic' argument to mtip_exec_internal_command()Jens Axboe2017-05-021-105/+43
* block: Remove elevator_change()Bart Van Assche2017-05-022-14/+0
* Merge branch 'for-4.12/post-merge' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-0128-721/+1612
|\
| * Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-m...Jens Axboe2017-04-2727-719/+1576
| |\
| | * nvme-scsi: remove nvme_trans_security_protocolChristoph Hellwig2017-04-271-13/+0
| | * nvme-lightnvm: add missing endianess conversion in nvme_nvm_end_ioChristoph Hellwig2017-04-251-1/+1
| | * nvme-scsi: Consider LBA format in IO splitting calculationJon Derrick2017-04-251-1/+1
| | * nvme-fc: avoid memory corruption caused by calling nvmf_free_options() twiceEwan D. Milne2017-04-251-1/+3
| | * lpfc: Fix memory corruption of the lpfc_ncmd->list pointersJames Smart2017-04-252-6/+15
| | * lpfc revison 11.2.0.12James Smart2017-04-241-1/+1
| | * Fix Express lane queue creation.James Smart2017-04-241-1/+5
| | * Update ABORT processing for NVMET.James Smart2017-04-2410-125/+409
| | * Fix implicit logo and RSCN handling for NVMETJames Smart2017-04-245-52/+110
| | * Add Fabric assigned WWN support.James Smart2017-04-247-12/+65
| | * Fix max_sgl_segments settings for NVME / NVMETJames Smart2017-04-243-9/+31
| | * Fix crash after issuing lip resetJames Smart2017-04-247-64/+79
| | * Fix driver load issues when MRQ=8James Smart2017-04-243-18/+23
| | * Remove hba lock from NVMET issue WQE.James Smart2017-04-241-4/+0
| | * Fix nvme initiator handling when not enabled.James Smart2017-04-242-3/+14
| | * Fix driver usage of 128B WQEs when WQ_CREATE is V1.James Smart2017-04-241-0/+3
| | * Fix driver unload/reload operation.James Smart2017-04-242-22/+31
| | * Fix PRLI ACC rsp for NVMEJames Smart2017-04-241-1/+1
| | * Fix extra line print in rqpair debug print.James Smart2017-04-241-2/+0
| | * Remove NULL ptr check before kfree.James Smart2017-04-241-8/+4
| | * Remove unused defines for NVME PostBuf.James Smart2017-04-241-3/+0
| | * Fix spelling in comments.James Smart2017-04-241-1/+1
| | * Add debug messages for nvme/fcp resource allocation.James Smart2017-04-241-0/+6
| | * Fix log message in completion path.James Smart2017-04-241-3/+2