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
Age
Commit message (
Expand
)
Author
2022-05-27
xfs: implement per-mount warnings for scrub and shrink usage
Darrick J. Wong
2022-05-04
xfs: Set up infrastructure for log attribute replay
Allison Henderson
2022-04-27
xfs: simplify xfs_rmap_lookup_le call sites
Darrick J. Wong
2022-04-21
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
2022-04-12
xfs: pass explicit mount pointer to rtalloc query functions
Darrick J. Wong
2022-04-11
xfs: Introduce xfs_dfork_nextents() helper
Chandan Babu R
2022-04-11
xfs: Use xfs_extnum_t instead of basic data types
Chandan Babu R
2022-04-11
xfs: Define max extent length based on on-disk format definition
Chandan Babu R
2022-02-17
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
2022-01-12
xfs: fix online fsck handling of v5 feature bits on secondary supers
Darrick J. Wong
2022-01-06
xfs: warn about inodes with project id of -1
Darrick J. Wong
2021-12-21
xfs: fix a bug in the online fsck directory leaf1 bestcount check
Darrick J. Wong
2021-12-21
xfs: fix quotaoff mutex usage now that we don't support disabling it
Darrick J. Wong
2021-10-19
xfs: rename m_ag_maxlevels to m_allocbt_maxlevels
Darrick J. Wong
2021-10-19
xfs: prepare xfs_btree_cur for dynamic cursor heights
Darrick J. Wong
2021-10-19
xfs: dynamically allocate btree scrub context structure
Darrick J. Wong
2021-10-19
xfs: don't track firstrec/firstkey separately in xchk_btree
Darrick J. Wong
2021-10-19
xfs: fix incorrect decoding in xchk_btree_cur_fsbno
Darrick J. Wong
2021-10-14
xfs: stricter btree height checking when scanning for btree roots
Darrick J. Wong
2021-10-14
xfs: stricter btree height checking when looking for errors
Darrick J. Wong
2021-10-14
xfs: don't allocate scrub contexts on the stack
Darrick J. Wong
2021-08-20
xfs: fix perag structure refcounting error when scrub fails
Darrick J. Wong
2021-08-19
xfs: convert bp->b_bn references to xfs_buf_daddr()
Dave Chinner
2021-08-19
xfs: introduce xfs_buf_daddr()
Dave Chinner
2021-08-19
xfs: introduce xfs_sb_is_v5 helper
Dave Chinner
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
2021-08-19
xfs: convert scrub to use mount-based feature checks
Dave Chinner
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
2021-08-19
xfs: convert mount flags to features
Dave Chinner
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
xfs: start documenting common units and tags used in tracepoints
Darrick J. Wong
2021-08-19
xfs: decode scrub flags in ftrace output
Darrick J. Wong
2021-08-19
xfs: standardize inode generation formatting in ftrace output
Darrick J. Wong
2021-08-19
xfs: resolve fork names in trace output
Darrick J. Wong
2021-08-19
xfs: disambiguate units for ftrace fields tagged "len"
Darrick J. Wong
2021-08-19
xfs: disambiguate units for ftrace fields tagged "offset"
Darrick J. Wong
2021-08-19
xfs: standardize rmap owner number formatting in ftrace output
Darrick J. Wong
2021-08-19
xfs: standardize AG block number formatting in ftrace output
Darrick J. Wong
2021-08-19
xfs: standardize AG number formatting in ftrace output
Darrick J. Wong
2021-08-19
xfs: standardize inode number formatting in ftrace output
Darrick J. Wong
2021-08-19
xfs: fix incorrect unit conversion in scrub tracepoint
Darrick J. Wong
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-18
xfs: remove unnecessary agno variable from struct xchk_ag
Darrick J. Wong
2021-08-09
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
2021-08-09
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
2021-08-09
xfs: don't run speculative preallocation gc when fs is frozen
Darrick J. Wong
2021-08-06
xfs: per-cpu deferred inode inactivation queues
Dave Chinner
2021-08-06
xfs: remove the active vs running quota differentiation
Christoph Hellwig
[next]