summaryrefslogtreecommitdiff
path: root/fs/iomap
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iomap-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-04-293-2/+86
|\
| * iomap: Add DIO tracepointsRitesh Harjani (IBM)2023-04-213-1/+85
| * iomap: Remove IOMAP_DIO_NOSYNC unused dio flagRitesh Harjani (IBM)2023-04-211-1/+1
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-9/+2
|\ \
| * | mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-9/+2
| |/
* | fs: Add FGP_WRITEBEGINMatthew Wilcox2023-04-061-1/+1
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-3/+2
|\
| * fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)2023-02-021-3/+2
* | Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-02-221-31/+60
|\ \
| * | iomap: Rename page_ops to folio_opsAndreas Gruenbacher2023-01-181-10/+10
| * | iomap: Rename page_prepare handler to get_folioAndreas Gruenbacher2023-01-181-2/+2
| * | iomap: Add __iomap_get_folio helperAndreas Gruenbacher2023-01-181-4/+12
| * | iomap/gfs2: Get page in page_prepare handlerAndreas Gruenbacher2023-01-181-11/+6
| * | iomap: Add iomap_get_folio helperAndreas Gruenbacher2023-01-181-9/+30
| * | iomap: Rename page_done handler to put_folioAndreas Gruenbacher2023-01-181-2/+2
| * | iomap/gfs2: Unlock and put folio in page_done handlerAndreas Gruenbacher2023-01-181-4/+4
| * | iomap: Add __iomap_put_folio helperAndreas Gruenbacher2023-01-181-12/+17
| |/
* | iomap: remove IOMAP_F_ZONE_APPENDChristoph Hellwig2023-02-151-8/+2
|/
* Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-12-142-2/+271
|\
| * iomap: write iomap validity checksDave Chinner2022-11-292-2/+46
| * iomap: buffered write failure should not truncate the page cacheDave Chinner2022-11-291-15/+180
| * xfs,iomap: move delalloc punching to iomapDave Chinner2022-11-231-0/+60
* | iomap: directly use logical block sizeKeith Busch2022-11-141-2/+1
|/
* iomap: add a tracepoint for mappings returned by map_blocksDarrick J. Wong2022-10-022-0/+2
* iomap: iomap: fix memory corruption when recording errors during writebackDarrick J. Wong2022-10-021-1/+1
* Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-111-15/+0
|\
| * iomap: remove iomap_writepageChristoph Hellwig2022-07-221-15/+0
* | new iov_iter flavour - ITER_UBUFAl Viro2022-08-081-1/+1
* | Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-031-7/+8
|\ \ | |/
| * iomap: set did_zero to true when zeroing successfullyKaixu Xia2022-06-301-2/+2
| * iomap: skip pages past eof in iomap_do_writepage()Chris Mason2022-06-301-5/+6
* | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-9/+10
|\ \
| * | iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro2022-06-101-2/+1
| * | teach iomap_dio_rw() to suppress dsyncAl Viro2022-06-101-9/+11
| |/
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-28/+0
|\ \
| * | mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-25/+0
| * | iomap: Remove test for folio errorMatthew Wilcox (Oracle)2022-06-291-3/+0
| |/
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-6/+6
|\ \
| * | fs/iomap: Use the new blk_opf_t typeBart Van Assche2022-07-141-4/+4
| * | iomap: add support for dma aligned direct-ioKeith Busch2022-06-271-2/+2
| |/
* | iomap: Return -EAGAIN from iomap_write_iter()Stefan Roesch2022-07-241-0/+4
* | iomap: Add async buffered write supportStefan Roesch2022-07-241-5/+28
* | iomap: Add flags parameter to iomap_page_create()Stefan Roesch2022-07-241-10/+20
|/
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-242-22/+18
|\
| * iomap: Convert to release_folioMatthew Wilcox (Oracle)2022-05-092-13/+11
| * fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle)2022-05-091-1/+1
| * fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)2022-05-091-1/+1
| * fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)2022-05-091-7/+5
* | Merge tag 'iomap-5.19-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-05-241-3/+3
|\ \
| * | iomap: don't invalidate folios after writeback errorsDarrick J. Wong2022-05-161-1/+0