summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_aops.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner2021-08-191-4/+4
* xfs: drop ->writepage completelyDave Chinner2021-08-181-17/+0
* fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)2021-06-291-1/+1
* iomap: use __set_page_dirty_nobuffersMatthew Wilcox (Oracle)2021-06-291-1/+1
* iomap: remove unused private field from ioendBrian Foster2021-05-041-1/+1
* xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-2/+1
* xfs: drop unnecessary setfilesize helperBrian Foster2021-04-091-20/+9
* xfs: drop unused ioend private merge and setfilesize codeBrian Foster2021-04-091-45/+1
* xfs: open code ioend needs workqueue helperBrian Foster2021-04-091-8/+3
* xfs: drop submit side trans alloc for append ioendsBrian Foster2021-04-091-42/+3
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: Fix a typoBhaskar Chowdhury2021-03-251-1/+1
* xfs: use current->journal_info for detecting transaction recursionDave Chinner2021-02-251-2/+15
* xfs: fix missing CoW blocks writeback conversion retryDarrick J. Wong2020-11-041-2/+4
* iomap: support partial page discard on writeback block mapping failureBrian Foster2020-11-041-6/+8
* fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)2020-09-211-1/+1
* Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-021-1/+1
|\
| * xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* | iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)2020-06-021-8/+5
|/
* xfs: ratelimit xfs_discard_page messagesChristoph Hellwig2020-03-021-1/+1
* dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal2020-01-031-1/+1
* xfs: add a xfs_inode_buftarg helperChristoph Hellwig2019-10-281-29/+5
* xfs: split out a new set of read-only iomap opsChristoph Hellwig2019-10-211-4/+5
* iomap: lift the xfs writeback code to iomapChristoph Hellwig2019-10-211-581/+58
* iomap: lift common tracing code from xfs to iomapChristoph Hellwig2019-10-211-24/+3
* xfs: remove the fork fields in the writepage_ctx and ioendChristoph Hellwig2019-10-211-26/+45
* xfs: turn io_append_trans into an io_private void pointerChristoph Hellwig2019-10-211-13/+13
* xfs: refactor the ioend merging codeChristoph Hellwig2019-10-211-31/+42
* xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig2019-10-211-44/+38
* Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-151-1/+1
|\
* \ Merge tag 'xfs-5.3-merge-12' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-07-121-56/+65
|\ \ | |/ |/|
| * xfs: remove XFS_TRANS_NOFSChristoph Hellwig2019-06-301-13/+22
| * xfs: simplify xfs_ioend_can_mergeChristoph Hellwig2019-06-301-12/+2
| * xfs: allow merging ioends over append boundariesChristoph Hellwig2019-06-301-7/+21
| * xfs: fix a comment typo in xfs_submit_ioendChristoph Hellwig2019-06-301-1/+1
| * xfs: remove unused header filesEric Sandeen2019-06-281-5/+0
| * xfs: implement cgroup aware writebackChristoph Hellwig2019-06-281-1/+3
| * xfs: simplify xfs_chain_bioChristoph Hellwig2019-06-281-18/+17
* | block: fix .bi_size overflowMing Lei2019-07-011-1/+1
* | block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig2019-06-171-3/+8
|/
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-071-2/+1
|\
| * block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1
* | 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