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
/
scrub
/
bmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-14
xfs: attr forks require attr, not attr2
Darrick J. Wong
1
-1
/
+7
2024-02-22
xfs: create a helper to decide if a file mapping targets the rt volume
Darrick J. Wong
1
-1
/
+1
2023-12-15
xfs: repair inode fork block mapping data structures
Darrick J. Wong
1
-0
/
+18
2023-12-15
xfs: skip the rmapbt search on an empty attr fork unless we know it was zapped
Darrick J. Wong
1
-22
/
+79
2023-12-15
xfs: set inode sick state flags when we zap either ondisk fork
Darrick J. Wong
1
-2
/
+37
2023-12-15
xfs: try to attach dquots to files before repairing them
Darrick J. Wong
1
-0
/
+4
2023-10-18
xfs: rename xfs_verify_rtext to xfs_verify_rtbext
Darrick J. Wong
1
-1
/
+1
2023-08-10
xfs: don't check reflink iflag state when checking cow fork
Darrick J. Wong
1
-5
/
+2
2023-08-10
xfs: simplify returns in xchk_bmap
Darrick J. Wong
1
-13
/
+13
2023-08-10
xfs: wrap ilock/iunlock operations on sc->ip
Darrick J. Wong
1
-6
/
+3
2023-06-05
xfs: fix broken logic when detecting mergeable bmap records
Darrick J. Wong
1
-12
/
+13
2023-05-02
xfs: flush dirty data and drain directios before scrubbing cow fork
Darrick J. Wong
1
-2
/
+2
2023-04-12
xfs: don't call xchk_bmap_check_rmaps for btree-format file forks
Darrick J. Wong
1
-16
/
+14
2023-04-12
xfs: split the xchk_bmap_check_rmaps into a predicate
Darrick J. Wong
1
-22
/
+38
2023-04-12
xfs: alert the user about data/attr fork mappings that could be merged
Darrick J. Wong
1
-0
/
+11
2023-04-12
xfs: split xchk_bmap_xref_rmap into two functions
Darrick J. Wong
1
-40
/
+76
2023-04-12
xfs: accumulate iextent records when checking bmap
Darrick J. Wong
1
-77
/
+106
2023-04-12
xfs: change bmap scrubber to store the previous mapping
Darrick J. Wong
1
-5
/
+18
2023-04-12
xfs: don't take the MMAPLOCK when scrubbing file metadata
Darrick J. Wong
1
-2
/
+5
2023-04-12
xfs: rename xchk_get_inode -> xchk_iget_for_scrubbing
Darrick J. Wong
1
-1
/
+1
2023-04-12
xfs: ensure that single-owner file blocks are not owned by others
Darrick J. Wong
1
-1
/
+13
2023-04-12
xfs: ensure that all metadata and data blocks are not cow staging extents
Darrick J. Wong
1
-3
/
+8
2023-04-12
xfs: standardize ondisk to incore conversion for bmap btrees
Darrick J. Wong
1
-0
/
+6
2023-04-12
xfs: minimize overhead of drain wakeups by using jump labels
Darrick J. Wong
1
-0
/
+3
2023-04-12
xfs: update copyright years for scrub/ files
Darrick J. Wong
1
-1
/
+1
2023-04-12
xfs: fix author and spdx headers on scrub/ files
Darrick J. Wong
1
-2
/
+2
2023-02-13
xfs: active perag reference counting
Dave Chinner
1
-1
/
+1
2022-11-17
xfs: teach scrub to flag non-extents format cow forks
Darrick J. Wong
1
-0
/
+2
2022-11-17
xfs: check that CoW fork extents are not shared
Darrick J. Wong
1
-0
/
+2
2022-11-17
xfs: block map scrub should handle incore delalloc reservations
Darrick J. Wong
1
-19
/
+36
2022-11-17
xfs: teach scrub to check for adjacent bmaps when rmap larger than bmap
Darrick J. Wong
1
-2
/
+72
2022-11-17
xfs: fix perag loop in xchk_bmap_check_rmaps
Darrick J. Wong
1
-7
/
+7
2022-07-10
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
1
-7
/
+7
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
1
-1
/
+1
2022-04-27
xfs: simplify xfs_rmap_lookup_le call sites
Darrick J. Wong
1
-20
/
+4
2022-04-11
xfs: Define max extent length based on on-disk format definition
Chandan Babu R
1
-1
/
+1
2021-10-19
xfs: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
1
-1
/
+1
2021-08-20
xfs: fix perag structure refcounting error when scrub fails
Darrick J. Wong
1
-1
/
+2
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
1
-2
/
+1
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-2
/
+2
2021-08-19
xfs: mark the record passed into xchk_btree functions as const
Darrick J. Wong
1
-1
/
+1
2021-08-19
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
1
-12
/
+15
2021-08-09
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
1
-1
/
+1
2021-07-03
Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-9
/
+12
2021-06-02
xfs: remove agno from btree cursor
Dave Chinner
1
-1
/
+1
2021-06-02
xfs: convert refcount btree cursor to use perags
Dave Chinner
1
-4
/
+4
2021-06-02
xfs: convert rmap btree cursor to using a perag
Dave Chinner
1
-1
/
+1
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
-5
/
+8
2021-05-26
xfs: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-1
/
+1
[next]