summaryrefslogtreecommitdiff
path: root/fs/iomap
AgeCommit message (Expand)Author
2023-07-17iomap: micro optimize the ki_pos assignment in iomap_file_buffered_writeChristoph Hellwig
2023-07-17iomap: fix a regression for partial write errorsChristoph Hellwig
2023-07-02Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-06-29fs: iomap: Change the type of blocksize from 'int' to 'unsigned int' in iomap...Lu Hongfei
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-09iomap: use kiocb_write_and_wait and kiocb_invalidate_pagesChristoph Hellwig
2023-06-09iomap: update ki_pos in iomap_file_buffered_writeChristoph Hellwig
2023-06-09filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig
2023-06-09iomap: update ki_pos a little later in iomap_dio_completeChristoph Hellwig
2023-06-01fs: iomap: use bio_add_folio_nofail where possibleJohannes Thumshirn
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig
2023-05-24iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroingDavid Howells
2023-04-29Merge tag 'iomap-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-21iomap: Add DIO tracepointsRitesh Harjani (IBM)
2023-04-21iomap: Remove IOMAP_DIO_NOSYNC unused dio flagRitesh Harjani (IBM)
2023-04-06fs: Add FGP_WRITEBEGINMatthew Wilcox
2023-04-05mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-02-15iomap: remove IOMAP_F_ZONE_APPENDChristoph Hellwig
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)
2023-01-18iomap: Rename page_ops to folio_opsAndreas Gruenbacher
2023-01-18iomap: Rename page_prepare handler to get_folioAndreas Gruenbacher
2023-01-18iomap: Add __iomap_get_folio helperAndreas Gruenbacher
2023-01-18iomap/gfs2: Get page in page_prepare handlerAndreas Gruenbacher
2023-01-18iomap: Add iomap_get_folio helperAndreas Gruenbacher
2023-01-18iomap: Rename page_done handler to put_folioAndreas Gruenbacher
2023-01-18iomap/gfs2: Unlock and put folio in page_done handlerAndreas Gruenbacher
2023-01-18iomap: Add __iomap_put_folio helperAndreas Gruenbacher
2022-12-14Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-11-29iomap: write iomap validity checksDave Chinner
2022-11-29iomap: buffered write failure should not truncate the page cacheDave Chinner
2022-11-23xfs,iomap: move delalloc punching to iomapDave Chinner
2022-11-14iomap: directly use logical block sizeKeith Busch
2022-10-02iomap: add a tracepoint for mappings returned by map_blocksDarrick J. Wong
2022-10-02iomap: iomap: fix memory corruption when recording errors during writebackDarrick J. Wong
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro
2022-08-03Merge tag 'iomap-5.20-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-07-24iomap: Return -EAGAIN from iomap_write_iter()Stefan Roesch
2022-07-24iomap: Add async buffered write supportStefan Roesch
2022-07-24iomap: Add flags parameter to iomap_page_create()Stefan Roesch
2022-07-22iomap: remove iomap_writepageChristoph Hellwig
2022-07-14fs/iomap: Use the new blk_opf_t typeBart Van Assche
2022-06-30iomap: set did_zero to true when zeroing successfullyKaixu Xia