summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_itable.c
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-07-02 09:39:40 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-07-02 09:40:05 -0700
commit938c710d99a62eed93b6a2770f92f943762beca0 (patch)
treee58cd5750ad32c6aca19b054081026be4cecf8c4 /fs/xfs/xfs_itable.c
parent2810bd6840e46306c110f4b76441a987756efe6c (diff)
downloadlinux-938c710d99a62eed93b6a2770f92f943762beca0.tar.gz
linux-938c710d99a62eed93b6a2770f92f943762beca0.tar.bz2
linux-938c710d99a62eed93b6a2770f92f943762beca0.zip
xfs: calculate inode walk prefetch more carefully
The existing inode walk prefetch is based on the old bulkstat code, which simply allocated 4 pages worth of memory and prefetched that many inobt records, regardless of however many inodes the caller requested. 65536 inodes is a lot to prefetch (~32M on x64, ~512M on arm64) so let's scale things down a little more intelligently based on the number of inodes requested, etc. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_itable.c')
0 files changed, 0 insertions, 0 deletions