summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: use WRITE_ONCE to update if_seqChristoph Hellwig2018-08-071-2/+2
* xfs: avoid COW fork extent lookups in writeback if the fork didn't changeChristoph Hellwig2018-07-311-5/+33
* xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig2018-07-301-2/+2
* xfs: update my copyrights for the writeback and iomap codeChristoph Hellwig2018-07-111-0/+1
* xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig2018-07-111-434/+58
* xfs: allow writeback on pages without buffer headsChristoph Hellwig2018-07-111-14/+37
* xfs: refactor the tail of xfs_writepage_mapChristoph Hellwig2018-07-111-33/+32
* xfs: remove xfs_start_page_writebackChristoph Hellwig2018-07-111-26/+20
* xfs: move all writeback buffer_head manipulation into xfs_map_at_offsetChristoph Hellwig2018-07-111-17/+5
* xfs: don't look at buffer heads in xfs_add_to_ioendChristoph Hellwig2018-07-111-36/+32
* xfs: remove the imap_valid flagChristoph Hellwig2018-07-111-51/+38
* xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directlyChristoph Hellwig2018-07-111-14/+5
* xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig2018-07-111-6/+13
* xfs: make xfs_writepage_map extent map centricDave Chinner2018-07-111-52/+36
* xfs: rename the offset variable in xfs_writepage_mapChristoph Hellwig2018-07-111-10/+10
* xfs: remove xfs_map_cowChristoph Hellwig2018-07-111-98/+97
* xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig2018-07-111-7/+0
* xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocksChristoph Hellwig2018-07-111-4/+1
* xfs: don't clear imap_valid for a non-uptodate buffersChristoph Hellwig2018-07-111-7/+2
* xfs: do not set the page uptodate in xfs_writepage_mapChristoph Hellwig2018-07-111-6/+0
* xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-07-111-2/+0
* xfs: simplify xfs_aops_discard_pageChristoph Hellwig2018-07-111-76/+9
* xfs: use iomap for blocksize == PAGE_SIZE readpage and readpagesChristoph Hellwig2018-07-111-0/+4
* Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-121-13/+12
|\
| * xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner2018-06-081-0/+11
| * xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-051-6/+15
|\|
| * xfs: use iomap_bmapChristoph Hellwig2018-06-011-6/+3
| * iomap: add a swapfile activation functionDarrick J. Wong2018-05-151-0/+12
* | xfs: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-1/+1
|/
* export __set_page_dirtyMatthew Wilcox2018-04-111-13/+2
* Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-101-16/+18
|\
| * xfs, dax: introduce xfs_dax_aopsDan Williams2018-03-301-16/+18
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-1/+1
|\ \
| * | vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalentsIngo Molnar2018-03-191-1/+1
| |/
* | xfs: minor cleanup for xfs_get_blocksChristoph Hellwig2018-03-151-7/+6
* | xfs: don't use XFS_BMAPI_ENTRIRE in xfs_get_blocksChristoph Hellwig2018-03-151-2/+2
* | xfs: fix transaction allocation deadlock in IO pathDave Chinner2018-03-111-1/+2
|/
* xfs: skip CoW writes past EOF when writeback races with truncateDarrick J. Wong2018-01-291-0/+13
* xfs: use %px for data pointers when debuggingDarrick J. Wong2018-01-121-1/+1
* xfs: fix s_maxbytes overflow problemsDarrick J. Wong2018-01-021-2/+2
* xfs: remove unused parameter from xfs_writepage_mapDarrick J. Wong2017-11-301-3/+3
* xfs: ubsan fixesDarrick J. Wong2017-11-301-3/+3
* xfs: trim writepage mapping to within eofBrian Foster2017-10-161-0/+13
* xfs: cancel dirty pages on invalidationDave Chinner2017-10-161-12/+22
* xfs: update i_size after unwritten conversion in dio completionEryu Guan2017-09-261-1/+2
* Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-0/+13
|\
| * xfs: perform dax_device lookup at mountDan Williams2017-08-311-0/+13
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+1
|\ \
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
| |/