aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26blk-mq: Return true if request was completedKeith Busch2-3/+4
2018-11-26blk-mq: never redirect polled IO completionsJens Axboe1-1/+6
2018-11-26blk-mq: ensure mq_ops ->poll() is entered at least onceJens Axboe1-2/+2
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe8-15/+18
2018-11-26nvme: remove opportunistic polling from bdev targetJens Axboe1-2/+0
2018-11-26blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe4-7/+7
2018-11-26blk-mq: when polling for IO, look for any completionJens Axboe5-69/+70
2018-11-21blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei4-18/+63
2018-11-20block: fix attempt to assign NULL io_contextJens Axboe1-1/+8
2018-11-19block: Initialize BIO I/O priority earlyDamien Le Moal2-5/+2
2018-11-19block: prevent merging of requests with different prioritiesDamien Le Moal2-5/+6
2018-11-19aio: Fix fallback I/O priority valueDamien Le Moal1-1/+1
2018-11-19block: Introduce get_current_ioprio()Damien Le Moal2-5/+14
2018-11-19block: Remove bio->bi_iocDamien Le Moal7-28/+7
2018-11-19aio: 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-18floppy: remove now unused 'flags' variableJens Axboe1-1/+0
2018-11-18Linux 4.20-rc3Linus Torvalds1-1/+1
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-16gfs2: Fix iomap buffer head reference counting bugAndreas Gruenbacher1-23/+17
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-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