aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-21fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)1-1/+1
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)1-8/+5
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig1-1/+1
2020-03-02xfs: ratelimit xfs_discard_page messagesChristoph Hellwig1-1/+1
2020-01-03dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal1-1/+1
2019-10-28xfs: add a xfs_inode_buftarg helperChristoph Hellwig1-29/+5
2019-10-21xfs: split out a new set of read-only iomap opsChristoph Hellwig1-4/+5
2019-10-21iomap: lift the xfs writeback code to iomapChristoph Hellwig1-581/+58
2019-10-21iomap: lift common tracing code from xfs to iomapChristoph Hellwig1-24/+3
2019-10-21xfs: remove the fork fields in the writepage_ctx and ioendChristoph Hellwig1-26/+45
2019-10-21xfs: turn io_append_trans into an io_private void pointerChristoph Hellwig1-13/+13
2019-10-21xfs: refactor the ioend merging codeChristoph Hellwig1-31/+42
2019-10-21xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig1-44/+38
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2019-07-12Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-56/+65
2019-07-01block: fix .bi_size overflowMing Lei1-1/+1
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig1-13/+22
2019-06-30xfs: simplify xfs_ioend_can_mergeChristoph Hellwig1-12/+2
2019-06-30xfs: allow merging ioends over append boundariesChristoph Hellwig1-7/+21
2019-06-30xfs: fix a comment typo in xfs_submit_ioendChristoph Hellwig1-1/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-5/+0
2019-06-28xfs: implement cgroup aware writebackChristoph Hellwig1-1/+3
2019-06-28xfs: simplify xfs_chain_bioChristoph Hellwig1-18/+17
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig1-3/+8
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-2/+1
2019-04-16xfs: merge adjacent io completions of the same typeDarrick J. Wong1-0/+86
2019-04-16xfs: implement per-inode writeback completion queuesDarrick J. Wong1-11/+38
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+5
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig1-1/+1
2019-02-21xfs: also truncate holes covered by COW blocksChristoph Hellwig1-15/+16
2019-02-17xfs: retry COW fork delalloc conversion when no extent was foundChristoph Hellwig1-2/+16
2019-02-17xfs: remove the truncate short cut in xfs_map_blocksChristoph Hellwig1-20/+0
2019-02-17xfs: move xfs_iomap_write_allocate to xfs_aops.cChristoph Hellwig1-6/+45
2019-02-17xfs: remove the s_maxbytes checks in xfs_map_blocksChristoph Hellwig1-6/+2
2019-02-17xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig1-51/+42
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe1-0/+2
2019-02-15block: enable multipage bvecsMing Lei1-2/+2
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-2/+3
2019-02-11xfs: remove superfluous writeback mapping eof trimmingBrian Foster1-15/+0
2019-02-11xfs: validate writeback mapping using data fork seq counterBrian Foster1-13/+47
2019-02-03xfs: eof trim writeback mapping as soon as it is cachedBrian Foster1-0/+2
2018-10-18xfs: remove XFS_IO_INVALIDChristoph Hellwig1-2/+2
2018-08-07xfs: use WRITE_ONCE to update if_seqChristoph Hellwig1-2/+2
2018-07-31xfs: avoid COW fork extent lookups in writeback if the fork didn't changeChristoph Hellwig1-5/+33
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig1-2/+2
2018-07-11xfs: update my copyrights for the writeback and iomap codeChristoph Hellwig1-0/+1
2018-07-11xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig1-434/+58
2018-07-11xfs: allow writeback on pages without buffer headsChristoph Hellwig1-14/+37