summaryrefslogtreecommitdiffstats
path: root/fs/direct-io.c
Commit message (Expand)AuthorAgeFilesLines
* fs: direct-io: fix missing sdio->boundaryJack Qiu2021-04-091-2/+3
* Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-281-1/+1
|\
| * block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-1/+1
* | fs: delete repeated words in commentsRandy Dunlap2021-02-241-2/+2
|/
* block/psi: remove PSI annotations from direct IOPavel Begunkov2021-01-251-0/+2
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-1/+1
* Merge tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-151-39/+30
|\
| * direct-io: defer alignment check until after the EOF checkGabriel Krisman Bertazi2020-10-081-8/+8
| * direct-io: don't force writeback for reads beyond EOFGabriel Krisman Bertazi2020-10-081-13/+11
| * direct-io: clean up error paths of do_blockdev_direct_IOGabriel Krisman Bertazi2020-10-081-21/+14
* | fs: remove no longer used dio_end_io()Goldwyn Rodrigues2020-10-071-19/+0
|/
* block: remove the bd_queue field from struct block_deviceChristoph Hellwig2020-07-011-2/+2
* Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-141-0/+19
|\
| * Revert "fs: remove dio_end_io()"David Sterba2020-06-091-0/+19
* | Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-06-021-19/+0
|\|
| * fs: remove dio_end_io()Goldwyn Rodrigues2020-05-281-19/+0
* | block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei2020-05-121-1/+1
|/
* fs/direct-io.c: include fs/internal.h for missing prototypeEric Biggers2020-01-041-0/+2
* fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=nKonstantin Khlebnikov2019-12-011-21/+0
* fs/direct-io.c: fix kernel-doc warningRandy Dunlap2019-10-141-2/+1
* direct-io: use bio_release_pages in dio_bio_completeChristoph Hellwig2019-06-291-12/+3
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1
* block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-1/+3
* direct-io: allow direct writes to empty inodesErnesto A. Fernández2019-01-221-2/+3
* Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-041-2/+2
|\
| * fs: fix lost error code in dio_completeMaximilian Heyne2018-11-301-2/+2
* | block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-261-1/+1
* | block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe2018-11-071-0/+2
|/
* iov_iter: Use accessor functionDavid Howells2018-10-241-1/+1
* block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-141-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-061-5/+4
|\
| * fs/direct-io.c: minor cleanups in do_blockdev_direct_IONikolay Borisov2018-04-051-5/+4
* | direct-io: Remove unused DIO_SKIP_DIO_COUNT logicNikolay Borisov2018-03-121-4/+2
* | direct-io: Remove unused DIO_ASYNC_EXTEND flagNikolay Borisov2018-03-121-2/+1
|/
* direct-io: Fix sleep in atomic due to sync AIOJan Kara2018-02-261-2/+1
* iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong2018-01-081-1/+23
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-1/+1
|\
| * block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-031-1/+1
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* | Merge tag 'xfs-4.14-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-10-181-8/+12
|\ \
| * | fs: invalidate page cache after end_io() in dio completionEryu Guan2017-10-161-8/+12
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-10-181-6/+13
|\ \ \ | |/ / |/| |
| * | fs: Avoid invalidation in interrupt context in dio_complete()Lukas Czerner2017-10-171-6/+13
| |/
* / direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher2017-10-101-1/+2
|/
* fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner2017-09-251-6/+43
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-4/+4
* fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe2017-06-271-0/+2
* block: return on congested block deviceGoldwyn Rodrigues2017-06-201-2/+8
* block: switch bios to blk_status_tChristoph Hellwig2017-06-091-4/+4