summaryrefslogtreecommitdiffstats
path: root/fs/iomap/buffered-io.c
Commit message (Expand)AuthorAgeFilesLines
* iomap: clear the per-folio dirty bits on all writeback failuresChristoph Hellwig2024-03-261-7/+11
* iomap: fix short copy in iomap_write_iter()Jan Stancek2023-10-191-3/+7
* iomap: Spelling s/preceeding/preceding/gGeert Uytterhoeven2023-09-281-1/+1
* iomap: convert iomap_unshare_iter to use large foliosDarrick J. Wong2023-09-191-10/+14
* iomap: don't skip reading in !uptodate folios when unsharing a rangeDarrick J. Wong2023-09-181-2/+4
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-1/+1
|\
| * fs: rename and move block_page_mkwrite_returnChristoph Hellwig2023-08-021-1/+1
* | iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)2023-07-251-11/+150
* | iomap: Allocate ifs in ->write_begin() earlyRitesh Harjani (IBM)2023-07-251-2/+11
* | iomap: Refactor iomap_write_delalloc_punch() function outRitesh Harjani (IBM)2023-07-251-20/+34
* | iomap: Use iomap_punch_t typedefRitesh Harjani (IBM)2023-07-251-5/+4
* | iomap: Fix possible overflow condition in iomap_write_delalloc_scanRitesh Harjani (IBM)2023-07-251-1/+1
* | iomap: Add some uptodate state handling helpers for ifs state bitmapRitesh Harjani (IBM)2023-07-251-8/+20
* | iomap: Drop ifs argument from iomap_set_range_uptodate()Ritesh Harjani (IBM)2023-07-251-34/+33
* | iomap: Rename iomap_page to iomap_folio_state and othersRitesh Harjani (IBM)2023-07-251-77/+70
* | iomap: Copy larger chunks from userspaceMatthew Wilcox (Oracle)2023-07-241-15/+17
* | iomap: Create large folios in the buffered write pathMatthew Wilcox (Oracle)2023-07-241-2/+4
* | filemap: Add fgf_t typedefMatthew Wilcox (Oracle)2023-07-241-1/+1
* | iomap: Remove unnecessary test from iomap_release_folio()Matthew Wilcox (Oracle)2023-07-241-5/+4
* | iomap: Remove large folio handling in iomap_invalidate_folio()Matthew Wilcox (Oracle)2023-07-241-5/+0
* | iomap: micro optimize the ki_pos assignment in iomap_file_buffered_writeChristoph Hellwig2023-07-171-1/+1
* | iomap: fix a regression for partial write errorsChristoph Hellwig2023-07-171-1/+1
|/
* Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-07-021-1/+1
|\
| * fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap...Lu Hongfei2023-06-291-1/+1
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-3/+6
|\ \
| * | iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig2023-06-091-3/+6
| |/
* / fs: iomap: use bio_add_folio_nofail where possibleJohannes Thumshirn2023-06-011-3/+3
|/
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-9/+2
|\
| * mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-9/+2
* | fs: Add FGP_WRITEBEGINMatthew Wilcox2023-04-061-1/+1
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-3/+2
|\
| * fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)2023-02-021-3/+2
* | iomap: Rename page_ops to folio_opsAndreas Gruenbacher2023-01-181-10/+10
* | iomap: Rename page_prepare handler to get_folioAndreas Gruenbacher2023-01-181-2/+2
* | iomap: Add __iomap_get_folio helperAndreas Gruenbacher2023-01-181-4/+12
* | iomap/gfs2: Get page in page_prepare handlerAndreas Gruenbacher2023-01-181-11/+6
* | iomap: Add iomap_get_folio helperAndreas Gruenbacher2023-01-181-9/+30
* | iomap: Rename page_done handler to put_folioAndreas Gruenbacher2023-01-181-2/+2
* | iomap/gfs2: Unlock and put folio in page_done handlerAndreas Gruenbacher2023-01-181-4/+4
* | iomap: Add __iomap_put_folio helperAndreas Gruenbacher2023-01-181-12/+17
|/
* 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