aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockGravatar Jens Axboe 16-42/+109
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 6-25/+75
2018-12-09Merge tag 'char-misc-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+7
2018-12-09Merge tag 'usb-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-2/+3
2018-12-09Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-6/+8
2018-12-08Merge tag 'asm-generic-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+4
2018-12-08Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...Gravatar David Rientjes 1-4/+8
2018-12-07scsi: Fix a harmless double shift bugGravatar Dan Carpenter 1-1/+1
2018-12-07nvme: implement Enhanced Command RetryGravatar Keith Busch 1-1/+16
2018-12-07nvmet: expose support for fabrics SQ flow control disable in treqGravatar Sagi Grimberg 1-3/+5
2018-12-07nvmet: don't override treq upon modification.Gravatar Sagi Grimberg 1-0/+2
2018-12-07nvmet: support fabrics sq flow controlGravatar Sagi Grimberg 1-0/+4
2018-12-07nvmet-fc: remove the IN_ISR deferred scheduling optionsGravatar James Smart 1-16/+0
2018-12-07nvmet: add defines for discovery change async eventsGravatar Jay Sternberg 1-0/+3
2018-12-07nvmet: change aen mask functions to use bit numbersGravatar Jay Sternberg 1-3/+9
2018-12-07nvme: support traffic based keep-aliveGravatar Sagi Grimberg 1-0/+1
2018-12-07nvme: introduce ctrl attributes enumerationGravatar Sagi Grimberg 1-0/+4
2018-12-07blkcg: put back rcu lock in blkcg_bio_issue_check()Gravatar Dennis Zhou 1-0/+3
2018-12-07blkcg: rename blkg_try_get() to blkg_tryget()Gravatar Dennis Zhou 1-7/+5
2018-12-07blkcg: change blkg reference counting to use percpu_refGravatar Dennis Zhou 1-10/+5
2018-12-07blkcg: remove bio_disassociate_task()Gravatar Dennis Zhou 1-2/+0
2018-12-07blkcg: remove additional reference to the cssGravatar Dennis Zhou 2-41/+2
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgGravatar Dennis Zhou 3-14/+12
2018-12-07blkcg: associate writeback bios with a blkgGravatar Dennis Zhou 2-2/+8
2018-12-07blkcg: associate a blkg for pages being evicted by swapGravatar Dennis Zhou 1-3/+3
2018-12-07blkcg: consolidate bio_issue_init() to be a part of coreGravatar Dennis Zhou 1-0/+9
2018-12-07blkcg: associate blkg when associating a deviceGravatar Dennis Zhou 2-8/+12
2018-12-07blkcg: introduce common blkg association logicGravatar Dennis Zhou 1-1/+4
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgGravatar Dennis Zhou 1-9/+15
2018-12-07blkcg: update blkg_lookup_create() to do lockingGravatar Dennis Zhou 1-1/+3
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssGravatar Dennis Zhou 1-8/+90
2018-12-07blk-mq: remove QUEUE_FLAG_POLL from default MQ flagsGravatar Jens Axboe 1-2/+1
2018-12-07neighbour: Avoid writing before skb->head in neigh_hh_output()Gravatar Stefano Brivio 1-5/+23
2018-12-06Merge tag 'nfs-for-4.20-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+0
2018-12-06Merge tag 'sound-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+3
2018-12-06Merge tag 'usb-serial-4.20-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Gravatar Greg Kroah-Hartman 1-0/+1
2018-12-06asm-generic: unistd.h: fixup broken macro include.Gravatar Guo Ren 1-0/+4
2018-12-05sctp: frag_point sanity checkGravatar Jakub Audykowicz 1-0/+5
2018-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 2-19/+44
2018-12-05mm, thp: restore node-local hugepage allocationsGravatar David Rientjes 1-2/+0
2018-12-05USB: check usb_get_extra_descriptor for proper sizeGravatar Mathias Payer 1-2/+2
2018-12-05USB: serial: console: fix reported terminal settingsGravatar Johan Hovold 1-0/+1
2018-12-04dax: Fix unlock mismatch with updated APIGravatar Matthew Wilcox 1-6/+8
2018-12-04block: remove ->poll_fnGravatar Christoph Hellwig 1-2/+0
2018-12-04block: move queues types to the block layerGravatar Christoph Hellwig 1-9/+6
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockGravatar Jens Axboe 35-149/+345
2018-12-03sbitmap: fix sbitmap_for_each_set()Gravatar Omar Sandoval 1-4/+6
2018-12-03sctp: kfree_rcu asocGravatar Xin Long 1-0/+2
2018-12-03Merge tag 'media/v4.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 1-1/+1
2018-12-03Drivers: hv: vmbus: Offload the handling of channels to two workqueuesGravatar Dexuan Cui 1-0/+7