summaryrefslogtreecommitdiff
path: root/fs/iomap/buffered-io.c
AgeCommit message (Expand)Author
2024-10-03iomap: constrain the file range passed to iomap_file_unshareDarrick J. Wong
2024-10-03iomap: don't bother unsharing delalloc extentsDarrick J. Wong
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-10iomap: remove the iomap_file_buffered_write_punch_delalloc return valueChristoph Hellwig
2024-09-10iomap: pass the iomap to the punch callbackChristoph Hellwig
2024-09-10iomap: pass flags to iomap_file_buffered_write_punch_delallocChristoph Hellwig
2024-09-10iomap: improve shared block detection in iomap_unshare_iterChristoph Hellwig
2024-09-10iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_releaseChristoph Hellwig
2024-09-03iomap: make zero range flush conditional on unwritten mappingsBrian Foster
2024-09-03iomap: fix handling of dirty folios over unwritten extentsBrian Foster
2024-09-03iomap: add a private argument for iomap_file_buffered_writeJosef Bacik
2024-09-02iomap: fix iomap_dio_zero() for fs bs > system page sizePankaj Raghav
2024-08-07buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)
2024-07-15Merge tag 'vfs-6.11.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-07-15Merge tag 'vfs-6.11.pg_error' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-06-19iomap: don't increase i_size in iomap_write_end()Zhang Yi
2024-06-19iomap: Optimize iomap_read_folioRitesh Harjani (IBM)
2024-06-05iomap: Fix iomap_adjust_read_range for plen calculationRitesh Harjani (IBM)
2024-06-05iomap: keep on increasing i_size in iomap_write_end()Zhang Yi
2024-05-31iomap: Remove calls to set and clear folio error flagMatthew Wilcox (Oracle)
2024-05-24iomap: fault in smaller chunks for non-large folio mappingsXu Yang
2024-04-25iomap: do some small logical cleanup in buffered writeZhang Yi
2024-04-25iomap: make iomap_write_end() return a booleanZhang Yi
2024-04-25iomap: use a new variable to handle the written bytes in iomap_write_iter()Zhang Yi
2024-04-25iomap: don't increase i_size if it's not a write operationZhang Yi
2024-04-25iomap: drop the write failure handles when unsharing and zeroingZhang Yi
2024-04-15iomap: convert iomap_writepages to writeack_iterChristoph Hellwig
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)