]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'jfs-7.1' of github.com:kleikamp/linux-shaggy
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Apr 2026 02:29:18 +0000 (19:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Apr 2026 02:29:18 +0000 (19:29 -0700)
commit1d51b370a0f8f642f4fc84c795fbedac0fcdbbd2
treed7d2eb7662a8fcdaacf841e23b025cfb64c4ed98
parent5414f3fd54b3a3f7f63f3edd276fb55281ecbe3b
parentdad98c5b2a05ef744af4c884c97066a3c8cdad61
Merge tag 'jfs-7.1' of github.com:kleikamp/linux-shaggy

Pull jfs updates from Dave Kleikamp:
 "More robust data integrity checking and some fixes"

* tag 'jfs-7.1' of github.com:kleikamp/linux-shaggy:
  jfs: avoid -Wtautological-constant-out-of-range-compare warning again
  JFS: always load filesystem UUID during mount
  jfs: hold LOG_LOCK on umount to avoid null-ptr-deref
  jfs: Set the lbmDone flag at the end of lbmIODone
  jfs: fix corrupted list in dbUpdatePMap
  jfs: add dmapctl integrity check to prevent invalid operations
  jfs: add dtpage integrity check to prevent index/pointer overflows
  jfs: add dtroot integrity check to prevent index out-of-bounds
fs/jfs/jfs_imap.c
fs/jfs/jfs_metapage.c