summaryrefslogtreecommitdiff
path: root/fs/iomap/buffered-io.c
AgeCommit message (Expand)Author
2025-07-11iomap: avoid unnecessary ifs_set_range_uptodate() with locksJinliang Zheng
2025-05-28iomap: don't lose folio dropbehind state for overwritesJens Axboe
2025-05-26Merge tag 'vfs-6.16-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-09iomap: rework iomap_write_begin() to return folio offset and lengthBrian Foster
2025-05-09iomap: push non-large folio check into get folio pathBrian Foster
2025-05-09iomap: helper to trim pos/bytes to within folioBrian Foster
2025-05-09iomap: drop pos param from __iomap_[get|put]_folio()Brian Foster
2025-05-09iomap: drop unnecessary pos param from iomap_write_[begin|end]Brian Foster
2025-05-09iomap: resample iter->pos after iomap_write_begin() callsBrian Foster
2025-04-11iomap: skip unnecessary ifs_block_is_uptodate checkGou Hao
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-19iomap: fix inline data on buffered readGao Xiang
2025-03-16fs: convert block_commit_write() to take a folioMatthew Wilcox (Oracle)
2025-03-06Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/ker...Christian Brauner
2025-02-27iomap: make buffered writes work with RWF_DONTCACHEJens Axboe
2025-02-26iomap: introduce a full map advance helperBrian Foster
2025-02-26iomap: rename iomap_iter processed field to statusBrian Foster
2025-02-26iomap: convert misc simple ops to incremental advanceBrian Foster
2025-02-26iomap: advance the iter directly on buffered readBrian Foster
2025-02-10iomap: advance the iter directly on zero rangeBrian Foster
2025-02-10iomap: advance the iter directly on unshare rangeBrian Foster
2025-02-10iomap: advance the iter directly on buffered writesBrian Foster
2025-02-06iomap: pass private data to iomap_truncate_pageChristoph Hellwig
2025-02-06iomap: pass private data to iomap_zero_rangeChristoph Hellwig
2025-02-06iomap: pass private data to iomap_page_mkwriteChristoph Hellwig
2025-02-06iomap: move common ioend code to ioend.cChristoph Hellwig
2025-02-06iomap: split bios to zone append limits in the submission handlersChristoph Hellwig
2025-02-06iomap: add a IOMAP_F_ANON_WRITE flagChristoph Hellwig
2025-02-06iomap: simplify io_flags and io_type in struct iomap_ioendChristoph Hellwig
2025-02-06iomap: allow the file system to submit the writeback biosChristoph Hellwig
2025-01-09iomap: avoid avoid truncating 64-bit offset to 32 bitsMarco Nelissen
2024-12-11iomap: fix zero padding data issue in concurrent append writesLong Li
2024-12-11iomap: pass byte granular end position to iomap_add_to_ioendLong Li
2024-11-26Merge branch 'ovl.fixes'Christian Brauner
2024-11-21Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-11-21iomap: elide flush from partial eof zero rangeBrian Foster
2024-11-21iomap: lift zeroed mapping handling into iomap_zero_range()Brian Foster
2024-11-21iomap: warn on zero range of a post-eof folioBrian Foster
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-05iomap: add a merge boundary flagChristoph Hellwig
2024-11-01Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-10-28fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav
2024-10-21iomap: turn iomap_want_unshare_iter into an inline functionChristoph Hellwig
2024-10-15iomap: move locking out of iomap_write_delalloc_releaseChristoph Hellwig
2024-10-15iomap: remove iomap_file_buffered_write_punch_delallocChristoph Hellwig
2024-10-15iomap: factor out a iomap_last_written_block helperChristoph Hellwig
2024-10-07iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong
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