aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-05xfs: support removing extents from CoW forkDarrick J. Wong2-0/+171
2016-10-04xfs: allocate delayed extents in CoW forkDarrick J. Wong4-19/+170
2016-10-04xfs: support allocating delayed extents in CoW forkDarrick J. Wong4-20/+43
2016-10-04xfs: create delalloc extents in CoW forkDarrick J. Wong3-2/+235
2016-10-04xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong4-11/+16
2016-10-04xfs: introduce the CoW forkDarrick J. Wong13-28/+264
2016-10-04xfs: don't allow reflinked dir/dev/fifo/socket/pipe filesDarrick J. Wong1-1/+22
2016-10-04xfs: add reflink feature flag to geometryDarrick J. Wong2-2/+5
2016-10-04xfs: define tracepoints for reflink activitiesDarrick J. Wong1-0/+333
2016-10-04xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong2-6/+34
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong6-0/+29
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong9-3/+393
2016-10-04xfs: pass bmapi flags through to bmap_del_extentDarrick J. Wong2-4/+8
2016-10-04xfs: map an inode's offset to an exact physical blockDarrick J. Wong3-1/+131
2016-10-04xfs: log bmap intent itemsDarrick J. Wong7-0/+358
2016-10-04xfs: create bmbt update intent log itemsDarrick J. Wong5-2/+546
2016-10-03xfs: introduce reflink utility functionsDarrick J. Wong2-0/+106
2016-10-03xfs: reserve AG space for the refcount btree rootDarrick J. Wong1-0/+2
2016-10-03xfs: add refcount btree block detection to log recoveryDarrick J. Wong1-0/+4
2016-10-03xfs: adjust refcount when unmapping file blocksDarrick J. Wong1-3/+11
2016-10-03xfs: connect refcount adjust functions to upper layersDarrick J. Wong9-6/+472
2016-10-03xfs: adjust refcount of an extent of blocks in refcount btreeDarrick J. Wong2-1/+817
2016-10-03xfs: log refcount intent itemsDarrick J. Wong8-0/+375
2016-10-03xfs: create refcount update intent log itemsDarrick J. Wong5-2/+558
2016-10-03xfs: add refcount btree operationsDarrick J. Wong6-2/+430
2016-10-03xfs: account for the refcount btree in the alloc/free log reservationDarrick J. Wong1-1/+4