index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_reflink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix xfs_reflink_unshare usage of filemap_write_and_wait_range
Darrick J. Wong
2021-04-29
1
-1
/
+2
*
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
2021-04-15
1
-5
/
+3
*
xfs: move the di_flags2 field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-4
/
+4
*
xfs: move the di_cowextsize field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-1
/
+1
*
xfs: move the di_size field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-2
/
+2
*
xfs: flush eof/cowblocks if we can't reserve quota for file blocks
Darrick J. Wong
2021-02-03
1
-0
/
+5
*
xfs: try worst case space reservation upfront in xfs_reflink_remap_extent
Darrick J. Wong
2021-02-03
1
-3
/
+20
*
xfs: refactor reflink functions to use xfs_trans_alloc_inode
Darrick J. Wong
2021-02-03
1
-32
/
+21
*
xfs: reserve data and rt quota at the same time
Darrick J. Wong
2021-02-03
1
-4
/
+2
*
xfs: remove xfs_trans_unreserve_quota_nblks completely
Darrick J. Wong
2021-02-03
1
-4
/
+1
*
xfs: create convenience wrappers for incore quota block reservations
Darrick J. Wong
2021-02-03
1
-3
/
+2
*
xfs: clean up quota reservation callsites
Darrick J. Wong
2021-02-03
1
-2
/
+2
*
xfs: Check for extent overflow when remapping an extent
Chandan Babu R
2021-01-22
1
-0
/
+11
*
xfs: Check for extent overflow when moving extent from cow to data fork
Chandan Babu R
2021-01-22
1
-0
/
+5
*
xfs: only flush the unshared range in xfs_reflink_unshare
Darrick J. Wong
2020-11-04
1
-1
/
+2
*
xfs: delete duplicated words + other fixes
Randy Dunlap
2020-08-05
1
-1
/
+1
*
xfs: move helpers that lock and unlock two inodes against userspace IO
Darrick J. Wong
2020-07-06
1
-95
/
+2
*
xfs: refactor locking and unlocking two inodes against userspace IO
Darrick J. Wong
2020-07-06
1
-20
/
+32
*
xfs: fix xfs_reflink_remap_prep calling conventions
Darrick J. Wong
2020-07-06
1
-3
/
+3
*
xfs: reflink can skip remap existing mappings
Darrick J. Wong
2020-07-06
1
-0
/
+16
*
xfs: only reserve quota blocks if we're mapping into a hole
Darrick J. Wong
2020-07-06
1
-2
/
+4
*
xfs: only reserve quota blocks for bmbt changes if we're changing the data fork
Darrick J. Wong
2020-07-06
1
-7
/
+14
*
xfs: redesign the reflink remap loop to fix blkres depletion crash
Darrick J. Wong
2020-07-06
1
-109
/
+129
*
xfs: rename xfs_bmap_is_real_extent to is_written_extent
Darrick J. Wong
2020-07-06
1
-3
/
+3
*
xfs: fix reflink quota reservation accounting error
Darrick J. Wong
2020-07-06
1
-7
/
+14
*
xfs: fix partially uninitialized structure in xfs_reflink_remap_extent
Darrick J. Wong
2020-04-13
1
-0
/
+1
*
xfs: remove unnecessary null pointer checks from _read_agf callers
Darrick J. Wong
2020-01-26
1
-2
/
+0
*
xfs: change return value of xfs_inode_need_cow to int
zhengbin
2020-01-20
1
-3
/
+3
*
xfs: introduce XFS_MAX_FILEOFF
Darrick J. Wong
2020-01-14
1
-1
/
+2
*
xfs: don't set bmapi total block req where minleft is
Brian Foster
2019-10-23
1
-2
/
+2
*
xfs: split the iomap ops for buffered vs direct writes
Christoph Hellwig
2019-10-21
1
-2
/
+3
*
xfs: pass two imaps to xfs_reflink_allocate_cow
Christoph Hellwig
2019-10-21
1
-15
/
+15
*
xfs: remove xfs_reflink_dirty_extents
Christoph Hellwig
2019-10-21
1
-98
/
+5
*
iomap: ignore non-shared or non-data blocks in xfs_file_dirty
Christoph Hellwig
2019-10-21
1
-1
/
+1
*
xfs: remove unnecessary int returns from deferred bmap functions
Darrick J. Wong
2019-08-28
1
-6
/
+2
*
xfs: remove unnecessary int returns from deferred refcount functions
Darrick J. Wong
2019-08-28
1
-11
/
+4
*
xfs: fix reflink source file racing with directio writes
Darrick J. Wong
2019-08-18
1
-26
/
+37
*
xfs: remove XFS_TRANS_NOFS
Christoph Hellwig
2019-06-30
1
-2
/
+2
*
xfs: remove unused header files
Eric Sandeen
2019-06-28
1
-11
/
+0
*
xfs: fix uninitialized error variables
Darrick J. Wong
2019-02-25
1
-1
/
+1
*
xfs: don't pass iomap flags to xfs_reflink_allocate_cow
Darrick J. Wong
2019-02-25
1
-2
/
+2
*
xfs: introduce an always_cow mode
Christoph Hellwig
2019-02-21
1
-4
/
+24
*
xfs: make COW fork unwritten extent conversions more robust
Christoph Hellwig
2019-02-21
1
-23
/
+38
*
xfs: merge COW handling into xfs_file_iomap_begin_delay
Christoph Hellwig
2019-02-21
1
-67
/
+0
*
xfs: don't use delalloc extents for COW on files with extsize hints
Christoph Hellwig
2019-02-21
1
-1
/
+9
*
xfs: remove the io_type field from the writeback context and ioend
Christoph Hellwig
2019-02-17
1
-1
/
+1
*
xfs: split up the xfs_reflink_end_cow work into smaller transactions
Darrick J. Wong
2018-12-12
1
-94
/
+138
*
xfs: flush removing page cache in xfs_reflink_remap_prep
Dave Chinner
2018-11-21
1
-4
/
+13
*
xfs: fix shared extent data corruption due to missing cow reservation
Brian Foster
2018-11-19
1
-0
/
+1
*
Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-11-02
1
-137
/
+36
|
\
[next]