index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
bmap.c
Age
Commit message (
Expand
)
Author
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
2021-04-15
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
2021-04-15
xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
Christoph Hellwig
2021-04-09
xfs: get rid of the ip parameter to xchk_setup_*
Darrick J. Wong
2020-12-09
xfs: remove unneeded return value check for *init_cursor()
Joseph Qi
2020-12-09
xfs: refactor file range validation
Darrick J. Wong
2020-12-09
xfs: refactor realtime volume extent validation
Darrick J. Wong
2020-12-09
xfs: refactor data device extent validation
Darrick J. Wong
2020-11-18
xfs: strengthen rmap record flags checking
Darrick J. Wong
2020-11-10
xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextents
Darrick J. Wong
2020-07-06
xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork
Darrick J. Wong
[next]