summaryrefslogtreecommitdiff
path: root/fs/iomap
AgeCommit message (Expand)AuthorFilesLines
2026-01-08iomap: allocate s_dio_done_wq for async reads as wellChristoph Hellwig1-5/+5
2026-01-08iomap: account for unaligned end offsets when truncating read rangeJoanne Koong1-2/+20
2026-01-08iomap: adjust read range correctly for non-block-aligned positionsJoanne Koong1-6/+13
2025-12-18iomap: always run error completions in user contextChristoph Hellwig1-1/+12
2025-12-18iomap: factor out a iomap_dio_done helperChristoph Hellwig1-38/+38
2025-05-02iomap: skip unnecessary ifs_block_is_uptodate checkGou Hao1-1/+1
2025-01-23iomap: avoid avoid truncating 64-bit offset to 32 bitsMarco Nelissen1-1/+1
2025-01-17iomap: fix zero padding data issue in concurrent append writesLong Li1-0/+45
2025-01-17iomap: pass byte granular end position to iomap_add_to_ioendLong Li1-9/+12
2025-01-17fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav1-1/+1
2024-11-01Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-16/+1
2024-10-21iomap: turn iomap_want_unshare_iter into an inline functionChristoph Hellwig1-17/+0
2024-10-15iomap: move locking out of iomap_write_delalloc_releaseChristoph Hellwig1-9/+8
2024-10-15iomap: remove iomap_file_buffered_write_punch_delallocChristoph Hellwig1-57/+28
2024-10-15iomap: factor out a iomap_last_written_block helperChristoph Hellwig1-11/+2
2024-10-07iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong1-14/+16
2024-10-03iomap: constrain the file range passed to iomap_file_unshareDarrick J. Wong1-1/+5
2024-10-03iomap: don't bother unsharing delalloc extentsDarrick J. Wong1-1/+2
2024-09-21Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2-82/+159
2024-09-10iomap: remove the iomap_file_buffered_write_punch_delalloc return valueChristoph Hellwig1-54/+28
2024-09-10iomap: pass the iomap to the punch callbackChristoph Hellwig1-12/+13
2024-09-10iomap: pass flags to iomap_file_buffered_write_punch_delallocChristoph Hellwig1-6/+5
2024-09-10iomap: improve shared block detection in iomap_unshare_iterChristoph Hellwig1-4/+13
2024-09-10iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_releaseChristoph Hellwig1-1/+9
2024-09-03iomap: make zero range flush conditional on unwritten mappingsBrian Foster1-9/+54
2024-09-03iomap: fix handling of dirty folios over unwritten extentsBrian Foster1-0/+10
2024-09-03iomap: add a private argument for iomap_file_buffered_writeJosef Bacik1-1/+2
2024-09-03iomap: remove set_memor_ro() on zero pageLuis Chamberlain1-3/+0
2024-09-02iomap: fix iomap_dio_zero() for fs bs > system page sizePankaj Raghav2-8/+41
2024-08-07buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-07-15Merge tag 'vfs-6.11.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-25/+48
2024-07-15Merge tag 'vfs-6.11.pg_error' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+0
2024-06-19iomap: don't increase i_size in iomap_write_end()Zhang Yi1-24/+29
2024-06-19iomap: Optimize iomap_read_folioRitesh Harjani (IBM)1-1/+19
2024-06-05iomap: Fix iomap_adjust_read_range for plen calculationRitesh Harjani (IBM)1-1/+2
2024-06-05iomap: keep on increasing i_size in iomap_write_end()Zhang Yi1-29/+24
2024-05-31iomap: Remove calls to set and clear folio error flagMatthew Wilcox (Oracle)1-8/+0
2024-05-24iomap: fault in smaller chunks for non-large folio mappingsXu Yang1-1/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-05-09kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-04-25iomap: do some small logical cleanup in buffered writeZhang Yi1-5/+3
2024-04-25iomap: make iomap_write_end() return a booleanZhang Yi1-17/+31
2024-04-25iomap: use a new variable to handle the written bytes in iomap_write_iter()Zhang Yi1-16/+17
2024-04-25iomap: don't increase i_size if it's not a write operationZhang Yi1-25/+25
2024-04-25iomap: drop the write failure handles when unsharing and zeroingZhang Yi1-4/+6
2024-04-15iomap: convert iomap_writepages to writeack_iterChristoph Hellwig1-9/+5
2024-03-04Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Christian Brauner2-0/+2
2024-02-21iomap: Add processed for iomap_iterKassey Li1-1/+4
2024-02-21iomap: add pos and dirty_len into trace_iomap_writepage_mapZhang Yi2-2/+43
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche2-0/+2