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
/
libxfs
Age
Commit message (
Expand
)
Author
2023-04-11
xfs: refactor ->diff_two_keys callsites
Darrick J. Wong
2023-04-11
xfs: refactor converting btree irec to btree key
Darrick J. Wong
2023-04-11
xfs: fix rm_offset flag handling in rmap keys
Darrick J. Wong
2023-04-11
xfs: hoist inode record alignment checks from scrub
Darrick J. Wong
2023-04-11
xfs: hoist rmap record flag checks from scrub
Darrick J. Wong
2023-04-11
xfs: complain about bad file mapping records in the ondisk bmbt
Darrick J. Wong
2023-04-11
xfs: hoist rmap record flag checks from scrub
Darrick J. Wong
2023-04-11
xfs: complain about bad records in query_range helpers
Darrick J. Wong
2023-04-11
xfs: standardize ondisk to incore conversion for rmap btrees
Darrick J. Wong
2023-04-11
xfs: return a failure address from xfs_rmap_irec_offset_unpack
Darrick J. Wong
2023-04-11
xfs: standardize ondisk to incore conversion for refcount btrees
Darrick J. Wong
2023-04-11
xfs: standardize ondisk to incore conversion for inode btrees
Darrick J. Wong
2023-04-11
xfs: standardize ondisk to incore conversion for free space btrees
Darrick J. Wong
2023-04-11
xfs: allow queued AG intents to drain before scrubbing
Darrick J. Wong
2023-04-11
xfs: create traced helper to get extra perag references
Darrick J. Wong
2023-04-11
xfs: give xfs_refcount_intent its own perag reference
Darrick J. Wong
2023-04-11
xfs: give xfs_rmap_intent its own perag reference
Darrick J. Wong
2023-04-11
xfs: give xfs_extfree_intent its own perag reference
Darrick J. Wong
2023-04-11
xfs: pass per-ag references to xfs_free_extent
Darrick J. Wong
2023-04-11
xfs: give xfs_bmap_intent its own perag reference
Darrick J. Wong
2023-03-24
xfs: fix mismerged tracepoints
Darrick J. Wong
2023-03-24
xfs: clear incore AGFL_RESET state if it's not needed
Darrick J. Wong
2023-03-19
xfs: add tracepoints for each of the externally visible allocators
Darrick J. Wong
2023-03-19
xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_iterate_ags
Darrick J. Wong
2023-03-16
xfs: try to idiot-proof the allocators
Darrick J. Wong
2023-02-27
xfs: restore old agirotor behavior
Darrick J. Wong
2023-02-13
xfs: return a referenced perag from filestreams allocator
Dave Chinner
2023-02-13
xfs: move xfs_bmap_btalloc_filestreams() to xfs_filestreams.c
Dave Chinner
2023-02-13
xfs: use xfs_bmap_longest_free_extent() in filestreams
Dave Chinner
2023-02-13
xfs: get rid of notinit from xfs_bmap_longest_free_extent
Dave Chinner
2023-02-13
xfs: factor out filestreams from xfs_bmap_btalloc_nullfb
Dave Chinner
2023-02-13
xfs: convert xfs_alloc_vextent_iterate_ags() to use perag walker
Dave Chinner
2023-02-13
xfs: move the minimum agno checks into xfs_alloc_vextent_check_args
Dave Chinner
2023-02-13
xfs: fold xfs_alloc_ag_vextent() into callers
Dave Chinner
2023-02-13
xfs: move allocation accounting to xfs_alloc_vextent_set_fsbno()
Dave Chinner
2023-02-13
xfs: introduce xfs_alloc_vextent_prepare()
Dave Chinner
2023-02-13
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
2023-02-13
xfs: introduce xfs_alloc_vextent_near_bno()
Dave Chinner
2023-02-13
xfs: use xfs_alloc_vextent_start_bno() where appropriate
Dave Chinner
2023-02-13
xfs: use xfs_alloc_vextent_first_ag() where appropriate
Dave Chinner
2023-02-13
xfs: factor xfs_bmap_btalloc()
Dave Chinner
2023-02-13
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
2023-02-13
xfs: combine __xfs_alloc_vextent_this_ag and xfs_alloc_ag_vextent
Dave Chinner
2023-02-13
xfs: factor xfs_alloc_vextent_this_ag() for _iterate_ags()
Dave Chinner
2023-02-13
xfs: rework xfs_alloc_vextent()
Dave Chinner
2023-02-13
xfs: introduce xfs_for_each_perag_wrap()
Dave Chinner
2023-02-13
xfs: perags need atomic operational state
Dave Chinner
2023-02-13
xfs: convert xfs_ialloc_next_ag() to an atomic
Dave Chinner
2023-02-13
xfs: inobt can use perags in many more places than it does
Dave Chinner
2023-02-13
xfs: use active perag references for inode allocation
Dave Chinner
[prev]
[next]