summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-22io_uring: support true async buffered reads, if file provides itasync-buffered.2async-bufferedJens Axboe
2020-05-22mm: add kiocb_wait_page_async_init() helperJens Axboe
2020-05-22btrfs: flag files as supporting buffered async readsJens Axboe
2020-05-22xfs: flag files as supporting buffered async readsJens Axboe
2020-05-22block: flag block devices as supporting IOCB_WAITQJens Axboe
2020-05-22ext4: flag as supporting buffered async readsJens Axboe
2020-05-22fs: add FMODE_BUF_RASYNCJens Axboe
2020-05-22mm: support async buffered reads in generic_file_buffered_read()Jens Axboe
2020-05-22mm: add support for async page lockingJens Axboe
2020-05-22mm: allow read-ahead with IOCB_NOWAIT setJens Axboe
2020-05-22block: read-ahead submission should imply no-wait as wellJens Axboe
2020-05-22Merge branch 'io_uring-5.7' into async-bufferedJens Axboe
2020-05-22Merge branch 'master' into async-bufferedJens Axboe
2020-05-22Merge branch 'for-5.8/block' into for-nextJens Axboe
2020-05-22block: remove the disk and queue NULL checks in blkdev_issue_flushChristoph Hellwig
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-05-21Merge branch 'for-5.8/drivers' into for-nextJens Axboe
2020-05-21block: remove ioctl_by_bdevChristoph Hellwig
2020-05-21s390/dasd: remove ioctl_by_bdev callsStefan Haberland
2020-05-21dasd: refactor dasd_ioctl_informationChristoph Hellwig
2020-05-21loop: Add LOOP_CONFIGURE ioctlMartijn Coenen
2020-05-21loop: Clean up LOOP_SET_STATUS lo_flags handlingMartijn Coenen
2020-05-21loop: Rework lo_ioctl() __user argument castingMartijn Coenen
2020-05-21loop: Move loop_set_status_from_info() and friends upMartijn Coenen
2020-05-21loop: Factor out configuring loop from statusMartijn Coenen
2020-05-21loop: Remove figure_loop_size()Martijn Coenen
2020-05-21loop: Refactor loop_set_status() size calculationMartijn Coenen
2020-05-21loop: Switch to set_capacity_revalidate_and_notify()Martijn Coenen
2020-05-21loop: Factor out setting loop device sizeMartijn Coenen
2020-05-21loop: Remove sector_t truncation checksMartijn Coenen
2020-05-21loop: Call loop_config_discard() only after new config is appliedMartijn Coenen
2020-05-20Merge tag 'fixes-for-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-05-20Merge tag 'for-linus-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-05-20Merge tag 'for-linus-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-05-20Merge tag 'pm-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-05-20Merge tag 'ovl-fixes-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-05-20pipe: Fix pipe_full() test in opipe_prep().Tetsuo Handa
2020-05-20Merge branch 'for-5.8/io_uring' into for-nextJens Axboe
2020-05-20io_uring: don't submit sqes when ctx->refs is dyingXiaoguang Wang
2020-05-20io_uring: reset -EBUSY error when io sq thread is waken upio_uring-5.7-2020-05-22io_uring-5.7Xiaoguang Wang
2020-05-20Merge branch 'master' into for-nextJens Axboe
2020-05-19io_uring: don't add non-IO requests to iopoll pending listJens Axboe
2020-05-19Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-05-19Merge tag 'arc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2020-05-19fix multiplication overflow in copy_fdtable()Al Viro
2020-05-19io_uring: don't use kiocb.private to store buf_indexBijan Mottahedeh
2020-05-19Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-05-19Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-19Merge tag 'iommu-fixes-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-05-19vsprintf: don't obfuscate NULL and error pointersIlya Dryomov