summaryrefslogtreecommitdiffstats
path: root/fs/iomap/buffered-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds7 days1-76/+123
|\
| * iomap: remove the iomap_file_buffered_write_punch_delalloc return valueChristoph Hellwig2024-09-101-54/+28
| * iomap: pass the iomap to the punch callbackChristoph Hellwig2024-09-101-12/+13
| * iomap: pass flags to iomap_file_buffered_write_punch_delallocChristoph Hellwig2024-09-101-6/+5
| * iomap: improve shared block detection in iomap_unshare_iterChristoph Hellwig2024-09-101-4/+13
| * iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_releaseChristoph Hellwig2024-09-101-1/+9
| * iomap: make zero range flush conditional on unwritten mappingsBrian Foster2024-09-031-9/+54
| * iomap: fix handling of dirty folios over unwritten extentsBrian Foster2024-09-031-0/+10
| * iomap: add a private argument for iomap_file_buffered_writeJosef Bacik2024-09-031-1/+2
| * iomap: fix iomap_dio_zero() for fs bs > system page sizePankaj Raghav2024-09-021-2/+2
* | buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)2024-08-071-1/+1
|/
* Merge tag 'vfs-6.11.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2024-07-151-25/+48
|\
| * iomap: don't increase i_size in iomap_write_end()Zhang Yi2024-06-191-24/+29
| * iomap: Optimize iomap_read_folioRitesh Harjani (IBM)2024-06-191-1/+19
* | Merge tag 'vfs-6.11.pg_error' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-151-8/+0
|\ \ | |/ |/|
| * iomap: Remove calls to set and clear folio error flagMatthew Wilcox (Oracle)2024-05-311-8/+0
* | iomap: Fix iomap_adjust_read_range for plen calculationRitesh Harjani (IBM)2024-06-051-1/+2
* | iomap: keep on increasing i_size in iomap_write_end()Zhang Yi2024-06-051-29/+24
* | iomap: fault in smaller chunks for non-large folio mappingsXu Yang2024-05-241-1/+1
|/
* iomap: do some small logical cleanup in buffered writeZhang Yi2024-04-251-5/+3
* iomap: make iomap_write_end() return a booleanZhang Yi2024-04-251-17/+31
* iomap: use a new variable to handle the written bytes in iomap_write_iter()Zhang Yi2024-04-251-16/+17
* iomap: don't increase i_size if it's not a write operationZhang Yi2024-04-251-25/+25
* iomap: drop the write failure handles when unsharing and zeroingZhang Yi2024-04-251-4/+6
* iomap: convert iomap_writepages to writeack_iterChristoph Hellwig2024-04-151-9/+5
* Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Christian Brauner2024-03-041-0/+1
|\
| * block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche2024-02-061-0/+1
* | iomap: add pos and dirty_len into trace_iomap_writepage_mapZhang Yi2024-02-211-1/+1
* | 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