index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_reflink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-22
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
1
-1
/
+1
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-2
/
+2
2021-06-02
xfs: convert refcount btree cursor to use perags
Dave Chinner
1
-2
/
+2
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
1
-1
/
+1
2021-06-02
xfs: convert raw ag walks to use for_each_perag
Dave Chinner
1
-3
/
+6
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
1
-1
/
+1
2021-04-29
xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_range
Darrick J. Wong
1
-1
/
+2
2021-04-15
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
1
-5
/
+3
2021-04-07
xfs: move the di_flags2 field to struct xfs_inode
Christoph Hellwig
1
-4
/
+4
2021-04-07
xfs: move the di_cowextsize field to struct xfs_inode
Christoph Hellwig
1
-1
/
+1
2021-04-07
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
1
-2
/
+2
2021-02-03
xfs: flush eof/cowblocks if we can't reserve quota for file blocks
Darrick J. Wong
1
-0
/
+5
2021-02-03
xfs: try worst case space reservation upfront in xfs_reflink_remap_extent
Darrick J. Wong
1
-3
/
+20
2021-02-03
xfs: refactor reflink functions to use xfs_trans_alloc_inode
Darrick J. Wong
1
-32
/
+21
2021-02-03
xfs: reserve data and rt quota at the same time
Darrick J. Wong
1
-4
/
+2
2021-02-03
xfs: remove xfs_trans_unreserve_quota_nblks completely
Darrick J. Wong
1
-4
/
+1
2021-02-03
xfs: create convenience wrappers for incore quota block reservations
Darrick J. Wong
1
-3
/
+2
2021-02-03
xfs: clean up quota reservation callsites
Darrick J. Wong
1
-2
/
+2
2021-01-22
xfs: Check for extent overflow when remapping an extent
Chandan Babu R
1
-0
/
+11
2021-01-22
xfs: Check for extent overflow when moving extent from cow to data fork
Chandan Babu R
1
-0
/
+5
2020-11-04
xfs: only flush the unshared range in xfs_reflink_unshare
Darrick J. Wong
1
-1
/
+2
2020-08-05
xfs: delete duplicated words + other fixes
Randy Dunlap
1
-1
/
+1
2020-07-06
xfs: move helpers that lock and unlock two inodes against userspace IO
Darrick J. Wong
1
-95
/
+2
2020-07-06
xfs: refactor locking and unlocking two inodes against userspace IO
Darrick J. Wong
1
-20
/
+32
2020-07-06
xfs: fix xfs_reflink_remap_prep calling conventions
Darrick J. Wong
1
-3
/
+3
2020-07-06
xfs: reflink can skip remap existing mappings
Darrick J. Wong
1
-0
/
+16
2020-07-06
xfs: only reserve quota blocks if we're mapping into a hole
Darrick J. Wong
1
-2
/
+4
2020-07-06
xfs: only reserve quota blocks for bmbt changes if we're changing the data fork
Darrick J. Wong
1
-7
/
+14
2020-07-06
xfs: redesign the reflink remap loop to fix blkres depletion crash
Darrick J. Wong
1
-109
/
+129
2020-07-06
xfs: rename xfs_bmap_is_real_extent to is_written_extent
Darrick J. Wong
1
-3
/
+3
2020-07-06
xfs: fix reflink quota reservation accounting error
Darrick J. Wong
1
-7
/
+14
2020-04-13
xfs: fix partially uninitialized structure in xfs_reflink_remap_extent
Darrick J. Wong
1
-0
/
+1
2020-01-26
xfs: remove unnecessary null pointer checks from _read_agf callers
Darrick J. Wong
1
-2
/
+0
2020-01-20
xfs: change return value of xfs_inode_need_cow to int
zhengbin
1
-3
/
+3
2020-01-14
xfs: introduce XFS_MAX_FILEOFF
Darrick J. Wong
1
-1
/
+2
2019-10-23
xfs: don't set bmapi total block req where minleft is
Brian Foster
1
-2
/
+2
2019-10-21
xfs: split the iomap ops for buffered vs direct writes
Christoph Hellwig
1
-2
/
+3
2019-10-21
xfs: pass two imaps to xfs_reflink_allocate_cow
Christoph Hellwig
1
-15
/
+15
2019-10-21
xfs: remove xfs_reflink_dirty_extents
Christoph Hellwig
1
-98
/
+5
2019-10-21
iomap: ignore non-shared or non-data blocks in xfs_file_dirty
Christoph Hellwig
1
-1
/
+1
2019-08-28
xfs: remove unnecessary int returns from deferred bmap functions
Darrick J. Wong
1
-6
/
+2
2019-08-28
xfs: remove unnecessary int returns from deferred refcount functions
Darrick J. Wong
1
-11
/
+4
2019-08-18
xfs: fix reflink source file racing with directio writes
Darrick J. Wong
1
-26
/
+37
2019-06-30
xfs: remove XFS_TRANS_NOFS
Christoph Hellwig
1
-2
/
+2
2019-06-28
xfs: remove unused header files
Eric Sandeen
1
-11
/
+0
2019-02-25
xfs: fix uninitialized error variables
Darrick J. Wong
1
-1
/
+1
2019-02-25
xfs: don't pass iomap flags to xfs_reflink_allocate_cow
Darrick J. Wong
1
-2
/
+2
2019-02-21
xfs: introduce an always_cow mode
Christoph Hellwig
1
-4
/
+24
2019-02-21
xfs: make COW fork unwritten extent conversions more robust
Christoph Hellwig
1
-23
/
+38
2019-02-21
xfs: merge COW handling into xfs_file_iomap_begin_delay
Christoph Hellwig
1
-67
/
+0
[next]