[GIT PULL] jfs updates for v6.7

From: Dave Kleikamp
Date: Wed Nov 01 2023 - 09:22:41 EST


The following changes since commit 5e62ed3b1c8a397185af53d6b94f04b9ff21ec7d:

Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2023-10-03 10:15:10 -0700)

are available in the Git repository at:

git@xxxxxxxxxx:kleikamp/linux-shaggy.git tags/jfs-6.7

for you to fetch changes up to a779ed754e52d582b8c0e17959df063108bd0656:

jfs: define xtree root and page independently (2023-10-13 10:39:25 -0500)

----------------------------------------------------------------
Minor stability improvements

----------------------------------------------------------------
Dave Kleikamp (1):
jfs: define xtree root and page independently

Juntong Deng (2):
fs/jfs: Add check for negative db_l2nbperpage
fs/jfs: Add validity check for db_maxag and db_agpref

Manas Ghandat (2):
jfs: fix array-index-out-of-bounds in dbFindLeaf
jfs: fix array-index-out-of-bounds in diAlloc

fs/jfs/jfs_dinode.h | 2 +-
fs/jfs/jfs_dmap.c | 23 ++++++++++++++++++-----
fs/jfs/jfs_imap.c | 11 +++++++----
fs/jfs/jfs_incore.h | 2 +-
fs/jfs/jfs_txnmgr.c | 4 ++--
fs/jfs/jfs_xtree.c | 4 ++--
fs/jfs/jfs_xtree.h | 37 +++++++++++++++++++++++--------------
7 files changed, 54 insertions(+), 29 deletions(-)