summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig2024-05-031-5/+1
* xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi2024-04-291-40/+14
* xfs: don't use current->journal_infoDave Chinner2024-03-251-7/+0
* iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig2024-02-011-1/+2
* iomap: don't chain biosChristoph Hellwig2024-02-011-3/+3
* fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-1/+1
* Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-301-1/+1
|\
| * fs/xfs: Fix typos in commentsZizhen Pang2023-08-181-1/+1
* | iomap: Add per-block dirty state tracking to improve performanceRitesh Harjani (IBM)2023-07-251-1/+1
|/
* xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2023-06-121-2/+0
* xfs: fix off-by-one-block in xfs_discard_folio()Dave Chinner2023-03-051-7/+14
* xfs: add debug knob to slow down writeback for funDarrick J. Wong2022-11-281-2/+12
* xfs: use iomap_valid method to detect stale cached iomapsDave Chinner2022-11-291-1/+1
* xfs: xfs_bmap_punch_delalloc_range() should take a byte rangeDave Chinner2022-11-291-10/+6
* mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-1/+1
* Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-241-5/+5
|\
| * 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-4/+4
* | iomap: don't invalidate folios after writeback errorsDarrick J. Wong2022-05-161-3/+1
|/
* fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
* fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
* fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-1/+0
* iomap: Remove iomap_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-1/+1
* xfs, iomap: limit individual ioend chain lengths in writebackDave Chinner2022-01-261-1/+15
* Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-121-1/+1
|\
| * xfs: pass the mapping flags to xfs_bmbt_to_iomapChristoph Hellwig2021-12-041-1/+1
* | iomap,xfs: Convert ->discard_page to ->discard_folioMatthew Wilcox (Oracle)2021-12-181-12/+12
|/
* xfs: punch out data fork delalloc blocks on COW writeback failureBrian Foster2021-10-221-3/+12
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-4/+4
* xfs: drop ->writepage completelyDave Chinner2021-08-181-17/+0
* fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)2021-06-291-1/+1
* iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)2021-06-291-1/+1
* iomap: remove unused private field from ioendBrian Foster2021-05-041-1/+1
* xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-2/+1
* xfs: drop unnecessary setfilesize helperBrian Foster2021-04-091-20/+9
* xfs: drop unused ioend private merge and setfilesize codeBrian Foster2021-04-091-45/+1
* xfs: open code ioend needs workqueue helperBrian Foster2021-04-091-8/+3
* xfs: drop submit side trans alloc for append ioendsBrian Foster2021-04-091-42/+3
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: Fix a typoBhaskar Chowdhury2021-03-251-1/+1
* xfs: use current->journal_info for detecting transaction recursionDave Chinner2021-02-251-2/+15
* xfs: fix missing CoW blocks writeback conversion retryDarrick J. Wong2020-11-041-2/+4
* iomap: support partial page discard on writeback block mapping failureBrian Foster2020-11-041-6/+8
* fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)2020-09-211-1/+1
* Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-021-1/+1
|\
| * xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* | iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-8/+5
|/
* xfs: ratelimit xfs_discard_page messagesChristoph Hellwig2020-03-021-1/+1
* dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal2020-01-031-1/+1
* xfs: add a xfs_inode_buftarg helperChristoph Hellwig2019-10-281-29/+5