summaryrefslogtreecommitdiffstats
path: root/fs/direct-io.c
Commit message (Expand)AuthorAgeFilesLines
* block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche2024-02-061-0/+2
* fs : Fix warning using plain integer as NULLAbhinav Singh2023-11-181-1/+1
* treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-1/+1
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-8/+2
|\
| * filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig2023-06-091-8/+2
* | block: Fix dio_cleanup() to advance the head indexDavid Howells2023-06-141-0/+1
* | block: Use iov_iter_extract_pages() and page pinning in direct-io.cDavid Howells2023-05-311-29/+43
* | block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig2023-05-241-0/+2
|/
* __blockdev_direct_IO(): get rid of submit_io callbackAl Viro2023-03-051-7/+2
* fs: move sb_init_dio_done_wq out of direct-io.cChristoph Hellwig2023-01-261-24/+0
* block: remove PSI accounting from the bio layerChristoph Hellwig2022-09-201-2/+0
* iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-081-2/+1
* new iov_iter flavour - ITER_UBUFAl Viro2022-08-081-1/+1
* Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-1/+1
|\
| * iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro2022-06-101-1/+1
* | fs/direct-io: Reduce the size of struct dioBart Van Assche2022-07-141-17/+23
|/
* direct-io: remove random prefetchesChristoph Hellwig2022-04-171-28/+4
* block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-3/+0
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-4/+1
* fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-1/+1
* direct-io: remove blk_poll supportChristoph Hellwig2021-10-181-10/+4
* 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
|/