[GIT,PULL] jfs updates for 6.2

Message ID ed5a5cd9-21f9-18b5-cbfa-2af70bffa483@oracle.com
State New
Headers
Series [GIT,PULL] jfs updates for 6.2 |

Pull-request

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

Message

Dave Kleikamp Dec. 12, 2022, 8:48 p.m. UTC
  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@github.com: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(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 13, 2022, 5 a.m. UTC | #1
The pull request you sent on Mon, 12 Dec 2022 14:48:34 -0600:

> git@github.com:kleikamp/linux-shaggy.git tags/jfs-6.2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/56c003e4db4adb1d57e599fb4c7d39f9130f9db1

Thank you!