summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-11xfs: convert COW blocks to real blocks before unwritten extent conversionChristoph Hellwig
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro
2016-10-10xfs: rework refcount cow recovery error handlingDarrick J. Wong
2016-10-10xfs: clear reflink flag if setting realtime flagDarrick J. Wong
2016-10-10xfs: fix error initializationDarrick J. Wong
2016-10-10xfs: fix label inaccuraciesDarrick J. Wong
2016-10-10xfs: remove isize check from unshare operationDarrick J. Wong
2016-10-10xfs: reduce stack usage of _reflink_clear_inode_flagDarrick J. Wong
2016-10-10xfs: check inode reflink flag before calling reflink functionsDarrick J. Wong
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-05xfs: implement swapext for rmap filesystemsDarrick J. Wong
2016-10-05xfs: refactor swapext codeDarrick J. Wong
2016-10-05xfs: various swapext cleanupsDarrick J. Wong
2016-10-05xfs: recognize the reflink feature bitDarrick J. Wong
2016-10-05xfs: simulate per-AG reservations being critically lowDarrick J. Wong
2016-10-05xfs: don't mix reflink and DAX mode for nowDarrick J. Wong
2016-10-05xfs: check for invalid inode reflink flagsDarrick J. Wong
2016-10-05xfs: set a default CoW extent size of 32 blocksDarrick J. Wong
2016-10-05xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong
2016-10-05xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong
2016-10-05xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong
2016-10-05xfs: increase log reservations for reflinkDarrick J. Wong
2016-10-05xfs: garbage collect old cowextsz reservationsDarrick J. Wong
2016-10-05xfs: try other AGs to allocate a BMBT blockDarrick J. Wong
2016-10-05xfs: don't allow reflink when the AG is low on spaceDarrick J. Wong
2016-10-05xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong
2016-10-05xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong
2016-10-05xfs: unshare a range of blocks via fallocateDarrick J. Wong
2016-10-05xfs: swap inode reflink flags when swapping inode extentsDarrick J. Wong
2016-10-05xfs: teach get_bmapx about shared extents and the CoW forkDarrick J. Wong
2016-10-05xfs: add dedupe range vfs functionDarrick J. Wong
2016-10-05xfs: add clone file and clone range vfs functionsDarrick J. Wong
2016-10-05xfs: reflink extents from one file to anotherDarrick J. Wong
2016-10-05xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong
2016-10-05xfs: cancel pending CoW reservations when destroying inodesDarrick J. Wong
2016-10-05xfs: cancel CoW reservations and clear inode reflink flag when freeing blocksDarrick J. Wong
2016-10-05xfs: implement CoW for directio writesDarrick J. Wong
2016-10-05xfs: report shared extent mappings to userspace correctlyDarrick J. Wong
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-10-05xfs: move mappings from cow fork to data fork after copy-writeDarrick J. Wong