summaryrefslogtreecommitdiffstats
path: root/fs/iomap
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Christian Brauner2024-03-042-0/+2
|\
| * block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche2024-02-062-0/+2
* | iomap: Add processed for iomap_iterKassey Li2024-02-211-1/+4
* | iomap: add pos and dirty_len into trace_iomap_writepage_mapZhang Yi2024-02-212-2/+43
* | iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig2024-02-011-1/+1
* | iomap: map multiple blocks at a timeChristoph Hellwig2024-02-011-35/+81
* | iomap: submit ioends immediatelyChristoph Hellwig2024-02-011-86/+76
* | iomap: factor out a iomap_writepage_map_block helperChristoph Hellwig2024-02-011-27/+43
* | iomap: only call mapping_set_error once for each failed bioChristoph Hellwig2024-02-011-13/+14
* | iomap: don't chain biosChristoph Hellwig2024-02-011-67/+23
* | iomap: move the iomap_sector sector calculation out of iomap_add_to_ioendChristoph Hellwig2024-02-011-14/+11
* | iomap: clean up the iomap_alloc_ioend calling conventionChristoph Hellwig2024-02-011-6/+5
* | iomap: move all remaining per-folio logic into iomap_writepage_mapChristoph Hellwig2024-02-011-23/+11
* | iomap: factor out a iomap_writepage_handle_eof helperChristoph Hellwig2024-02-011-66/+62
* | iomap: move the PF_MEMALLOC check to iomap_writepagesChristoph Hellwig2024-02-011-16/+8
* | iomap: move the io_folios field out of struct iomap_ioendChristoph Hellwig2024-02-011-3/+4
* | iomap: treat inline data in iomap_writepage_map as an I/O errorChristoph Hellwig2024-02-011-2/+4
* | iomap: clear the per-folio dirty bits on all writeback failuresChristoph Hellwig2024-02-011-7/+11
|/
* mm: add folio_fill_tail() and use it in iomapMatthew Wilcox (Oracle)2023-12-101-12/+2
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-22/+35
|\
| * iomap: use folio_end_read()Matthew Wilcox (Oracle)2023-10-181-3/+1
| * iomap: protect read_bytes_pending with the state_lockMatthew Wilcox (Oracle)2023-10-181-12/+25
| * iomap: hold state_lock over call to ifs_set_range_uptodate()Matthew Wilcox (Oracle)2023-10-181-9/+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
* | Merge tag 'xfs-async-dio.6-2023-08-01' of git://git.kernel.dk/linux into ioma...Darrick J. Wong2023-08-011-40/+123
|\ \
| * | iomap: support IOCB_DIO_CALLER_COMPJens Axboe2023-08-011-2/+60
| * | iomap: add IOMAP_DIO_INLINE_COMPJens Axboe2023-08-011-2/+8
| * | iomap: only set iocb->private for polled bioJens Axboe2023-08-011-8/+5
| * | iomap: treat a write through cache the same as FUAJens Axboe2023-08-011-14/+20
| * | iomap: use an unsigned type for IOMAP_DIO_* definesJens Axboe2023-08-011-4/+4
| * | iomap: cleanup up iomap_dio_bio_end_io()Jens Axboe2023-08-011-15/+31
| |/
* | 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