Age | Commit message (Expand) | Author | Files | Lines |
2018-10-18 | xfs: remove the unused trimmed argument from xfs_reflink_trim_around_shared | Christoph Hellwig | 1 | -1/+1 |
2018-10-18 | xfs: remove the unused shared argument to xfs_reflink_reserve_cow | Christoph Hellwig | 1 | -1/+1 |
2018-07-12 | xfs: remove xfs_reflink_find_cow_mapping | Christoph Hellwig | 1 | -2/+0 |
2018-07-12 | xfs: remove xfs_reflink_trim_irec_to_next_cow | Christoph Hellwig | 1 | -2/+0 |
2018-06-07 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -15/+1 |
2017-06-20 | xfs: separate function to check if inode shares extents | Darrick J. Wong | 1 | -0/+2 |
2017-06-20 | xfs: reflink find shared should take a transaction | Darrick J. Wong | 1 | -3/+3 |
2017-03-08 | xfs: only reclaim unwritten COW extents periodically | Christoph Hellwig | 1 | -2/+2 |
2017-02-07 | xfs: allocate direct I/O COW blocks in iomap_begin | Christoph Hellwig | 1 | -2/+2 |
2017-02-03 | xfs: mark speculative prealloc CoW fork extents unwritten | Darrick J. Wong | 1 | -0/+2 |
2016-11-24 | xfs: use new extent lookup helpers in xfs_reflink_trim_irec_to_next_cow | Christoph Hellwig | 1 | -1/+1 |
2016-11-24 | xfs: cleanup xfs_reflink_find_cow_mapping | Christoph Hellwig | 1 | -1/+1 |
2016-11-08 | xfs: don't skip cow forks w/ delalloc blocks in cowblocks scan | Brian Foster | 1 | -2/+0 |
2016-10-20 | xfs: optimize writes to reflink files | Christoph Hellwig | 1 | -2/+2 |
2016-10-20 | xfs: merge xfs_reflink_remap_range and xfs_file_share_range | Christoph Hellwig | 1 | -5/+2 |
2016-10-06 | xfs: garbage collect old cowextsz reservations | Darrick J. Wong | 1 | -0/+2 |
2016-10-06 | xfs: unshare a range of blocks via fallocate | Darrick J. Wong | 1 | -0/+4 |
2016-10-06 | xfs: add dedupe range vfs function | Darrick J. Wong | 1 | -1/+4 |
2016-10-06 | xfs: reflink extents from one file to another | Darrick J. Wong | 1 | -0/+2 |
2016-10-06 | xfs: store in-progress CoW allocations in the refcount btree | Darrick J. Wong | 1 | -0/+1 |
2016-10-06 | xfs: implement CoW for directio writes | Darrick J. Wong | 1 | -0/+2 |
2016-10-05 | xfs: move mappings from cow fork to data fork after copy-write | Darrick J. Wong | 1 | -0/+8 |
2016-10-05 | xfs: allocate delayed extents in CoW fork | Darrick J. Wong | 1 | -0/+4 |
2016-10-05 | xfs: create delalloc extents in CoW fork | Darrick J. Wong | 1 | -0/+9 |
2016-10-05 | xfs: introduce the CoW fork | Darrick J. Wong | 1 | -0/+23 |