aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_aops.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-5/+5
2022-05-16iomap: don't invalidate folios after writeback errorsGravatar Darrick J. Wong 1-3/+1
2022-05-09iomap: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-09fs: Convert iomap_readpage to iomap_read_folioGravatar Matthew Wilcox (Oracle) 1-4/+4
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15fs: Remove noop_invalidatepage()Gravatar Matthew Wilcox (Oracle) 1-1/+0
2022-03-15iomap: Remove iomap_invalidatepage()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-01-26xfs, iomap: limit individual ioend chain lengths in writebackGravatar Dave Chinner 1-1/+15
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2021-12-18iomap,xfs: Convert ->discard_page to ->discard_folioGravatar Matthew Wilcox (Oracle) 1-12/+12
2021-12-04xfs: pass the mapping flags to xfs_bmbt_to_iomapGravatar Christoph Hellwig 1-1/+1
2021-10-22xfs: punch out data fork delalloc blocks on COW writeback failureGravatar Brian Foster 1-3/+12
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownGravatar Dave Chinner 1-4/+4
2021-08-18xfs: drop ->writepage completelyGravatar Dave Chinner 1-17/+0
2021-06-29fs: remove noop_set_page_dirty()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2021-06-29iomap: use __set_page_dirty_nobuffersGravatar Matthew Wilcox (Oracle) 1-1/+1
2021-05-04iomap: remove unused private field from ioendGravatar Brian Foster 1-1/+1
2021-04-15xfs: remove XFS_IFEXTENTSGravatar Christoph Hellwig 1-2/+1
2021-04-09xfs: drop unnecessary setfilesize helperGravatar Brian Foster 1-20/+9
2021-04-09xfs: drop unused ioend private merge and setfilesize codeGravatar Brian Foster 1-45/+1
2021-04-09xfs: open code ioend needs workqueue helperGravatar Brian Foster 1-8/+3
2021-04-09xfs: drop submit side trans alloc for append ioendsGravatar Brian Foster 1-42/+3
2021-04-07xfs: move the di_size field to struct xfs_inodeGravatar Christoph Hellwig 1-2/+2
2021-03-25xfs: Fix a typoGravatar Bhaskar Chowdhury 1-1/+1
2021-02-25xfs: use current->journal_info for detecting transaction recursionGravatar Dave Chinner 1-2/+15
2020-11-04xfs: fix missing CoW blocks writeback conversion retryGravatar Darrick J. Wong 1-2/+4
2020-11-04iomap: support partial page discard on writeback block mapping failureGravatar Brian Foster 1-6/+8
2020-09-21fs: Introduce i_blocks_per_pageGravatar Matthew Wilcox (Oracle) 1-1/+1
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+1
2020-06-02iomap: convert from readpages to readaheadGravatar Matthew Wilcox (Oracle) 1-8/+5
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: ratelimit xfs_discard_page messagesGravatar Christoph Hellwig 1-1/+1
2020-01-03dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Gravatar Vivek Goyal 1-1/+1
2019-10-28xfs: add a xfs_inode_buftarg helperGravatar Christoph Hellwig 1-29/+5
2019-10-21xfs: split out a new set of read-only iomap opsGravatar Christoph Hellwig 1-4/+5
2019-10-21iomap: lift the xfs writeback code to iomapGravatar Christoph Hellwig 1-581/+58
2019-10-21iomap: lift common tracing code from xfs to iomapGravatar Christoph Hellwig 1-24/+3
2019-10-21xfs: remove the fork fields in the writepage_ctx and ioendGravatar Christoph Hellwig 1-26/+45
2019-10-21xfs: turn io_append_trans into an io_private void pointerGravatar Christoph Hellwig 1-13/+13
2019-10-21xfs: refactor the ioend merging codeGravatar Christoph Hellwig 1-31/+42
2019-10-21xfs: use a struct iomap in xfs_writepage_ctxGravatar Christoph Hellwig 1-44/+38
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2019-07-12Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-56/+65
2019-07-01block: fix .bi_size overflowGravatar Ming Lei 1-1/+1
2019-06-30xfs: remove XFS_TRANS_NOFSGravatar Christoph Hellwig 1-13/+22
2019-06-30xfs: simplify xfs_ioend_can_mergeGravatar Christoph Hellwig 1-12/+2
2019-06-30xfs: allow merging ioends over append boundariesGravatar Christoph Hellwig 1-7/+21
2019-06-30xfs: fix a comment typo in xfs_submit_ioendGravatar Christoph Hellwig 1-1/+1
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-5/+0