summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_aops.c
AgeCommit message (Expand)Author
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-18fs/xfs: Fix typos in commentsZizhen Pang
2023-07-25iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)
2023-06-12xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig
2023-03-05xfs: fix off-by-one-block in xfs_discard_folio()Dave Chinner
2022-11-28xfs: add debug knob to slow down writeback for funDarrick J. Wong
2022-11-29xfs: use iomap_valid method to detect stale cached iomapsDave Chinner
2022-11-29xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner
2022-08-02mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-16iomap: don't invalidate folios after writeback errorsDarrick J. Wong
2022-05-09iomap: Convert to release_folioMatthew Wilcox (Oracle)
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)
2022-03-15iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)
2022-01-26xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-18iomap,xfs: Convert ->discard_page to ->discard_folioMatthew Wilcox (Oracle)
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig
2021-10-22xfs: punch out data fork delalloc blocks on COW writeback failureBrian Foster
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner
2021-08-18xfs: drop ->writepage completelyDave Chinner
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)
2021-06-29iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)
2021-05-04iomap: remove unused private field from ioendBrian Foster
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig
2021-04-09xfs: drop unnecessary setfilesize helperBrian Foster
2021-04-09xfs: drop unused ioend private merge and setfilesize codeBrian Foster
2021-04-09xfs: open code ioend needs workqueue helperBrian Foster
2021-04-09xfs: drop submit side trans alloc for append ioendsBrian Foster
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-03-25xfs: Fix a typoBhaskar Chowdhury
2021-02-25xfs: use current->journal_info for detecting transaction recursionDave Chinner
2020-11-04xfs: fix missing CoW blocks writeback conversion retryDarrick J. Wong
2020-11-04iomap: support partial page discard on writeback block mapping failureBrian Foster
2020-09-21fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-03-02xfs: ratelimit xfs_discard_page messagesChristoph Hellwig
2020-01-03dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal
2019-10-28xfs: add a xfs_inode_buftarg helperChristoph Hellwig
2019-10-21xfs: split out a new set of read-only iomap opsChristoph Hellwig
2019-10-21iomap: lift the xfs writeback code to iomapChristoph Hellwig
2019-10-21iomap: lift common tracing code from xfs to iomapChristoph Hellwig
2019-10-21xfs: remove the fork fields in the writepage_ctx and ioendChristoph Hellwig
2019-10-21xfs: turn io_append_trans into an io_private void pointerChristoph Hellwig
2019-10-21xfs: refactor the ioend merging codeChristoph Hellwig