aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-05xfs: check for invalid inode reflink flagsDarrick J. Wong2-0/+20
2016-10-05xfs: set a default CoW extent size of 32 blocksDarrick J. Wong2-4/+9
2016-10-05xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong2-1/+387
2016-10-05xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong4-2/+530
2016-10-05xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong3-0/+15
2016-10-05xfs: increase log reservations for reflinkDarrick J. Wong2-3/+15
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong15-32/+287
2016-10-05xfs: try other AGs to allocate a BMBT blockDarrick J. Wong2-0/+47
2016-10-05xfs: don't allow reflink when the AG is low on spaceDarrick J. Wong1-0/+35
2016-10-05xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong9-3/+237
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong15-20/+167
2016-10-05xfs: unshare a range of blocks via fallocateDarrick J. Wong3-2/+267
2016-10-05xfs: swap inode reflink flags when swapping inode extentsDarrick J. Wong1-0/+15
2016-10-05xfs: teach get_bmapx about shared extents and the CoW forkDarrick J. Wong2-15/+143
2016-10-05xfs: add dedupe range vfs functionDarrick J. Wong3-6/+174
2016-10-05xfs: add clone file and clone range vfs functionsDarrick J. Wong1-0/+142
2016-10-05xfs: reflink extents from one file to anotherDarrick J. Wong2-0/+430
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong10-11/+551
2016-10-05xfs: cancel pending CoW reservations when destroying inodesDarrick J. Wong1-0/+8
2016-10-05xfs: cancel CoW reservations and clear inode reflink flag when freeing blocksDarrick J. Wong1-0/+13
2016-10-05xfs: implement CoW for directio writesDarrick J. Wong5-13/+209
2016-10-05xfs: report shared extent mappings to userspace correctlyDarrick J. Wong2-1/+22
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro2-41/+1
2016-10-05xfs: move mappings from cow fork to data fork after copy-writeDarrick J. Wong3-2/+272