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