aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs
AgeCommit message (Expand)Author
2023-11-28jfs: fix array-index-out-of-bounds in diAllocManas Ghandat
2023-11-28jfs: fix array-index-out-of-bounds in dbFindLeafManas Ghandat
2023-11-28fs/jfs: Add validity check for db_maxag and db_agprefJuntong Deng
2023-11-28fs/jfs: Add check for negative db_l2nbperpageJuntong Deng
2023-09-23jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion
2023-09-23fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner
2023-09-23jfs: validate max amount of blocks before allocation.Alexei Filippov
2023-08-30FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir
2023-08-30FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir
2023-08-30fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh
2023-08-11jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant
2023-03-11fs/jfs: fix shift exponent db_agl2size negativeLiu Shixin via Jfs-discussion
2023-01-18fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu
2023-01-18fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu
2022-06-14fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu
2022-04-15jfs: prevent NULL deref in diFreeHaimin Zhang
2022-04-15jfs: fix divide error in dbNextAGPavel Skripkin
2021-11-26JFS: fix memleak in jfs_mountDongliang Mu
2021-07-20fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong
2021-07-20jfs: fix GPF in diFreePavel Skripkin
2021-03-07JFS: more checks for invalid superblockRandy Dunlap
2021-03-04fs/jfs: fix potential integer overflow on shift of a intColin Ian King
2020-12-30jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp
2020-01-27jfs: fix bogus variable self-initializationArnd Bergmann
2018-08-15Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-04jfs: Fix usercopy whitelist for inline inode dataKees Cook
2018-08-03jfs: don't bother with make_bad_inode() in ialloc()Al Viro
2018-08-03new helper: inode_fake_hash()Al Viro
2018-08-03jfs: switch to discard_new_inode()Al Viro
2018-06-19jfs: use time64_t for otimeArnd Bergmann
2018-06-19Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05jfs: Fix inconsistency between memory allocation and ea_buf->max_sizeShankara Pailoor
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-16jfs: simplify procfs codeChristoph Hellwig
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-15jfs: Define usercopy region in jfs_ip slab cacheDavid Windsor
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-14Merge tag 'jfs-4.15' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2017-11-02jfs: Add missing NULL pointer check in __get_metapageJuerg Haefliger
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30jfs: remove increment of i_version counterJeff Layton
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2017-08-31jfs should use MAX_LFS_FILESIZE when calculating s_maxbytesDave Kleikamp
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig