summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * xfs: pass bmapi flags through to bmap_del_extentDarrick J. Wong2016-10-042-4/+8
| * xfs: map an inode's offset to an exact physical blockDarrick J. Wong2016-10-043-1/+131
| * xfs: log bmap intent itemsDarrick J. Wong2016-10-047-0/+358
| * xfs: create bmbt update intent log itemsDarrick J. Wong2016-10-045-2/+546
| * xfs: introduce reflink utility functionsDarrick J. Wong2016-10-032-0/+106
| * xfs: reserve AG space for the refcount btree rootDarrick J. Wong2016-10-031-0/+2
| * xfs: add refcount btree block detection to log recoveryDarrick J. Wong2016-10-031-0/+4
| * xfs: adjust refcount when unmapping file blocksDarrick J. Wong2016-10-031-3/+11
| * xfs: connect refcount adjust functions to upper layersDarrick J. Wong2016-10-039-6/+472
| * xfs: adjust refcount of an extent of blocks in refcount btreeDarrick J. Wong2016-10-032-1/+817
| * xfs: log refcount intent itemsDarrick J. Wong2016-10-038-0/+375
| * xfs: create refcount update intent log itemsDarrick J. Wong2016-10-035-2/+558
| * xfs: add refcount btree operationsDarrick J. Wong2016-10-036-2/+430
| * xfs: account for the refcount btree in the alloc/free log reservationDarrick J. Wong2016-10-031-1/+4
| * xfs: add refcount btree support to growfsDarrick J. Wong2016-10-031-0/+39
| * xfs: define the on-disk refcount btree formatDarrick J. Wong2016-10-0314-11/+319
| * xfs: refcount btree add more reserved blocksDarrick J. Wong2016-10-032-0/+15
| * xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-0311-10/+93
| * xfs: define tracepoints for refcount btree activitiesDarrick J. Wong2016-10-031-0/+301
| * xfs: return an error when an inline directory is too smallDarrick J. Wong2016-10-031-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-104-6/+6
|\ \
| * \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-2/+2
| |\ \
| | * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-2/+2
| * | | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-274-4/+4
| |/ /