[GIT PULL] jfs updates for 6.2

From: Dave Kleikamp
Date: Mon Dec 12 2022 - 15:48:51 EST


The following changes since commit bbb8ceb5e2421184db9560e9d2cfaf858e1db616:

Merge tag 'v6.1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 (2022-10-17 10:20:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a60dca73a1a8079d867b2c2e9549440346c1ba83:

jfs: makes diUnmount/diMount in jfs_mount_rw atomic (2022-11-10 15:22:23 -0600)

----------------------------------------------------------------
Assorted JFS fixes for 6.2

----------------------------------------------------------------
Colin Ian King (1):
jfs: remove redundant assignments to ipaimap and ipaimap2

Dongliang Mu (1):
fs: jfs: fix shift-out-of-bounds in dbAllocAG

Dr. David Alan Gilbert (1):
jfs: Fix fortify moan in symlink

Gaosheng Cui (1):
jfs: remove unused declarations for jfs

Hoi Pok Wu (1):
fs: jfs: fix shift-out-of-bounds in dbDiscardAG

Jiangshan Yi (2):
fs/jfs: replace ternary operator with min_t()
fs/jfs/jfs_xattr.h: Fix spelling typo in comment

Oleg Kanatov (2):
jfs: Fix a typo in function jfs_umount
jfs: makes diUnmount/diMount in jfs_mount_rw atomic

Palmer Dabbelt (1):
MAINTAINERS: git://github -> https://github.com for kleikamp

MAINTAINERS | 4 ++--
fs/jfs/jfs_dmap.c | 27 +++++++++++++++++++++------
fs/jfs/jfs_extent.h | 2 --
fs/jfs/jfs_imap.c | 2 +-
fs/jfs/jfs_mount.c | 4 ++++
fs/jfs/jfs_umount.c | 4 +---
fs/jfs/jfs_xattr.h | 2 +-
fs/jfs/jfs_xtree.h | 4 ----
fs/jfs/namei.c | 2 +-
fs/jfs/super.c | 6 ++----
10 files changed, 33 insertions(+), 24 deletions(-)