summaryrefslogtreecommitdiffstats
path: root/fs/direct-io.c
AgeCommit message (Expand)AuthorLines
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-07-09direct-io: use memzero_page()Matthew Wilcox (Oracle)-1/+1
2025-06-23docs/vfs: update references to i_mutex to i_rwsemJunxuan Liao-4/+4
2024-08-19fs/direct-io: Remove linux/prefetch.h includeYouling Tang-6/+0
2024-04-11fs/direct-io: remove redundant assignment to variable retvalColin Ian King-1/+0
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche-0/+2
2023-11-18fs : Fix warning using plain integer as NULLAbhinav Singh-1/+1
2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan-1/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+2
2023-06-14block: Fix dio_cleanup() to advance the head indexDavid Howells-0/+1
2023-06-09filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig-8/+2
2023-05-31block: Use iov_iter_extract_pages() and page pinning in direct-io.cDavid Howells-29/+43
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig-0/+2
2023-03-05__blockdev_direct_IO(): get rid of submit_io callbackAl Viro-7/+2
2023-01-26fs: move sb_init_dio_done_wq out of direct-io.cChristoph Hellwig-24/+0
2022-09-20block: remove PSI accounting from the bio layerChristoph Hellwig-2/+0
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro-2/+1
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro-1/+1
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2022-07-14fs/direct-io: Reduce the size of struct dioBart Van Assche-17/+23
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro-1/+1
2022-04-17direct-io: remove random prefetchesChristoph Hellwig-28/+4
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig-3/+0
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig-4/+1
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe-1/+1
2021-10-18direct-io: remove blk_poll supportChristoph Hellwig-10/+4
2021-04-09fs: direct-io: fix missing sdio->boundaryJack Qiu-2/+3
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)-1/+1
2021-02-24fs: delete repeated words in commentsRandy Dunlap-2/+2
2021-01-25block/psi: remove PSI annotations from direct IOPavel Begunkov-0/+2
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig-1/+1
2020-10-15Merge tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-39/+30
2020-10-08direct-io: defer alignment check until after the EOF checkGabriel Krisman Bertazi-8/+8
2020-10-08direct-io: don't force writeback for reads beyond EOFGabriel Krisman Bertazi-13/+11
2020-10-08direct-io: clean up error paths of do_blockdev_direct_IOGabriel Krisman Bertazi-21/+14
2020-10-07fs: remove no longer used dio_end_io()Goldwyn Rodrigues-19/+0
2020-07-01block: remove the bd_queue field from struct block_deviceChristoph Hellwig-2/+2
2020-06-14Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+19
2020-06-09Revert "fs: remove dio_end_io()"David Sterba-0/+19
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds-19/+0
2020-05-28fs: remove dio_end_io()Goldwyn Rodrigues-19/+0
2020-05-12block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei-1/+1
2020-01-04fs/direct-io.c: include fs/internal.h for missing prototypeEric Biggers-0/+2
2019-12-01fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=nKonstantin Khlebnikov-21/+0
2019-10-14fs/direct-io.c: fix kernel-doc warningRandy Dunlap-2/+1
2019-06-29direct-io: use bio_release_pages in dio_bio_completeChristoph Hellwig-12/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig-2/+1
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei-1/+3