summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-20block: Remove bio->bi_iocDamien Le Moal7-28/+7
2018-11-20aio: Comment use of IOCB_FLAG_IOPRIO aio flagDamien Le Moal1-0/+2
2018-11-19nvme-fc: remove ->poll implementationJens Axboe3-46/+0
2018-11-19block: have ->poll_fn() return number of entries polledJens Axboe3-12/+12
2018-11-19block: avoid ordered task state change for polled IOJens Axboe4-6/+11
2018-11-19nvme: default to 0 poll queuesJens Axboe1-1/+1
2018-11-19Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe396-2031/+4317
2018-11-19floppy: remove now unused 'flags' variableJens Axboe1-1/+0
2018-11-19Linux 4.20-rc3v4.20-rc3Linus Torvalds1-1/+1
2018-11-18Merge tag 'libnvdimm-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-18/+9
2018-11-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds17-97/+169
2018-11-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-14/+48
2018-11-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-10/+144
2018-11-18Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-14/+47
2018-11-18Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds7-47/+113
2018-11-18mm/memblock.c: fix a typo in __next_mem_pfn_range() commentsChen Chang1-1/+1
2018-11-18mm, page_alloc: check for max order in hot pathMichal Hocko1-11/+9
2018-11-18scripts/spdxcheck.py: make python3 compliantUwe Kleine-König1-1/+0
2018-11-18tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu1-3/+1
2018-11-18lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann1-2/+1
2018-11-18mm/vmstat.c: fix NUMA statistics updatesJanne Huttunen1-3/+4
2018-11-18mm/gup.c: fix follow_page_mask() kerneldoc commentMike Rapoport1-2/+8
2018-11-18ocfs2: free up write context when direct IO failedWengang Wang2-2/+19
2018-11-18scripts/faddr2line: fix location of start_kernel in commentRandy Dunlap1-1/+1
2018-11-18mm: don't reclaim inodes with many attached pagesRoman Gushchin1-2/+5
2018-11-18mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko1-0/+8
2018-11-18mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin1-3/+3
2018-11-18MAINTAINERS: update OMAP MMC entryAaro Koskinen2-2/+6
2018-11-18hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz1-4/+19
2018-11-18kernel/sched/psi.c: simplify cgroup_move_task()Olof Johansson1-21/+22
2018-11-18z3fold: fix possible reclaim racesVitaly Wool1-39/+62
2018-11-17mmc: stop abusing the request queue_lock pointerChristoph Hellwig3-31/+28
2018-11-16Merge tag 'fsnotify_for_v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-7/+10
2018-11-16Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-28/+29
2018-11-16gfs2: Fix iomap buffer head reference counting bugAndreas Gruenbacher1-23/+17
2018-11-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-25/+50
2018-11-16Merge tag 'drm-fixes-2018-11-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds24-251/+342
2018-11-16ide: don't acquire queue_lock in ide_complete_pm_rqChristoph Hellwig1-3/+0
2018-11-16ide: don't acquire queue lock in ide_pm_execute_rqChristoph Hellwig1-3/+0
2018-11-16pktcdvd: remove queue_lock around blk_queue_max_hw_sectorsChristoph Hellwig1-2/+0
2018-11-16floppy: remove queue_lock around floppy_end_requestChristoph Hellwig1-5/+0
2018-11-16block: remove the rq_alloc_data request_queue fieldChristoph Hellwig1-1/+0
2018-11-16Merge tag 'powerpc-4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds12-106/+76
2018-11-16Merge tag 'xtensa-20181115' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-3/+10
2018-11-16block: don't plug for aio/O_DIRECT HIPRI IOJens Axboe1-2/+11
2018-11-16block: for async O_DIRECT, mark us as polling if asked toJens Axboe1-0/+3
2018-11-16block: add polled wakeup task helperJens Axboe4-4/+17
2018-11-16blk-rq-qos: inline check for q->rq_qos functionsJens Axboe2-42/+80
2018-11-16block: add queue_is_mq() helperJens Axboe14-42/+36
2018-11-16nvme: provide optimized poll function for separate poll queuesJens Axboe1-8/+37