summaryrefslogtreecommitdiffstats
path: root/scripts/extract-cert.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-18aio: separate out ring reservation from req allocationChristoph Hellwig1-13/+17
2018-12-18aio: use assigned completion handlerJens Axboe1-1/+1
2018-12-18blk-mq: enable IO poll if .nr_queues of type poll > 0Ming Lei2-2/+4
2018-12-18blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe3-10/+10
2018-12-18ima: cleanup the match_token policy codeMimi Zohar1-5/+5
2018-12-18security: don't use a negative Opt_err token indexLinus Torvalds2-2/+2
2018-12-17blk-mq: skip zero-queue maps in blk_mq_map_swqueueMing Lei1-0/+3
2018-12-17block: fix blk-iolatency accounting underflowDennis Zhou3-1/+7
2018-12-17blk-mq: fix dispatch from sw queueMing Lei4-45/+68
2018-12-17block: mq-deadline: Fix write completion handlingDamien Le Moal3-2/+14
2018-12-17nvme-pci: don't share queue mapsChristoph Hellwig1-5/+1
2018-12-17blk-mq: only dispatch to non-defauly queue maps if they have queuesChristoph Hellwig1-5/+8
2018-12-17blk-mq: export hctx->type in debugfs instead of sysfsMing Lei2-17/+16
2018-12-17blk-mq: fix allocation for queue mapping tableMing Lei1-1/+1
2018-12-17blk-wbt: export internal state via debugfsMing Lei1-0/+91
2018-12-17blk-mq-debugfs: support rq_qosMing Lei5-0/+98
2018-12-17block: update sysfs documentationDamien Le Moal2-3/+38
2018-12-17Linux 4.20-rc7v4.20-rc7Linus Torvalds1-1/+1
2018-12-16block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()Chengguang Xu1-1/+1
2018-12-16aoe: add __exit annotationChengguang Xu1-1/+1
2018-12-16block: clear REQ_HIPRI if polling is not supportedChristoph Hellwig1-0/+3
2018-12-16blk-mq: replace and kill blk_mq_request_issue_directlyJianchao Wang3-11/+8
2018-12-16blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requestsJianchao Wang2-16/+12
2018-12-16blk-mq: refactor the code of issue request directlyJianchao Wang1-49/+54
2018-12-16block: remove the bio_integrity_advance exportChristoph Hellwig1-1/+0
2018-12-16block: remove the bioset_integrity_free exportChristoph Hellwig1-1/+0
2018-12-15scripts/spdxcheck.py: always open files in binary modeThierry Reding1-2/+4
2018-12-15checkstack.pl: fix for aarch64Qian Cai1-2/+2
2018-12-15userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registeredAndrea Arcangeli1-1/+2
2018-12-15fs/iomap.c: get/put the page in iomap_page_create/release()Piotr Jaroszynski1-0/+7
2018-12-15hugetlbfs: call VM_BUG_ON_PAGE earlier in free_huge_page()Yongkai Wu1-2/+3
2018-12-15memblock: annotate memblock_is_reserved() with __init_memblockYueyi Li1-1/+1
2018-12-15psi: fix reference to kernel commandline enableBaruch Siach1-2/+2
2018-12-15arch/sh/include/asm/io.h: provide prototypes for PCI I/O mapping in asm/io.hMark Brown1-0/+1
2018-12-15mm/sparse: add common helper to mark all memblocks presentLogan Gunthorpe2-0/+22
2018-12-15mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe4-17/+6
2018-12-15alpha: fix hang caused by the bootmem removalMike Rapoport2-3/+4
2018-12-14block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exportsChristoph Hellwig1-2/+0
2018-12-14block: remove the unused bio_iov_iter_get_pages exportChristoph Hellwig1-1/+0
2018-12-14block: remove the blk_recount_segments exportChristoph Hellwig1-1/+0
2018-12-14block: remove the bio_phys_segments exportChristoph Hellwig1-2/+1
2018-12-13nvme: fix kernel paging oopsSagi Grimberg1-1/+1
2018-12-13XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox2-5/+36
2018-12-13bcache: print number of keys in trace_bcache_journal_writeGuoju Fang2-4/+25
2018-12-13bcache: set writeback_percent in a flexible rangeColy Li1-1/+2
2018-12-13bcache: make cutoff_writeback and cutoff_writeback_sync tunableColy Li3-2/+55
2018-12-13bcache: add MODULE_DESCRIPTION informationColy Li1-3/+4
2018-12-13bcache: option to automatically run gc thread after writebackColy Li4-0/+52
2018-12-13bcache: introduce force_wake_up_gc()Coly Li2-15/+20
2018-12-13bcache: cannot set writeback_running via sysfs if no writeback kthread createdShenghui Wang1-2/+19