summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sbitmap: silence bogus lockdep IRQ warningJens Axboe2018-12-101-0/+8
* scsi: Fix a harmless double shift bugDan Carpenter2018-12-081-1/+1
* nvme: remove unused function nvme_ctrl_readyIsrael Rukshin2018-12-081-9/+0
* nvme: implement Enhanced Command RetryKeith Busch2018-12-083-3/+62
* nvmet: fix the structure member indentationChaitanya Kulkarni2018-12-081-4/+4
* nvmet: use unlikely for req status checkChaitanya Kulkarni2018-12-081-1/+1
* nvmet-rdma: Add unlikely for response allocated checkIsrael Rukshin2018-12-081-1/+1
* nvme: Remove unused forward declarationIsrael Rukshin2018-12-081-1/+0
* nvme: disable fabrics SQ flow control when asked by the userSagi Grimberg2018-12-082-1/+14
* nvmet: expose support for fabrics SQ flow control disable in treqSagi Grimberg2018-12-082-3/+6
* nvmet: don't override treq upon modification.Sagi Grimberg2018-12-082-4/+9
* nvmet: support fabrics sq flow controlSagi Grimberg2018-12-084-10/+24
* nvmet-fc: remove the IN_ISR deferred scheduling optionsJames Smart2018-12-082-80/+2
* nvmet: mark nvmet_genctr staticChristoph Hellwig2018-12-082-2/+1
* nvmet: enable Discovery Controller AENsJay Sternberg2018-12-084-12/+99
* nvmet: allow host connect even if no allowed subsystems are exportedSagi Grimberg2018-12-083-30/+9
* nvmet: add support to Discovery controllers for commandsJay Sternberg2018-12-081-0/+53
* nvmet: add defines for discovery change async eventsJay Sternberg2018-12-082-0/+5
* nvmet: make kato and AEN processing for use by other controllersJay Sternberg2018-12-082-15/+45
* nvmet: allow Keep Alive for Discovery controllerJay Sternberg2018-12-084-28/+18
* nvmet: change aen mask functions to use bit numbersJay Sternberg2018-12-084-12/+18
* nvmet: provide aen bit functions for multiple controller typesJay Sternberg2018-12-083-20/+15
* nvmet: use IOCB_NOWAIT for file-ns buffered I/OChaitanya Kulkarni2018-12-081-46/+84
* nvmet: support for traffic based keep-aliveSagi Grimberg2018-12-083-1/+16
* nvme: support traffic based keep-aliveSagi Grimberg2018-12-083-0/+15
* nvme: cache controller attributesSagi Grimberg2018-12-082-0/+2
* nvme: introduce ctrl attributes enumerationSagi Grimberg2018-12-082-1/+5
* nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke2018-12-085-7/+12
* nvme: consolidate memset calls in the nvme_setup_cmd pathChaitanya Kulkarni2018-12-081-3/+1
* blk-mq: re-build queue map in case of kdump kernelMing Lei2018-12-081-2/+3
* blkcg: put back rcu lock in blkcg_bio_issue_check()Dennis Zhou2018-12-081-0/+3
* block: convert io-latency to use rq_qos_waitJosef Bacik2018-12-081-23/+8
* block: convert wbt_wait() to use rq_qos_wait()Josef Bacik2018-12-081-54/+11
* block: add rq_qos_wait to rq_qosJosef Bacik2018-12-082-0/+92
* blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou2018-12-084-11/+8
* blkcg: change blkg reference counting to use percpu_refDennis Zhou2018-12-082-12/+44
* blkcg: remove bio_disassociate_task()Dennis Zhou2018-12-082-12/+1
* blkcg: remove additional reference to the cssDennis Zhou2018-12-084-88/+69
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-088-66/+32
* blkcg: associate writeback bios with a blkgDennis Zhou2018-12-086-11/+37
* blkcg: associate a blkg for pages being evicted by swapDennis Zhou2018-12-083-28/+42
* blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou2018-12-085-10/+11
* blkcg: associate blkg when associating a deviceDennis Zhou2018-12-085-12/+14
* dm: set the static flush bio device on demandDennis Zhou2018-12-082-1/+12
* blkcg: introduce common blkg association logicDennis Zhou2018-12-084-21/+62
* blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou2018-12-085-38/+44
* blkcg: update blkg_lookup_create() to do lockingDennis Zhou2018-12-083-5/+29
* blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou2018-12-085-14/+102
* blk-mq: remove QUEUE_FLAG_POLL from default MQ flagsJens Axboe2018-12-081-2/+1
* block: enable polling by default if a poll map is initalizedChristoph Hellwig2018-12-041-0/+2