summaryrefslogtreecommitdiffstats
path: root/fs/iomap/buffered-io.c
Commit message (Expand)AuthorAgeFilesLines
* iomap: write iomap validity checksDave Chinner2022-11-291-1/+28
* iomap: buffered write failure should not truncate the page cacheDave Chinner2022-11-291-15/+180
* xfs,iomap: move delalloc punching to iomapDave Chinner2022-11-231-0/+60
* iomap: add a tracepoint for mappings returned by map_blocksDarrick J. Wong2022-10-021-0/+1
* iomap: iomap: fix memory corruption when recording errors during writebackDarrick J. Wong2022-10-021-1/+1
* Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-111-15/+0
|\
| * iomap: remove iomap_writepageChristoph Hellwig2022-07-221-15/+0
* | Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-031-7/+8
|\|
| * iomap: set did_zero to true when zeroing successfullyKaixu Xia2022-06-301-2/+2
| * iomap: skip pages past eof in iomap_do_writepage()Chris Mason2022-06-301-5/+6
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-28/+0
|\ \
| * | mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-25/+0
| * | iomap: Remove test for folio errorMatthew Wilcox (Oracle)2022-06-291-3/+0
| |/
* | iomap: Return -EAGAIN from iomap_write_iter()Stefan Roesch2022-07-241-0/+4
* | iomap: Add async buffered write supportStefan Roesch2022-07-241-5/+28
* | iomap: Add flags parameter to iomap_page_create()Stefan Roesch2022-07-241-10/+20
|/
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-21/+17
|\
| * iomap: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-12/+10
| * fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-1/+1
| * fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)2022-05-091-7/+5
* | iomap: don't invalidate folios after writeback errorsDarrick J. Wong2022-05-161-1/+0
* | iomap: iomap_write_end cleanupAndreas Gruenbacher2022-05-081-1/+1
* | iomap: iomap_write_failed fixAndreas Gruenbacher2022-05-081-1/+2
|/
* iomap: Simplify is_partially_uptodate a littleMatthew Wilcox (Oracle)2022-04-011-5/+4
* Merge tag 'write-page-prefaulting' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-261-1/+1
|\
| * fs/iomap: Fix buffered write page prefaultingAndreas Gruenbacher2022-03-251-1/+1
* | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-2/+0
|\ \
| * | block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-2/+0
| * | Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe2022-03-071-14/+12
| |\ \
* | \ \ Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-28/+18
|\ \ \ \
| * | | | iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-8/+1
| * | | | fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)2022-03-141-20/+16
| * | | | iomap: Fix iomap_invalidatepage tracepointMatthew Wilcox (Oracle)2022-03-141-1/+2
| |/ / /
* | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-14/+12
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-3/+1
| * | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-8/+8
| * | block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-021-3/+3
* | | xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner2022-01-261-4/+48
|/ /
* | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-121-10/+0
|\ \
| * | iomap: Fix error handling in iomap_zero_iter()Matthew Wilcox (Oracle)2021-12-231-2/+2
| * | iomap: turn the byte variable in iomap_zero_iter into a ssize_tChristoph Hellwig2021-12-081-1/+1
| * | fsdax: decouple zeroing from the iomap buffered I/O codeChristoph Hellwig2021-12-041-23/+12
| |/
* | iomap: Inline __iomap_zero_iter into its callerMatthew Wilcox (Oracle)2021-12-211-28/+27
* | iomap: Support large folios in invalidatepageMatthew Wilcox (Oracle)2021-12-181-2/+7
* | iomap: Convert iomap_migrate_page() to use foliosMatthew Wilcox (Oracle)2021-12-181-5/+7
* | iomap: Convert iomap_add_to_ioend() to take a folioMatthew Wilcox (Oracle)2021-12-181-36/+34
* | iomap: Simplify iomap_do_writepage()Matthew Wilcox (Oracle)2021-12-181-13/+10
* | iomap: Simplify iomap_writepage_map()Matthew Wilcox (Oracle)2021-12-181-11/+10
* | iomap,xfs: Convert ->discard_page to ->discard_folioMatthew Wilcox (Oracle)2021-12-181-2/+2