index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_ag.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
xfs: convert perag lookup to xarray
Christoph Hellwig
1
-23
/
+8
2024-09-03
xfs: move the tagged perag lookup helpers to xfs_icache.c
Christoph Hellwig
1
-51
/
+0
2024-09-03
xfs: use kfree_rcu_mightsleep to free the perag structures
Christoph Hellwig
1
-11
/
+1
2024-07-02
xfs: convert "skip_discard" to a proper flags bitset
Darrick J. Wong
1
-1
/
+1
2024-04-22
xfs: split xfs_mod_freecounter
Christoph Hellwig
1
-3
/
+1
2024-04-16
xfs: pass xfs_buf lookup flags to xfs_*read_agi
Darrick J. Wong
1
-4
/
+4
2024-03-07
xfs: shrink failure needs to hold AGI buffer
Dave Chinner
1
-1
/
+10
2024-02-22
xfs: hook live rmap operations during a repair operation
Darrick J. Wong
1
-0
/
+1
2024-02-22
xfs: teach buftargs to maintain their own buffer hashtable
Darrick J. Wong
1
-3
/
+3
2024-02-22
xfs: split the agf_roots and agf_levels arrays
Christoph Hellwig
1
-7
/
+6
2024-02-22
xfs: rename btree block/buffer init functions
Darrick J. Wong
1
-3
/
+3
2024-02-22
xfs: initialize btree blocks using btree_ops structure
Darrick J. Wong
1
-20
/
+13
2024-02-22
xfs: report XFS_IS_CORRUPT errors to the health system
Darrick J. Wong
1
-1
/
+3
2024-02-22
xfs: report fs corruption errors to the health tracking system
Darrick J. Wong
1
-0
/
+1
2024-02-13
xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
Dave Chinner
1
-1
/
+1
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-3
/
+3
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
1
-1
/
+1
2023-12-22
xfs: fix perag leak when growfs fails
Long Li
1
-10
/
+26
2023-12-22
xfs: add lock protection when remove perag from radix tree
Long Li
1
-0
/
+4
2023-12-07
xfs: remove __xfs_free_extent_later
Darrick J. Wong
1
-1
/
+1
2023-10-11
xfs: adjust the incore perag block_count when shrinking
Darrick J. Wong
1
-0
/
+6
2023-06-29
xfs: use deferred frees for btree block freeing
Dave Chinner
1
-1
/
+1
2023-06-05
xfs: validate block number being freed before adding to xefi
Dave Chinner
1
-1
/
+4
2023-05-02
xfs: set bnobt/cntbt numrecs correctly when formatting new AGs
Darrick J. Wong
1
-10
/
+9
2023-04-12
xfs: allow queued AG intents to drain before scrubbing
Darrick J. Wong
1
-0
/
+4
2023-04-12
xfs: create traced helper to get extra perag references
Darrick J. Wong
1
-0
/
+13
2023-04-12
xfs: pass per-ag references to xfs_free_extent
Darrick J. Wong
1
-4
/
+2
2023-02-13
xfs: introduce xfs_alloc_vextent_exact_bno()
Dave Chinner
1
-4
/
+2
2023-02-13
xfs: use xfs_alloc_vextent_this_ag() where appropriate
Dave Chinner
1
-1
/
+2
2023-02-13
xfs: use active perag references for inode allocation
Dave Chinner
1
-2
/
+1
2023-02-13
xfs: rework the perag trace points to be perag centric
Dave Chinner
1
-16
/
+9
2023-02-13
xfs: active perag reference counting
Dave Chinner
1
-0
/
+70
2022-07-14
xfs: double link the unlinked inode list
Dave Chinner
1
-8
/
+0
2022-07-07
xfs: make is_log_ag() a first class helper
Dave Chinner
1
-9
/
+3
2022-07-07
xfs: Pre-calculate per-AG agino geometry
Dave Chinner
1
-0
/
+39
2022-07-07
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
1
-1
/
+39
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
1
-12
/
+8
2022-07-07
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
1
-1
/
+1
2022-07-07
xfs: pass perag to xfs_ialloc_read_agi()
Dave Chinner
1
-10
/
+12
2022-07-07
xfs: kill xfs_ialloc_pagi_init()
Dave Chinner
1
-1
/
+2
2022-07-07
xfs: make last AG grow/shrink perag centric
Dave Chinner
1
-30
/
+21
2022-05-27
xfs: don't assert fail on perag references on teardown
Dave Chinner
1
-2
/
+1
2021-11-10
xfs: #ifdef out perag code for userspace
Eric Sandeen
1
-0
/
+2
2021-10-23
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
1
-1
/
+1
2021-08-19
xfs: convert bp->b_bn references to xfs_buf_daddr()
Dave Chinner
1
-1
/
+0
2021-08-19
xfs: convert xfs_sb_version_has checks to use mount features
Dave Chinner
1
-2
/
+2
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-10
/
+10
2021-07-15
xfs: check for sparse inode clusters that cross new EOAG when shrinking
Darrick J. Wong
1
-0
/
+8
2021-06-22
xfs: fix endianness issue in xfs_ag_shrink_space
Darrick J. Wong
1
-3
/
+4
2021-06-08
Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...
Darrick J. Wong
1
-1
/
+1
[next]