The following changes since commit ab68d7eb7b1a64f3f4710da46cc5f93c6c154942:
Merge tag 'loongarch-fixes-6.14-1' of git://git.kernel.org/pub/scm/ linux/kernel/git/chenhuacai/linux-loongson (2025-02-13 08:43:46 -0800)
are available in the Git repository at:
git@xxxxxxxxxx:kleikamp/linux-shaggy.git tags/jfs-6.14
for you to fetch changes up to a8dfb2168906944ea61acfc87846b816eeab882d:
jfs: add index corruption check to DT_GETPAGE() (2025-03-11 11:53:40 -0500)
----------------------------------------------------------------
Various bug fixes and cleanups for JFS
----------------------------------------------------------------
Dan Carpenter (1):
jfs: Delete a couple tabs in jfs_reconfigure()
Dave Kleikamp (1):
fs/jfs: consolidate sanity checking in dbMount
Dmitry Antipov (1):
jfs: reject on-disk inodes of an unsupported type
Edward Adam Davis (2):
jfs: Prevent copying of nlink with value 0 from disk inode
jfs: add sanity check for agwidth in dbMount
Matthew Wilcox (Oracle) (1):
jfs: Remove reference to bh->b_page
Qasim Ijaz (1):
jfs: fix slab-out-of-bounds read in ea_get()
Rand Deeb (2):
fs/jfs: cast inactags to s64 to prevent potential overflow
fs/jfs: Prevent integer overflow in AG size calculation
Roman Smirnov (1):
jfs: add index corruption check to DT_GETPAGE()
Vasiliy Kovalev (2):
jfs: add check read-only before txBeginAnon() call
jfs: add check read-only before truncation in jfs_truncate_nolock()
Zhongqiu Han (1):
jfs: Fix uninit-value access of imap allocated in the diMount() function
fs/jfs/inode.c | 2 +-
fs/jfs/jfs_dmap.c | 39 ++++++++++++---------------------------
fs/jfs/jfs_dtree.c | 3 ++-
fs/jfs/jfs_extent.c | 10 ++++++++++
fs/jfs/jfs_imap.c | 17 +++++++++++++----
fs/jfs/super.c | 6 +++---
fs/jfs/xattr.c | 15 ++++++++++-----
7 files changed, 51 insertions(+), 41 deletions(-)