summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2016-10-1372-308/+10552
|\
| * xfs: convert COW blocks to real blocks before unwritten extent conversionChristoph Hellwig2016-10-111-2/+2
| * xfs: rework refcount cow recovery error handlingDarrick J. Wong2016-10-101-11/+9
| * xfs: clear reflink flag if setting realtime flagDarrick J. Wong2016-10-101-2/+2
| * xfs: fix error initializationDarrick J. Wong2016-10-101-1/+1
| * xfs: fix label inaccuraciesDarrick J. Wong2016-10-101-4/+4
| * xfs: remove isize check from unshare operationDarrick J. Wong2016-10-101-12/+6
| * xfs: reduce stack usage of _reflink_clear_inode_flagDarrick J. Wong2016-10-101-24/+16
| * xfs: check inode reflink flag before calling reflink functionsDarrick J. Wong2016-10-102-7/+9
| * xfs: implement swapext for rmap filesystemsDarrick J. Wong2016-10-053-3/+173
| * xfs: refactor swapext codeDarrick J. Wong2016-10-051-131/+144
| * xfs: various swapext cleanupsDarrick J. Wong2016-10-051-16/+16
| * xfs: recognize the reflink feature bitDarrick J. Wong2016-10-052-1/+9
| * xfs: simulate per-AG reservations being critically lowDarrick J. Wong2016-10-052-2/+6
| * xfs: don't mix reflink and DAX mode for nowDarrick J. Wong2016-10-054-0/+13
| * xfs: check for invalid inode reflink flagsDarrick J. Wong2016-10-052-0/+20
| * xfs: set a default CoW extent size of 32 blocksDarrick J. Wong2016-10-052-4/+9
| * xfs: convert unwritten status of reverse mappings for shared filesDarrick J. Wong2016-10-052-1/+387
| * xfs: use interval query for rmap alloc operations on shared filesDarrick J. Wong2016-10-054-2/+530
| * xfs: add shared rmap map/unmap/convert log item typesDarrick J. Wong2016-10-053-0/+15
| * xfs: increase log reservations for reflinkDarrick J. Wong2016-10-052-3/+15
| * xfs: garbage collect old cowextsz reservationsDarrick J. Wong2016-10-0515-32/+287
| * xfs: try other AGs to allocate a BMBT blockDarrick J. Wong2016-10-052-0/+47
| * xfs: don't allow reflink when the AG is low on spaceDarrick J. Wong2016-10-051-0/+35
| * xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong2016-10-059-3/+237
| * xfs: create a separate cow extent size hint for the allocatorDarrick J. Wong2016-10-0515-20/+167
| * xfs: unshare a range of blocks via fallocateDarrick J. Wong2016-10-053-2/+267
| * xfs: swap inode reflink flags when swapping inode extentsDarrick J. Wong2016-10-051-0/+15
| * xfs: teach get_bmapx about shared extents and the CoW forkDarrick J. Wong2016-10-052-15/+143
| * xfs: add dedupe range vfs functionDarrick J. Wong2016-10-053-6/+174
| * xfs: add clone file and clone range vfs functionsDarrick J. Wong2016-10-051-0/+142
| * xfs: reflink extents from one file to anotherDarrick J. Wong2016-10-052-0/+430
| * xfs: store in-progress CoW allocations in the refcount btreeDarrick J. Wong2016-10-0510-11/+551
| * xfs: cancel pending CoW reservations when destroying inodesDarrick J. Wong2016-10-051-0/+8
| * xfs: cancel CoW reservations and clear inode reflink flag when freeing blocksDarrick J. Wong2016-10-051-0/+13
| * xfs: implement CoW for directio writesDarrick J. Wong2016-10-055-13/+209
| * xfs: report shared extent mappings to userspace correctlyDarrick J. Wong2016-10-052-1/+22
| * xfs: move mappings from cow fork to data fork after copy-writeDarrick J. Wong2016-10-053-2/+272
| * xfs: support removing extents from CoW forkDarrick J. Wong2016-10-052-0/+171
| * xfs: allocate delayed extents in CoW forkDarrick J. Wong2016-10-044-19/+170
| * xfs: support allocating delayed extents in CoW forkDarrick J. Wong2016-10-044-20/+43
| * xfs: create delalloc extents in CoW forkDarrick J. Wong2016-10-043-2/+235
| * xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong2016-10-044-11/+16
| * xfs: introduce the CoW forkDarrick J. Wong2016-10-0413-28/+264
| * xfs: don't allow reflinked dir/dev/fifo/socket/pipe filesDarrick J. Wong2016-10-041-1/+22
| * xfs: add reflink feature flag to geometryDarrick J. Wong2016-10-042-2/+5
| * xfs: define tracepoints for reflink activitiesDarrick J. Wong2016-10-041-0/+333
| * xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong2016-10-042-6/+34
| * xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong2016-10-046-0/+29
| * xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong2016-10-049-3/+393
OpenPOWER on IntegriCloud