summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-081-2/+1Star
|\
| * block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1Star
* | xfs: merge adjacent io completions of the same typeDarrick J. Wong2019-04-161-0/+86
* | xfs: implement per-inode writeback completion queuesDarrick J. Wong2019-04-161-11/+38
|/
* Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-4/+5
|\
| * Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-151-0/+2
| |\
| * | block: enable multipage bvecsMing Lei2019-02-151-2/+2
| * | block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-2/+3
* | | xfs: introduce an always_cow modeChristoph Hellwig2019-02-211-1/+1
* | | xfs: also truncate holes covered by COW blocksChristoph Hellwig2019-02-211-15/+16
* | | xfs: retry COW fork delalloc conversion when no extent was foundChristoph Hellwig2019-02-171-2/+16
* | | xfs: remove the truncate short cut in xfs_map_blocksChristoph Hellwig2019-02-171-20/+0Star
* | | xfs: move xfs_iomap_write_allocate to xfs_aops.cChristoph Hellwig2019-02-171-6/+45
* | | xfs: remove the s_maxbytes checks in xfs_map_blocksChristoph Hellwig2019-02-171-6/+2Star
* | | xfs: remove the io_type field from the writeback context and ioendChristoph Hellwig2019-02-171-51/+42Star
* | | xfs: remove superfluous writeback mapping eof trimmingBrian Foster2019-02-121-15/+0Star
* | | xfs: validate writeback mapping using data fork seq counterBrian Foster2019-02-121-13/+47
| |/ |/|
* | xfs: eof trim writeback mapping as soon as it is cachedBrian Foster2019-02-031-0/+2
|/
* xfs: remove XFS_IO_INVALIDChristoph Hellwig2018-10-181-2/+2
* 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-121-0/+1
* xfs: add support for sub-pagesize writeback without buffer_headsChristoph Hellwig2018-07-121-434/+58Star
* xfs: allow writeback on pages without buffer headsChristoph Hellwig2018-07-121-14/+37
* xfs: refactor the tail of xfs_writepage_mapChristoph Hellwig2018-07-121-33/+32Star
* xfs: remove xfs_start_page_writebackChristoph Hellwig2018-07-121-26/+20Star
* xfs: move all writeback buffer_head manipulation into xfs_map_at_offsetChristoph Hellwig2018-07-121-17/+5Star
* xfs: don't look at buffer heads in xfs_add_to_ioendChristoph Hellwig2018-07-121-36/+32Star
* xfs: remove the imap_valid flagChristoph Hellwig2018-07-121-51/+38Star
* xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directlyChristoph Hellwig2018-07-121-14/+5Star
* xfs: remove xfs_reflink_find_cow_mappingChristoph Hellwig2018-07-121-6/+13
* xfs: make xfs_writepage_map extent map centricDave Chinner2018-07-121-52/+36Star
* xfs: rename the offset variable in xfs_writepage_mapChristoph Hellwig2018-07-121-10/+10
* xfs: remove xfs_map_cowChristoph Hellwig2018-07-121-98/+97Star
* xfs: remove xfs_reflink_trim_irec_to_next_cowChristoph Hellwig2018-07-121-7/+0Star
* xfs: don't use XFS_BMAPI_IGSTATE in xfs_map_blocksChristoph Hellwig2018-07-121-4/+1Star
* xfs: don't clear imap_valid for a non-uptodate buffersChristoph Hellwig2018-07-121-7/+2Star
* xfs: do not set the page uptodate in xfs_writepage_mapChristoph Hellwig2018-07-121-6/+0Star
* xfs: move locking into xfs_bmap_punch_delalloc_rangeChristoph Hellwig2018-07-121-2/+0Star
* xfs: simplify xfs_aops_discard_pageChristoph Hellwig2018-07-121-76/+9Star
* xfs: use iomap for blocksize == PAGE_SIZE readpage and readpagesChristoph Hellwig2018-07-121-0/+4
* Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-131-13/+12Star
|\
| * xfs: xfs_reflink_convert_cow() memory allocation deadlockDave Chinner2018-06-081-0/+11
| * xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* | 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-021-6/+3Star
| * iomap: add a swapfile activation functionDarrick J. Wong2018-05-161-0/+12
* | xfs: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-1/+1
|/
* export __set_page_dirtyMatthew Wilcox2018-04-111-13/+2Star