summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05xfs: move mappings from cow fork to data fork after copy-writeDarrick J. Wong
2016-10-05xfs: support removing extents from CoW forkDarrick J. Wong
2016-10-05xfs: allocate delayed extents in CoW forkDarrick J. Wong
2016-10-05xfs: support allocating delayed extents in CoW forkDarrick J. Wong
2016-10-05xfs: create delalloc extents in CoW forkDarrick J. Wong
2016-10-05xfs: support bmapping delalloc extents in the CoW forkDarrick J. Wong
2016-10-05xfs: introduce the CoW forkDarrick J. Wong
2016-10-05xfs: don't allow reflinked dir/dev/fifo/socket/pipe filesDarrick J. Wong
2016-10-05xfs: add reflink feature flag to geometryDarrick J. Wong
2016-10-05xfs: define tracepoints for reflink activitiesDarrick J. Wong
2016-10-05xfs: return work remaining at the end of a bunmapi operationDarrick J. Wong
2016-10-04xfs: when replaying bmap operations, don't let unlinked inodes get reapedDarrick J. Wong
2016-10-04xfs: implement deferred bmbt map/unmap operationsDarrick J. Wong
2016-10-04xfs: pass bmapi flags through to bmap_del_extentDarrick J. Wong
2016-10-04xfs: map an inode's offset to an exact physical blockDarrick J. Wong
2016-10-04xfs: log bmap intent itemsDarrick J. Wong
2016-10-04xfs: create bmbt update intent log itemsDarrick J. Wong
2016-10-03xfs: introduce reflink utility functionsDarrick J. Wong
2016-10-03xfs: reserve AG space for the refcount btree rootDarrick J. Wong
2016-10-03xfs: add refcount btree block detection to log recoveryDarrick J. Wong
2016-10-03xfs: adjust refcount when unmapping file blocksDarrick J. Wong
2016-10-03xfs: connect refcount adjust functions to upper layersDarrick J. Wong
2016-10-03xfs: adjust refcount of an extent of blocks in refcount btreeDarrick J. Wong
2016-10-03xfs: log refcount intent itemsDarrick J. Wong
2016-10-03xfs: create refcount update intent log itemsDarrick J. Wong
2016-10-03xfs: add refcount btree operationsDarrick J. Wong
2016-10-03xfs: account for the refcount btree in the alloc/free log reservationDarrick J. Wong
2016-10-03xfs: add refcount btree support to growfsDarrick J. Wong
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong
2016-10-03xfs: refcount btree add more reserved blocksDarrick J. Wong
2016-10-03xfs: introduce refcount btree definitionsDarrick J. Wong
2016-10-03xfs: define tracepoints for refcount btree activitiesDarrick J. Wong
2016-10-03xfs: return an error when an inline directory is too smallDarrick J. Wong