aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-24xfs: defer should abort intent items if the trans roll failsDarrick J. Wong1-12/+5
2016-10-24xfs: clear cowblocks tag when cow fork is emptiedBrian Foster1-1/+5
2016-10-24xfs: fix up inode cowblocks tracking tracepointsBrian Foster1-4/+4
2016-10-20xfs: remove xfs_bunmapi_cowChristoph Hellwig2-23/+0
2016-10-20xfs: optimize xfs_reflink_end_cowChristoph Hellwig2-64/+56
2016-10-20xfs: optimize xfs_reflink_cancel_cow_blocksChristoph Hellwig1-28/+23
2016-10-20xfs: refactor xfs_bunmapi_cowChristoph Hellwig3-159/+225
2016-10-20xfs: optimize writes to reflink filesChristoph Hellwig4-105/+100
2016-10-20xfs: don't bother looking at the refcount tree for readsChristoph Hellwig1-5/+8
2016-10-20xfs: handle "raw" delayed extents xfs_reflink_trim_around_sharedChristoph Hellwig1-1/+2
2016-10-20xfs: add xfs_trim_extentDarrick J. Wong2-0/+35
2016-10-20xfs: merge xfs_reflink_remap_range and xfs_file_share_rangeChristoph Hellwig3-174/+143
2016-10-20xfs: remove xfs_file_wait_for_ioChristoph Hellwig1-29/+10
2016-10-20xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_rangeChristoph Hellwig2-36/+41
2016-10-20xfs: fix the same_inode check in xfs_file_share_rangeChristoph Hellwig1-1/+1
2016-10-20xfs: remove the same fs check from xfs_file_share_rangeChristoph Hellwig1-3/+0
2016-10-20libxfs: v3 inodes are only valid on crc-enabled filesystemsRoger Willcocks3-2/+14
2016-10-20libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong1-2/+1
2016-10-20xfs: unset MS_ACTIVE if mount failsDarrick J. Wong1-0/+1
2016-10-20xfs: remove pointless error goto in xfs_bmap_remap_allocEric Sandeen1-3/+0
2016-10-20xfs: don't take the IOLOCK exclusive for direct I/O page invalidationChristoph Hellwig1-68/+30
2016-10-20xfs: add some 'static' annotationsEric Biggers2-3/+3
2016-10-20xfs: Fix uninitialized variable in xfs_reflink_reserve_cow_range()Geert Uytterhoeven1-1/+1
2016-10-20xfs: remove redundant assignment of ifpColin Ian King1-1/+1
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds72-308/+10552
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-6/+6
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-2/+2
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+0
2016-10-11xfs: convert COW blocks to real blocks before unwritten extent conversionChristoph Hellwig1-2/+2
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-44/+70
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro1-1/+1
2016-10-10xfs: rework refcount cow recovery error handlingDarrick J. Wong1-11/+9
2016-10-10xfs: clear reflink flag if setting realtime flagDarrick J. Wong1-2/+2
2016-10-10xfs: fix error initializationDarrick J. Wong1-1/+1
2016-10-10xfs: fix label inaccuraciesDarrick J. Wong1-4/+4
2016-10-10xfs: remove isize check from unshare operationDarrick J. Wong1-12/+6
2016-10-10xfs: reduce stack usage of _reflink_clear_inode_flagDarrick J. Wong1-24/+16
2016-10-10xfs: check inode reflink flag before calling reflink functionsDarrick J. Wong2-7/+9
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro6-44/+70
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-15/+0
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani1-0/+1
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-41/+1
2016-10-05xfs: implement swapext for rmap filesystemsDarrick J. Wong3-3/+173
2016-10-05xfs: refactor swapext codeDarrick J. Wong1-131/+144
2016-10-05xfs: various swapext cleanupsDarrick J. Wong1-16/+16
2016-10-05xfs: recognize the reflink feature bitDarrick J. Wong2-1/+9
2016-10-05xfs: simulate per-AG reservations being critically lowDarrick J. Wong2-2/+6
2016-10-05xfs: don't mix reflink and DAX mode for nowDarrick J. Wong4-0/+13