summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-26io_uring: support true async buffered reads, if file provides itasync-buffered.5Jens Axboe
2020-05-26mm: add kiocb_wait_page_queue_init() helperJens Axboe
2020-05-26btrfs: flag files as supporting buffered async readsJens Axboe
2020-05-26xfs: flag files as supporting buffered async readsJens Axboe
2020-05-26block: flag block devices as supporting IOCB_WAITQJens Axboe
2020-05-26ext4: flag as supporting buffered async readsJens Axboe
2020-05-26fs: add FMODE_BUF_RASYNCJens Axboe
2020-05-26mm: support async buffered reads in generic_file_buffered_read()Jens Axboe
2020-05-26mm: add support for async page lockingJens Axboe
2020-05-26mm: abstract out wake_page_match() from wake_page_function()Jens Axboe
2020-05-26mm: allow read-ahead with IOCB_NOWAIT setJens Axboe
2020-05-26block: read-ahead submission should imply no-wait as wellJens Axboe
2020-05-26Merge branch 'for-5.8/block' into async-buffered.5Jens Axboe
2020-05-26Merge branch 'for-5.8/io_uring' into async-buffered.5Jens Axboe
2020-05-26io_uring: get rid of manual punting in io_closePavel Begunkov
2020-05-26io_uring: separate DRAIN flushing into a cold pathPavel Begunkov
2020-05-26io_uring: don't re-read sqe->off in timeout_prep()Pavel Begunkov
2020-05-26io_uring: simplify io_timeout lockingPavel Begunkov
2020-05-26io_uring: fix flush req->refs underflowPavel Begunkov
2020-05-24Linux 5.7-rc7v5.7-rc7Linus Torvalds
2020-05-24Merge tag 'efi-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-24Merge tag 'x86-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-24Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-23net: smsc911x: Fix runtime PM imbalance on errorDinghao Liu
2020-05-23Merge tag 'mlx5-fixes-2020-05-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2020-05-23net/mlx4_core: fix a memory leak bug.Qiushi Wu
2020-05-23net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspendGrygorii Strashko
2020-05-23net: phy: mscc: fix initialization of the MACsec protocol modeAntoine Tenart
2020-05-23net: stmmac: don't attach interface until resume finishesLeon Yu
2020-05-23net: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang
2020-05-23sparc32: fix page table traversal in srmmu_nocache_init()Mike Rapoport
2020-05-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-05-23Merge tag 'driver-core-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-23Merge tag 'char-misc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-05-23Merge tag 'staging-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-05-23Merge tag 'tty-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-05-23Merge tag 's390-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-05-23MAINTAINERS: add files related to kdumpBaoquan He
2020-05-23z3fold: fix use-after-free when freeing handlesUladzislau Rezki
2020-05-23sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init()Mike Rapoport
2020-05-23MAINTAINERS: update email address for Naoya HoriguchiNaoya Horiguchi
2020-05-23sh: include linux/time_types.h for sockiosArnd Bergmann
2020-05-23kasan: disable branch tracing for core runtimeMarco Elver
2020-05-23selftests/vm/write_to_hugetlbfs.c: fix unused variable warningJohn Hubbard
2020-05-23selftests/vm/.gitignore: add mremap_dontunmapJohn Hubbard
2020-05-23rapidio: fix an error in get_user_pages_fast() error handlingJohn Hubbard
2020-05-23x86: bitops: fix build regressionNick Desaulniers
2020-05-23device-dax: don't leak kernel memory to user space after unloading kmemDavid Hildenbrand
2020-05-23Revert "kobject: Make sure the parent does not get released before its children"Greg Kroah-Hartman