index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2023-06-05
xfs: validate block number being freed before adding to xefi
Dave Chinner
1
-1
/
+3
2023-02-13
xfs: active perag reference counting
Dave Chinner
1
-1
/
+1
2023-02-10
xfs: t_firstblock is tracking AGs not blocks
Dave Chinner
1
-1
/
+1
2022-12-26
xfs: don't assert if cmap covers imap after cycling lock
Darrick J. Wong
1
-2
/
+0
2022-12-12
fsdax,xfs: port unshare to fsdax
Shiyang Ruan
1
-2
/
+6
2022-09-18
xfs: simplify if-else condition in xfs_reflink_trim_around_shared
Zeng Heng
1
-10
/
+12
2022-08-13
Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-35
/
+163
2022-08-06
xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...
Chandan Babu R
1
-35
/
+163
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+8
2022-07-18
xfs: add dax dedupe support
Shiyang Ruan
1
-2
/
+2
2022-07-18
fsdax: dedup file range to use a compare function
Shiyang Ruan
1
-2
/
+6
2022-07-10
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
1
-3
/
+3
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
1
-18
/
+22
2022-04-28
xfs: rewrite xfs_reflink_end_cow to use intents
Darrick J. Wong
1
-32
/
+56
2022-04-28
xfs: remove a __xfs_bunmapi call from reflink
Darrick J. Wong
1
-3
/
+4
2022-04-13
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
1
-0
/
+5
2022-03-09
xfs: add missing cmap->br_state = XFS_EXT_NORM update
Gao Xiang
1
-1
/
+4
2022-01-13
Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+1
2021-12-21
xfs: only run COW extent recovery when there are no live extents
Darrick J. Wong
1
-1
/
+4
2021-12-04
xfs: add xfs_zero_range and xfs_truncate_page helpers
Shiyang Ruan
1
-2
/
+1
2021-10-23
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-08
xfs: move the di_flags2 field to struct xfs_inode
Christoph Hellwig
1
-4
/
+4
2021-04-08
xfs: move the di_cowextsize field to struct xfs_inode
Christoph Hellwig
1
-1
/
+1
2021-04-08
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-23
xfs: Check for extent overflow when remapping an extent
Chandan Babu R
1
-0
/
+11
2021-01-23
xfs: Check for extent overflow when moving extent from cow to data fork
Chandan Babu R
1
-0
/
+5
2020-11-05
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
[next]