summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds14-111/+200
2018-06-03block: don't use blocking queue entered for recursive bio submitsJens Axboe1-0/+2
2018-06-02Merge tag 'staging-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2018-06-01lightnvm: pass flag on graceful teardown to targetsJavier González1-1/+1
2018-06-01Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe1-2/+14
2018-06-01block: unexport elevator_init/exitChristoph Hellwig1-2/+0
2018-06-01nvme.h: add AEN configuration symbolsHannes Reinecke1-0/+5
2018-05-31nvme.h: add the changed namespace list logChristoph Hellwig1-0/+3
2018-05-31nvme.h: untangle AEN notice definitionsChristoph Hellwig1-2/+6
2018-05-31block: Drop bioset_create()Kent Overstreet1-4/+2
2018-05-31pktcdvd: convert to bioset_init()/mempool_init()Kent Overstreet1-1/+1
2018-05-31block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet2-1/+6
2018-05-30blk-mq: abstract out blk-mq-sched rq list iteration bio merge helperJens Axboe1-1/+2
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig2-7/+2
2018-05-29block: don't print a message when the device went awayChristoph Hellwig1-1/+1
2018-05-29block: move ->timeout request memberJens Axboe1-2/+2
2018-05-29block: document the blk_eh_timer_return valuesChristoph Hellwig1-2/+2
2018-05-29block: remove BLK_EH_HANDLEDChristoph Hellwig1-1/+0
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-05-29blk-mq: Remove generation seqeunceKeith Busch1-23/+12
2018-05-29libata: remove ata_scsi_timed_outChristoph Hellwig1-2/+0
2018-05-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+6
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2018-05-26mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron1-3/+5
2018-05-26mm: do not warn on offline nodes unless the specific node is explicitly reque...Michal Hocko1-1/+1
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim2-1/+3
2018-05-24blk-mq: avoid starving tag allocation after allocating process migratesMing Lei1-0/+7
2018-05-24bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann1-1/+1
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds5-3/+25
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-11/+1
2018-05-20Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-1/+11
2018-05-20Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2018-05-19bpf: Prevent memory disambiguation attackAlexei Starovoitov1-0/+1
2018-05-19include/linux/mm.h: add new inline function vmf_error()Souptick Joarder1-0/+7
2018-05-18Merge tag 'mtd/fixes-for-4.17-rc6' of git://git.infradead.org/linux-mtdLinus Torvalds2-6/+12
2018-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+1
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-0/+1
2018-05-16net/mlx5: Fix build break when CONFIG_SMP=nSaeed Mahameed1-11/+1
2018-05-16locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long2-1/+11
2018-05-15mtd: rawnand: Fix return type of __DIVIDE() when called with 32-bitGeert Uytterhoeven1-5/+11
2018-05-14block: Split out bio_list_copy_data()Kent Overstreet1-2/+3
2018-05-14block: Add bio_copy_data_iter(), zero_fill_bio_iter()Kent Overstreet1-3/+15
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet1-2/+2
2018-05-14block: Add bioset_init()/bioset_exit()Kent Overstreet1-0/+2
2018-05-14block: Convert bio_set to mempool_init()Kent Overstreet1-5/+5
2018-05-14mempool: Add mempool_init()/mempool_exit()Kent Overstreet1-0/+34
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-4/+1
2018-05-14mtd: Fix comparison in map_word_andequal()Ben Hutchings1-1/+1