aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_aops.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-03xfs: eof trim writeback mapping as soon as it is cachedGravatar Brian Foster 1-0/+2
2018-10-18xfs: remove XFS_IO_INVALIDGravatar Christoph Hellwig 1-2/+2
2018-08-07xfs: use WRITE_ONCE to update if_seqGravatar Christoph Hellwig 1-2/+2
2018-07-31xfs: avoid COW fork extent lookups in writeback if the fork didn't changeGravatar Christoph Hellwig 1-5/+33
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperGravatar Christoph Hellwig 1-2/+2
2018-07-11xfs: update my copyrights for the writeback and iomap codeGravatar Christoph Hellwig 1-0/+1
2018-07-11xfs: add support for sub-pagesize writeback without buffer_headsGravatar Christoph Hellwig 1-434/+58
2018-07-11xfs: allow writeback on pages without buffer headsGravatar Christoph Hellwig 1-14/+37
2018-07-11xfs: refactor the tail of xfs_writepage_mapGravatar Christoph Hellwig 1-33/+32
2018-07-11xfs: remove xfs_start_page_writebackGravatar Christoph Hellwig 1-26/+20
2018-07-11xfs: move all writeback buffer_head manipulation into xfs_map_at_offsetGravatar Christoph Hellwig 1-17/+5
2018-07-11xfs: don't look at buffer heads in xfs_add_to_ioendGravatar Christoph Hellwig 1-36/+32
2018-07-11xfs: remove the imap_valid flagGravatar Christoph Hellwig 1-51/+38
2018-07-11xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directlyGravatar Christoph Hellwig 1-14/+5
2018-07-11xfs: remove xfs_reflink_find_cow_mappingGravatar Christoph Hellwig 1-6/+13
2018-07-11xfs: make xfs_writepage_map extent map centricGravatar Dave Chinner 1-52/+36
2018-07-11xfs: rename the offset variable in xfs_writepage_mapGravatar Christoph Hellwig 1-10/+10
2018-07-11xfs: remove xfs_map_cowGravatar Christoph Hellwig 1-98/+97
2018-07-11xfs: remove xfs_reflink_trim_irec_to_next_cowGravatar Christoph Hellwig 1-7/+0
2018-07-11xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocksGravatar Christoph Hellwig 1-4/+1
2018-07-11xfs: don't clear imap_valid for a non-uptodate buffersGravatar Christoph Hellwig 1-7/+2
2018-07-11xfs: do not set the page uptodate in xfs_writepage_mapGravatar Christoph Hellwig 1-6/+0
2018-07-11xfs: move locking into xfs_bmap_punch_delalloc_rangeGravatar Christoph Hellwig 1-2/+0
2018-07-11xfs: simplify xfs_aops_discard_pageGravatar Christoph Hellwig 1-76/+9
2018-07-11xfs: use iomap for blocksize == PAGE_SIZE readpage and readpagesGravatar Christoph Hellwig 1-0/+4
2018-06-12Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-13/+12
2018-06-08xfs: xfs_reflink_convert_cow() memory allocation deadlockGravatar Dave Chinner 1-0/+11
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-6/+15
2018-06-01xfs: use iomap_bmapGravatar Christoph Hellwig 1-6/+3
2018-05-30xfs: convert to bioset_init()/mempool_init()Gravatar Kent Overstreet 1-1/+1
2018-05-15iomap: add a swapfile activation functionGravatar Darrick J. Wong 1-0/+12
2018-04-11export __set_page_dirtyGravatar Matthew Wilcox 1-13/+2
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-16/+18
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2018-03-30xfs, dax: introduce xfs_dax_aopsGravatar Dan Williams 1-16/+18
2018-03-19vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalentsGravatar Ingo Molnar 1-1/+1
2018-03-15xfs: minor cleanup for xfs_get_blocksGravatar Christoph Hellwig 1-7/+6
2018-03-15xfs: don't use XFS_BMAPI_ENTRIRE in xfs_get_blocksGravatar Christoph Hellwig 1-2/+2
2018-03-11xfs: fix transaction allocation deadlock in IO pathGravatar Dave Chinner 1-1/+2
2018-01-29xfs: skip CoW writes past EOF when writeback races with truncateGravatar Darrick J. Wong 1-0/+13
2018-01-12xfs: use %px for data pointers when debuggingGravatar Darrick J. Wong 1-1/+1
2018-01-02xfs: fix s_maxbytes overflow problemsGravatar Darrick J. Wong 1-2/+2
2017-11-30xfs: remove unused parameter from xfs_writepage_mapGravatar Darrick J. Wong 1-3/+3
2017-11-30xfs: ubsan fixesGravatar Darrick J. Wong 1-3/+3
2017-10-16xfs: trim writepage mapping to within eofGravatar Brian Foster 1-0/+13
2017-10-16xfs: cancel dirty pages on invalidationGravatar Dave Chinner 1-12/+22
2017-09-26xfs: update i_size after unwritten conversion in dio completionGravatar Eryu Guan 1-1/+2
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+13
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1