summaryrefslogtreecommitdiff
path: root/fs/iomap/buffered-io.c
AgeCommit message (Expand)Author
2024-03-04Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Christian Brauner
2024-02-21iomap: add pos and dirty_len into trace_iomap_writepage_mapZhang Yi
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig
2024-02-01iomap: map multiple blocks at a timeChristoph Hellwig
2024-02-01iomap: submit ioends immediatelyChristoph Hellwig
2024-02-01iomap: factor out a iomap_writepage_map_block helperChristoph Hellwig
2024-02-01iomap: only call mapping_set_error once for each failed bioChristoph Hellwig
2024-02-01iomap: don't chain biosChristoph Hellwig
2024-02-01iomap: move the iomap_sector sector calculation out of iomap_add_to_ioendChristoph Hellwig
2024-02-01iomap: clean up the iomap_alloc_ioend calling conventionChristoph Hellwig
2024-02-01iomap: move all remaining per-folio logic into iomap_writepage_mapChristoph Hellwig
2024-02-01iomap: factor out a iomap_writepage_handle_eof helperChristoph Hellwig
2024-02-01iomap: move the PF_MEMALLOC check to iomap_writepagesChristoph Hellwig
2024-02-01iomap: move the io_folios field out of struct iomap_ioendChristoph Hellwig
2024-02-01iomap: treat inline data in iomap_writepage_map as an I/O errorChristoph Hellwig
2024-02-01iomap: clear the per-folio dirty bits on all writeback failuresChristoph Hellwig
2023-12-10mm: add folio_fill_tail() and use it in iomapMatthew Wilcox (Oracle)
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-19iomap: fix short copy in iomap_write_iter()Jan Stancek
2023-10-18iomap: use folio_end_read()Matthew Wilcox (Oracle)
2023-10-18iomap: protect read_bytes_pending with the state_lockMatthew Wilcox (Oracle)
2023-10-18iomap: hold state_lock over call to ifs_set_range_uptodate()Matthew Wilcox (Oracle)
2023-09-28iomap: Spelling s/preceeding/preceding/gGeert Uytterhoeven
2023-09-19iomap: convert iomap_unshare_iter to use large foliosDarrick J. Wong
2023-09-18iomap: don't skip reading in !uptodate folios when unsharing a rangeDarrick J. Wong
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig
2023-07-25iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)
2023-07-25iomap: Allocate ifs in ->write_begin() earlyRitesh Harjani (IBM)
2023-07-25iomap: Refactor iomap_write_delalloc_punch() function outRitesh Harjani (IBM)
2023-07-25iomap: Use iomap_punch_t typedefRitesh Harjani (IBM)
2023-07-25iomap: Fix possible overflow condition in iomap_write_delalloc_scanRitesh Harjani (IBM)
2023-07-25iomap: Add some uptodate state handling helpers for ifs state bitmapRitesh Harjani (IBM)
2023-07-25iomap: Drop ifs argument from iomap_set_range_uptodate()Ritesh Harjani (IBM)
2023-07-25iomap: Rename iomap_page to iomap_folio_state and othersRitesh Harjani (IBM)
2023-07-24iomap: Copy larger chunks from userspaceMatthew Wilcox (Oracle)
2023-07-24iomap: Create large folios in the buffered write pathMatthew Wilcox (Oracle)
2023-07-24filemap: Add fgf_t typedefMatthew Wilcox (Oracle)
2023-07-24iomap: Remove unnecessary test from iomap_release_folio()Matthew Wilcox (Oracle)
2023-07-24iomap: Remove large folio handling in iomap_invalidate_folio()Matthew Wilcox (Oracle)
2023-07-17iomap: micro optimize the ki_pos assignment in iomap_file_buffered_writeChristoph Hellwig
2023-07-17iomap: fix a regression for partial write errorsChristoph Hellwig
2023-07-02Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-06-29fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap...Lu Hongfei
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-09iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig
2023-06-01fs: iomap: use bio_add_folio_nofail where possibleJohannes Thumshirn
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-06fs: Add FGP_WRITEBEGINMatthew Wilcox