index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_reflink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-21
xfs: fix reflink quota reservation accounting error
Darrick J. Wong
1
-7
/
+14
2020-05-02
xfs: fix partially uninitialized structure in xfs_reflink_remap_extent
Darrick J. Wong
1
-0
/
+1
2017-10-27
xfs: handle racy AIO in xfs_reflink_end_cow
Christoph Hellwig
1
-1
/
+8
2017-09-20
xfs: check _alloc_read_agf buffer pointer before using
Darrick J. Wong
1
-0
/
+2
2017-09-20
xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write
Darrick J. Wong
1
-1
/
+1
2017-06-07
xfs: reserve enough blocks to handle btree splits when remapping
Darrick J. Wong
1
-2
/
+16
2017-04-08
xfs: only reclaim unwritten COW extents periodically
Christoph Hellwig
1
-7
/
+16
2017-04-08
xfs: fix uninitialized variable in _reflink_convert_cow
Darrick J. Wong
1
-1
/
+1
2017-04-08
xfs: update ctime and mtime on clone destinatation inodes
Christoph Hellwig
1
-3
/
+9
2017-04-08
xfs: mark speculative prealloc CoW fork extents unwritten
Darrick J. Wong
1
-8
/
+108
2017-01-12
xfs: clean up cow fork reservation and tag inodes correctly
Brian Foster
1
-26
/
+3
2017-01-12
xfs: use new extent lookup helpers in __xfs_reflink_reserve_cow
Christoph Hellwig
1
-5
/
+7
2017-01-12
xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
Brian Foster
1
-1
/
+1
2017-01-12
xfs: remove prev argument to xfs_bmapi_reserve_delalloc
Christoph Hellwig
1
-1
/
+1
2017-01-12
xfs: always succeed when deduping zero bytes
Darrick J. Wong
1
-1
/
+7
2017-01-12
xfs: provide helper for counting extents from if_bytes
Eric Sandeen
1
-2
/
+2
2017-01-12
xfs: don't skip cow forks w/ delalloc blocks in cowblocks scan
Brian Foster
1
-34
/
+0
2016-10-24
xfs: clear cowblocks tag when cow fork is emptied
Brian Foster
1
-1
/
+5
2016-10-20
xfs: optimize xfs_reflink_end_cow
Christoph Hellwig
1
-63
/
+56
2016-10-20
xfs: optimize xfs_reflink_cancel_cow_blocks
Christoph Hellwig
1
-28
/
+23
2016-10-20
xfs: refactor xfs_bunmapi_cow
Christoph Hellwig
1
-5
/
+0
2016-10-20
xfs: optimize writes to reflink files
Christoph Hellwig
1
-84
/
+58
2016-10-20
xfs: handle "raw" delayed extents xfs_reflink_trim_around_shared
Christoph Hellwig
1
-1
/
+2
2016-10-20
xfs: merge xfs_reflink_remap_range and xfs_file_share_range
Christoph Hellwig
1
-40
/
+138
2016-10-20
xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_range
Christoph Hellwig
1
-15
/
+0
2016-10-20
xfs: Fix uninitialized variable in xfs_reflink_reserve_cow_range()
Geert Uytterhoeven
1
-1
/
+1
2016-10-10
xfs: fix error initialization
Darrick J. Wong
1
-1
/
+1
2016-10-10
xfs: remove isize check from unshare operation
Darrick J. Wong
1
-12
/
+6
2016-10-10
xfs: reduce stack usage of _reflink_clear_inode_flag
Darrick J. Wong
1
-24
/
+16
2016-10-10
xfs: check inode reflink flag before calling reflink functions
Darrick J. Wong
1
-2
/
+2
2016-10-05
xfs: garbage collect old cowextsz reservations
Darrick J. Wong
1
-0
/
+38
2016-10-05
xfs: don't allow reflink when the AG is low on space
Darrick J. Wong
1
-0
/
+35
2016-10-05
xfs: create a separate cow extent size hint for the allocator
Darrick J. Wong
1
-7
/
+34
2016-10-05
xfs: unshare a range of blocks via fallocate
Darrick J. Wong
1
-0
/
+255
2016-10-05
xfs: add dedupe range vfs function
Darrick J. Wong
1
-1
/
+126
2016-10-05
xfs: reflink extents from one file to another
Darrick J. Wong
1
-0
/
+428
2016-10-05
xfs: store in-progress CoW allocations in the refcount btree
Darrick J. Wong
1
-0
/
+37
2016-10-05
xfs: implement CoW for directio writes
Darrick J. Wong
1
-3
/
+104
2016-10-05
xfs: move mappings from cow fork to data fork after copy-write
Darrick J. Wong
1
-0
/
+242
2016-10-04
xfs: allocate delayed extents in CoW fork
Darrick J. Wong
1
-0
/
+84
2016-10-04
xfs: create delalloc extents in CoW fork
Darrick J. Wong
1
-0
/
+216
2016-10-04
xfs: introduce the CoW fork
Darrick J. Wong
1
-0
/
+114