summaryrefslogtreecommitdiff
path: root/fs/iomap
AgeCommit message (Expand)Author
7 daysMerge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
7 daysMerge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-14iomap: build the writeback code without CONFIG_BLOCKChristoph Hellwig
2025-07-14iomap: add read_folio_range() handler for buffered writesChristoph Hellwig
2025-07-14iomap: improve argument passing to iomap_read_folio_syncChristoph Hellwig
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig
2025-07-14iomap: export iomap_writeback_folioChristoph Hellwig
2025-07-14iomap: move folio_unlock out of iomap_writeback_folioJoanne Koong
2025-07-14iomap: rename iomap_writepage_map to iomap_writeback_folioChristoph Hellwig
2025-07-14iomap: move all ioend handling to ioend.cChristoph Hellwig
2025-07-14iomap: add public helpers for uptodate state manipulationJoanne Koong
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig
2025-07-14iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocksJoanne Koong
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig
2025-07-14iomap: header dietChristoph Hellwig
2025-07-11iomap: avoid unnecessary ifs_set_range_uptodate() with locksJinliang Zheng
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)
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-15iomap: trace: Add missing flags to [IOMAP_|IOMAP_F_]FLAGS_STRINGSRitesh Harjani (IBM)
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-24Merge tag 'vfs-6.15-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-20iomap: rework IOMAP atomic flagsJohn Garry
2025-03-20iomap: comment on atomic write checks in iomap_dio_bio_iter()John Garry
2025-03-20iomap: inline iomap_dio_bio_opflags()John Garry
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-06iomap: Lift blocksize restriction on atomic writesRitesh Harjani (IBM)
2025-03-06iomap: Support SW-based atomic writesJohn Garry
2025-03-06iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HWJohn Garry
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: remove unnecessary advance from iomap_iter()Brian Foster
2025-02-26iomap: convert misc simple ops to incremental advanceBrian Foster
2025-02-26iomap: advance the iter on direct I/OBrian Foster
2025-02-26iomap: advance the iter directly on buffered readBrian Foster
2025-02-25iomap: Minor code simplification in iomap_dio_bio_iter()John Garry
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