summaryrefslogtreecommitdiff
path: root/fs/iomap/buffered-io.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)1-11/+150
2023-07-25iomap: Allocate ifs in ->write_begin() earlyRitesh Harjani (IBM)1-2/+11
2023-07-25iomap: Refactor iomap_write_delalloc_punch() function outRitesh Harjani (IBM)1-20/+34
2023-07-25iomap: Use iomap_punch_t typedefRitesh Harjani (IBM)1-5/+4
2023-07-25iomap: Fix possible overflow condition in iomap_write_delalloc_scanRitesh Harjani (IBM)1-1/+1
2023-07-25iomap: Add some uptodate state handling helpers for ifs state bitmapRitesh Harjani (IBM)1-8/+20
2023-07-25iomap: Drop ifs argument from iomap_set_range_uptodate()Ritesh Harjani (IBM)1-34/+33
2023-07-25iomap: Rename iomap_page to iomap_folio_state and othersRitesh Harjani (IBM)1-77/+70
2023-07-25iomap: Copy larger chunks from userspaceMatthew Wilcox (Oracle)1-15/+17
2023-07-25iomap: Create large folios in the buffered write pathMatthew Wilcox (Oracle)1-2/+4
2023-07-25filemap: Add fgf_t typedefMatthew Wilcox (Oracle)1-1/+1
2023-07-25iomap: Remove unnecessary test from iomap_release_folio()Matthew Wilcox (Oracle)1-5/+4
2023-07-25iomap: Remove large folio handling in iomap_invalidate_folio()Matthew Wilcox (Oracle)1-5/+0
2023-07-17iomap: micro optimize the ki_pos assignment in iomap_file_buffered_writeChristoph Hellwig1-1/+1
2023-07-17iomap: fix a regression for partial write errorsChristoph Hellwig1-1/+1
2023-07-02Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-06-29fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap...Lu Hongfei1-1/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+6
2023-06-10iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig1-3/+6
2023-06-01fs: iomap: use bio_add_folio_nofail where possibleJohannes Thumshirn1-3/+3
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+2
2023-04-06fs: Add FGP_WRITEBEGINMatthew Wilcox1-1/+1
2023-04-06mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig1-9/+2
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2023-02-03fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-3/+2
2023-01-18iomap: Rename page_ops to folio_opsAndreas Gruenbacher1-10/+10
2023-01-18iomap: Rename page_prepare handler to get_folioAndreas Gruenbacher1-2/+2
2023-01-18iomap: Add __iomap_get_folio helperAndreas Gruenbacher1-4/+12
2023-01-18iomap/gfs2: Get page in page_prepare handlerAndreas Gruenbacher1-11/+6
2023-01-18iomap: Add iomap_get_folio helperAndreas Gruenbacher1-9/+30
2023-01-18iomap: Rename page_done handler to put_folioAndreas Gruenbacher1-2/+2
2023-01-18iomap/gfs2: Unlock and put folio in page_done handlerAndreas Gruenbacher1-4/+4
2023-01-18iomap: Add __iomap_put_folio helperAndreas Gruenbacher1-12/+17
2022-11-29iomap: write iomap validity checksDave Chinner1-1/+28
2022-11-29iomap: buffered write failure should not truncate the page cacheDave Chinner1-15/+180
2022-11-23xfs,iomap: move delalloc punching to iomapDave Chinner1-0/+60
2022-10-02iomap: add a tracepoint for mappings returned by map_blocksDarrick J. Wong1-0/+1
2022-10-02iomap: iomap: fix memory corruption when recording errors during writebackDarrick J. Wong1-1/+1
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-15/+0
2022-08-04Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-7/+8
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-28/+0
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)1-25/+0
2022-07-25iomap: Return -EAGAIN from iomap_write_iter()Stefan Roesch1-0/+4
2022-07-25iomap: Add async buffered write supportStefan Roesch1-5/+28
2022-07-25iomap: Add flags parameter to iomap_page_create()Stefan Roesch1-10/+20
2022-07-22iomap: remove iomap_writepageChristoph Hellwig1-15/+0
2022-06-30iomap: set did_zero to true when zeroing successfullyKaixu Xia1-2/+2
2022-06-30iomap: skip pages past eof in iomap_do_writepage()Chris Mason1-5/+6
2022-06-29iomap: Remove test for folio errorMatthew Wilcox (Oracle)1-3/+0
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-21/+17