summaryrefslogtreecommitdiffstats
path: root/include/linux/iomap.h
Commit message (Expand)AuthorAgeFilesLines
* iomap: fix zero padding data issue in concurrent append writesLong Li2024-12-111-1/+1
* Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-11-211-0/+4
|\
| * iomap: add a merge boundary flagChristoph Hellwig2024-11-051-0/+4
* | Merge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-181-0/+1
|\ \ | |/ |/|
| * fs: iomap: Atomic write supportJohn Garry2024-11-041-0/+1
* | Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2024-11-011-0/+19
|\ \
| * | iomap: turn iomap_want_unshare_iter into an inline functionChristoph Hellwig2024-10-211-1/+19
| * | iomap: share iomap_unshare_iter predicate code with fsdaxDarrick J. Wong2024-10-071-0/+1
| |/
* | iomap: remove iomap_file_buffered_write_punch_delallocChristoph Hellwig2024-10-151-3/+3
* | iomap: factor out a iomap_last_written_block helperChristoph Hellwig2024-10-151-0/+14
|/
* iomap: remove the iomap_file_buffered_write_punch_delalloc return valueChristoph Hellwig2024-09-101-2/+2
* iomap: pass the iomap to the punch callbackChristoph Hellwig2024-09-101-1/+2
* iomap: pass flags to iomap_file_buffered_write_punch_delallocChristoph Hellwig2024-09-101-4/+6
* iomap: add a private argument for iomap_file_buffered_writeJosef Bacik2024-09-031-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-0/+7
* iomap: don't chain biosChristoph Hellwig2024-02-011-2/+6
* iomap: move the io_folios field out of struct iomap_ioendChristoph Hellwig2024-02-011-1/+1
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-0/+4
|\
| * fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-0/+4
* | iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)2023-07-251-0/+1
* | iomap: Create large folios in the buffered write pathMatthew Wilcox (Oracle)2023-07-241-1/+1
|/
* iomap: Remove IOMAP_DIO_NOSYNC unused dio flagRitesh Harjani (IBM)2023-04-211-6/+0
* Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-02-221-12/+15
|\
| * iomap: Rename page_ops to folio_opsAndreas Gruenbacher2023-01-181-4/+4
| * iomap: Rename page_prepare handler to get_folioAndreas Gruenbacher2023-01-181-3/+3
| * iomap/gfs2: Get page in page_prepare handlerAndreas Gruenbacher2023-01-181-4/+5
| * iomap: Add iomap_get_folio helperAndreas Gruenbacher2023-01-181-0/+1
| * iomap: Rename page_done handler to put_folioAndreas Gruenbacher2023-01-181-6/+6
| * iomap/gfs2: Unlock and put folio in page_done handlerAndreas Gruenbacher2023-01-181-3/+4
* | iomap: remove IOMAP_F_ZONE_APPENDChristoph Hellwig2023-02-151-2/+1
|/
* iomap: write iomap validity checksDave Chinner2022-11-291-8/+35
* xfs,iomap: move delalloc punching to iomapDave Chinner2022-11-231-0/+4
* Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-111-3/+0
|\
| * iomap: remove iomap_writepageChristoph Hellwig2022-07-221-3/+0
* | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-0/+6
|\ \
| * | teach iomap_dio_rw() to suppress dsyncAl Viro2022-06-101-0/+6
| |/
* / mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-6/+0
|/
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-2/+2
|\
| * iomap: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
* | iomap: add per-iomap_iter private dataChristoph Hellwig2022-05-161-2/+3
* | iomap: allow the file system to provide a bio_set for direct I/OChristoph Hellwig2022-05-161-0/+11
|/
* iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-2/+0
* fs: Convert is_partially_uptodate to foliosMatthew Wilcox (Oracle)2022-03-141-2/+1
* xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner2022-01-261-0/+2
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-121-0/+5
|\
| * iomap: add a IOMAP_DAX flagChristoph Hellwig2021-12-041-0/+5
* | iomap,xfs: Convert ->discard_page to ->discard_folioMatthew Wilcox (Oracle)2021-12-181-1/+1
* | iomap: Add iomap_invalidate_folioMatthew Wilcox (Oracle)2021-12-161-0/+1
|/