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