summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds3-26/+15
2018-12-08Merge tag 'asm-generic-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2018-12-08Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-4/+47
2018-12-08Merge tag 'xfs-4.20-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-15/+11
2018-12-08Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes4-22/+51
2018-12-07Revert "net/ibm/emac: wrong bit is used for STA control"Benjamin Herrenschmidt1-1/+1
2018-12-07scsi: Fix a harmless double shift bugDan Carpenter1-1/+1
2018-12-07nvme: remove unused function nvme_ctrl_readyIsrael Rukshin1-9/+0
2018-12-07nvme: implement Enhanced Command RetryKeith Busch3-3/+62
2018-12-07nvmet: fix the structure member indentationChaitanya Kulkarni1-4/+4
2018-12-07nvmet: use unlikely for req status checkChaitanya Kulkarni1-1/+1
2018-12-07nvmet-rdma: Add unlikely for response allocated checkIsrael Rukshin1-1/+1
2018-12-07nvme: Remove unused forward declarationIsrael Rukshin1-1/+0
2018-12-07nvme: disable fabrics SQ flow control when asked by the userSagi Grimberg2-1/+14
2018-12-07nvmet: expose support for fabrics SQ flow control disable in treqSagi Grimberg2-3/+6
2018-12-07nvmet: don't override treq upon modification.Sagi Grimberg2-4/+9
2018-12-07nvmet: support fabrics sq flow controlSagi Grimberg4-10/+24
2018-12-07nvmet-fc: remove the IN_ISR deferred scheduling optionsJames Smart2-80/+2
2018-12-07nvmet: mark nvmet_genctr staticChristoph Hellwig2-2/+1
2018-12-07nvmet: enable Discovery Controller AENsJay Sternberg4-12/+99
2018-12-07nvmet: allow host connect even if no allowed subsystems are exportedSagi Grimberg3-30/+9
2018-12-07nvmet: add support to Discovery controllers for commandsJay Sternberg1-0/+53
2018-12-07nvmet: add defines for discovery change async eventsJay Sternberg2-0/+5
2018-12-07nvmet: make kato and AEN processing for use by other controllersJay Sternberg2-15/+45
2018-12-07nvmet: allow Keep Alive for Discovery controllerJay Sternberg4-28/+18
2018-12-07nvmet: change aen mask functions to use bit numbersJay Sternberg4-12/+18
2018-12-07nvmet: provide aen bit functions for multiple controller typesJay Sternberg3-20/+15
2018-12-07nvmet: use IOCB_NOWAIT for file-ns buffered I/OChaitanya Kulkarni1-46/+84
2018-12-07nvmet: support for traffic based keep-aliveSagi Grimberg3-1/+16
2018-12-07nvme: support traffic based keep-aliveSagi Grimberg3-0/+15
2018-12-07nvme: cache controller attributesSagi Grimberg2-0/+2
2018-12-07nvme: introduce ctrl attributes enumerationSagi Grimberg2-1/+5
2018-12-07nvme: add a numa_node field to struct nvme_ctrlHannes Reinecke5-7/+12
2018-12-07nvme: consolidate memset calls in the nvme_setup_cmd pathChaitanya Kulkarni1-3/+1
2018-12-07blk-mq: re-build queue map in case of kdump kernelMing Lei1-2/+3
2018-12-07blkcg: put back rcu lock in blkcg_bio_issue_check()Dennis Zhou1-0/+3
2018-12-07block: convert io-latency to use rq_qos_waitJosef Bacik1-23/+8
2018-12-07block: convert wbt_wait() to use rq_qos_wait()Josef Bacik1-54/+11
2018-12-07block: add rq_qos_wait to rq_qosJosef Bacik2-0/+92
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou4-11/+8
2018-12-07blkcg: change blkg reference counting to use percpu_refDennis Zhou2-12/+44
2018-12-07blkcg: remove bio_disassociate_task()Dennis Zhou2-12/+1
2018-12-07blkcg: remove additional reference to the cssDennis Zhou4-88/+69
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou8-66/+32
2018-12-07blkcg: associate writeback bios with a blkgDennis Zhou6-11/+37
2018-12-07blkcg: associate a blkg for pages being evicted by swapDennis Zhou3-28/+42
2018-12-07blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou5-10/+11
2018-12-07blkcg: associate blkg when associating a deviceDennis Zhou5-12/+14
2018-12-07dm: set the static flush bio device on demandDennis Zhou2-1/+12
2018-12-07blkcg: introduce common blkg association logicDennis Zhou4-21/+62