summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c
AgeCommit message (Expand)Author
2019-07-15Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-07-12Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-07-01block: fix .bi_size overflowMing Lei
2019-06-30xfs: remove XFS_TRANS_NOFSChristoph Hellwig
2019-06-30xfs: simplify xfs_ioend_can_mergeChristoph Hellwig
2019-06-30xfs: allow merging ioends over append boundariesChristoph Hellwig
2019-06-30xfs: fix a comment typo in xfs_submit_ioendChristoph Hellwig
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: implement cgroup aware writebackChristoph Hellwig
2019-06-28xfs: simplify xfs_chain_bioChristoph Hellwig
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-16xfs: merge adjacent io completions of the same typeDarrick J. Wong
2019-04-16xfs: implement per-inode writeback completion queuesDarrick J. Wong
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig
2019-02-21xfs: also truncate holes covered by COW blocksChristoph Hellwig
2019-02-17xfs: retry COW fork delalloc conversion when no extent was foundChristoph Hellwig
2019-02-17xfs: remove the truncate short cut in xfs_map_blocksChristoph Hellwig
2019-02-17xfs: move xfs_iomap_write_allocate to xfs_aops.cChristoph Hellwig
2019-02-17xfs: remove the s_maxbytes checks in xfs_map_blocksChristoph Hellwig
2019-02-17xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe
2019-02-15block: enable multipage bvecsMing Lei
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-02-11xfs: remove superfluous writeback mapping eof trimmingBrian Foster
2019-02-11xfs: validate writeback mapping using data fork seq counterBrian Foster
2019-02-03xfs: eof trim writeback mapping as soon as it is cachedBrian Foster
2018-10-18xfs: remove XFS_IO_INVALIDChristoph Hellwig
2018-08-07xfs: use WRITE_ONCE to update if_seqChristoph Hellwig
2018-07-31xfs: avoid COW fork extent lookups in writeback if the fork didn't changeChristoph Hellwig
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig
2018-07-11xfs: update my copyrights for the writeback and iomap codeChristoph Hellwig
2018-07-11xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig
2018-07-11xfs: allow writeback on pages without buffer headsChristoph Hellwig
2018-07-11xfs: refactor the tail of xfs_writepage_mapChristoph Hellwig
2018-07-11xfs: remove xfs_start_page_writebackChristoph Hellwig
2018-07-11xfs: move all writeback buffer_head manipulation into xfs_map_at_offsetChristoph Hellwig
2018-07-11xfs: don't look at buffer heads in xfs_add_to_ioendChristoph Hellwig
2018-07-11xfs: remove the imap_valid flagChristoph Hellwig
2018-07-11xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directlyChristoph Hellwig
2018-07-11xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig
2018-07-11xfs: make xfs_writepage_map extent map centricDave Chinner
2018-07-11xfs: rename the offset variable in xfs_writepage_mapChristoph Hellwig
2018-07-11xfs: remove xfs_map_cowChristoph Hellwig
2018-07-11xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig
2018-07-11xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocksChristoph Hellwig
2018-07-11xfs: don't clear imap_valid for a non-uptodate buffersChristoph Hellwig
2018-07-11xfs: do not set the page uptodate in xfs_writepage_mapChristoph Hellwig