aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs
AgeCommit message (Expand)Author
2024-02-23jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis
2024-02-23jfs: fix uaf in jfs_evict_inodeEdward Adam Davis
2024-02-23jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat
2024-02-23jfs: fix slab-out-of-bounds Read in dtSearchManas Ghandat
2024-02-23UBSAN: array-index-out-of-bounds in dtSplitRootOsama Muhammad
2024-02-23FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTreeOsama Muhammad
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-19jfs: validate max amount of blocks before allocation.Alexei Filippov
2023-08-26FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir
2023-08-26FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir
2023-08-26fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh
2023-07-27jfs: 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-14fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu
2023-01-14fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu
2022-06-09fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu
2022-04-13jfs: prevent NULL deref in diFreeHaimin Zhang
2022-04-08jfs: fix divide error in dbNextAGPavel Skripkin
2021-11-18JFS: fix memleak in jfs_mountDongliang Mu
2021-07-20fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong
2021-07-19jfs: 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-09-21fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)
2020-06-24block: move struct block_device to blk_types.hChristoph Hellwig
2020-06-02Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-03-09jfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-05Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-21jfs: remove unused MAXL2PAGESAlex Shi
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani
2019-07-31docs: fix a couple of new broken referencesMauro Carvalho Chehab
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2019-05-01jfs: switch to ->free_inode()Al Viro
2019-03-22jfs: fix bogus variable self-initializationArnd Bergmann
2019-01-10fs/jfs: Switch to use new generic UUID APIAndy Shevchenko
2019-01-10jfs: compare old and new mode before setting update_mode flagChengguang Xu
2019-01-10jfs: remove incorrect comment in jfs_superblockDave Kleikamp
2018-10-26jfs: fix spelling mistake, EACCESS -> EACCESColin Ian King