Merge tag 'jfs-6.14' of github.com:kleikamp/linux-shaggy
Pull jfs updates from David Kleikamp: "Various bug fixes and cleanups for JFS" * tag 'jfs-6.14' of github.com:kleikamp/linux-shaggy: jfs: add index corruption check to DT_GETPAGE() fs/jfs: consolidate sanity checking in dbMount jfs: add sanity check for agwidth in dbMount jfs: Prevent copying of nlink with value 0 from disk inode fs/jfs: Prevent integer overflow in AG size calculation fs/jfs: cast inactags to s64 to prevent potential overflow jfs: Fix uninit-value access of imap allocated in the diMount() function jfs: fix slab-out-of-bounds read in ea_get() jfs: add check read-only before truncation in jfs_truncate_nolock() jfs: add check read-only before txBeginAnon() call jfs: reject on-disk inodes of an unsupported type jfs: Remove reference to bh->b_page jfs: Delete a couple tabs in jfs_reconfigure()
No related branches found
No related tags found
Showing
- fs/jfs/inode.c 1 addition, 1 deletionfs/jfs/inode.c
- fs/jfs/jfs_dmap.c 12 additions, 27 deletionsfs/jfs/jfs_dmap.c
- fs/jfs/jfs_dtree.c 2 additions, 1 deletionfs/jfs/jfs_dtree.c
- fs/jfs/jfs_extent.c 10 additions, 0 deletionsfs/jfs/jfs_extent.c
- fs/jfs/jfs_imap.c 13 additions, 4 deletionsfs/jfs/jfs_imap.c
- fs/jfs/super.c 3 additions, 3 deletionsfs/jfs/super.c
- fs/jfs/xattr.c 10 additions, 5 deletionsfs/jfs/xattr.c
Loading
Please register or sign in to comment