summaryrefslogtreecommitdiffstats
path: root/fs/direct-io.c
AgeCommit message (Expand)Author
2021-04-09fs: direct-io: fix missing sdio->boundaryJack Qiu
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)
2021-02-24fs: delete repeated words in commentsRandy Dunlap
2021-01-25block/psi: remove PSI annotations from direct IOPavel Begunkov
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-10-15Merge tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-08direct-io: defer alignment check until after the EOF checkGabriel Krisman Bertazi
2020-10-08direct-io: don't force writeback for reads beyond EOFGabriel Krisman Bertazi
2020-10-08direct-io: clean up error paths of do_blockdev_direct_IOGabriel Krisman Bertazi
2020-10-07fs: remove no longer used dio_end_io()Goldwyn Rodrigues
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig
2020-06-14Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-09Revert "fs: remove dio_end_io()"David Sterba
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-05-28fs: remove dio_end_io()Goldwyn Rodrigues
2020-05-12block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei
2020-01-04fs/direct-io.c: include fs/internal.h for missing prototypeEric Biggers
2019-12-01fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=nKonstantin Khlebnikov
2019-10-14fs/direct-io.c: fix kernel-doc warningRandy Dunlap
2019-06-29direct-io: use bio_release_pages in dio_bio_completeChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-01-22direct-io: allow direct writes to empty inodesErnesto A. Fernández
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe
2018-11-30fs: fix lost error code in dio_completeMaximilian Heyne
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe
2018-11-07block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe
2018-10-24iov_iter: Use accessor functionDavid Howells
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-05fs/direct-io.c: minor cleanups in do_blockdev_direct_IONikolay Borisov
2018-03-12direct-io: Remove unused DIO_SKIP_DIO_COUNT logicNikolay Borisov
2018-03-12direct-io: Remove unused DIO_ASYNC_EXTEND flagNikolay Borisov
2018-02-26direct-io: Fix sleep in atomic due to sync AIOJan Kara
2018-01-08iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18Merge tag 'xfs-4.14-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-10-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-10-17fs: Avoid invalidation in interrupt context in dio_complete()Lukas Czerner
2017-10-16fs: invalidate page cache after end_io() in dio completionEryu Guan
2017-10-10direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-06-27fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe
2017-06-20block: return on congested block deviceGoldwyn Rodrigues
2017-06-09block: switch bios to blk_status_tChristoph Hellwig