summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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-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
2016-10-03xfs: add refcount btree support to growfsDarrick J. Wong1-0/+39
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong14-11/+319
2016-10-03xfs: refcount btree add more reserved blocksDarrick J. Wong2-0/+15
2016-10-03xfs: introduce refcount btree definitionsDarrick J. Wong11-10/+93
2016-10-03xfs: define tracepoints for refcount btree activitiesDarrick J. Wong1-0/+301
2016-10-03xfs: return an error when an inline directory is too smallDarrick J. Wong1-1/+2
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner13-98/+248
2016-10-03Merge branch 'iomap-4.9-dax' into for-nextDave Chinner4-80/+53
2016-10-03Merge branch 'xfs-4.9-delalloc-rework' into for-nextDave Chinner6-350/+242
2016-10-03Merge branch 'xfs-4.9-reflink-prep' into for-nextDave Chinner20-116/+719
2016-10-03xfs: update atime before I/O in xfs_file_dio_aio_readChristoph Hellwig1-1/+2