summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2024-02-23jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis1-0/+3
2024-02-23jfs: fix uaf in jfs_evict_inodeEdward Adam Davis1-3/+3
2024-02-23jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat1-29/+31
2024-02-23jfs: fix slab-out-of-bounds Read in dtSearchManas Ghandat1-0/+5
2024-02-23UBSAN: array-index-out-of-bounds in dtSplitRootOsama Muhammad1-1/+1
2024-02-23FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTreeOsama Muhammad1-0/+3
2023-11-28jfs: fix array-index-out-of-bounds in diAllocManas Ghandat1-1/+4
2023-11-28jfs: fix array-index-out-of-bounds in dbFindLeafManas Ghandat1-4/+10
2023-11-28fs/jfs: Add validity check for db_maxag and db_agprefJuntong Deng1-0/+6
2023-11-28fs/jfs: Add check for negative db_l2nbperpageJuntong Deng1-1/+2
2023-09-23jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion1-0/+1
2023-09-23fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner1-0/+1
2023-09-23jfs: validate max amount of blocks before allocation.Alexei Filippov1-0/+5
2023-08-30FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir1-0/+5
2023-08-30FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir1-0/+5
2023-08-30fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh1-0/+3
2023-07-27jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant2-0/+8
2023-03-11fs/jfs: fix shift exponent db_agl2size negativeLiu Shixin via Jfs-discussion1-1/+2
2023-01-18fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu1-0/+5
2023-01-18fs: jfs: fix shift-out-of-bounds in dbAllocAGDongliang Mu1-6/+16
2022-06-14fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu1-1/+2
2022-04-15jfs: prevent NULL deref in diFreeHaimin Zhang1-1/+2
2022-04-15jfs: fix divide error in dbNextAGPavel Skripkin1-0/+7
2021-11-17JFS: fix memleak in jfs_mountDongliang Mu1-29/+22
2021-07-20fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong1-0/+1
2021-07-19jfs: fix GPF in diFreePavel Skripkin1-1/+2
2021-03-07JFS: more checks for invalid superblockRandy Dunlap2-0/+11
2021-03-04fs/jfs: fix potential integer overflow on shift of a intColin Ian King1-1/+1
2020-12-30jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp1-1/+1
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds1-0/+2
2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani1-0/+2
2019-07-31docs: fix a couple of new broken referencesMauro Carvalho Chehab1-1/+1
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-15/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner44-616/+44
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds9-29/+33
2019-05-02jfs: switch to ->free_inode()Al Viro2-21/+16
2019-03-22jfs: fix bogus variable self-initializationArnd Bergmann1-2/+1
2019-01-10fs/jfs: Switch to use new generic UUID APIAndy Shevchenko6-23/+29
2019-01-10jfs: compare old and new mode before setting update_mode flagChengguang Xu1-1/+2
2019-01-10jfs: remove incorrect comment in jfs_superblockDave Kleikamp1-2/+0
2018-10-26jfs: fix spelling mistake, EACCESS -> EACCESColin Ian King1-1/+1
2018-09-20jfs: remove redundant dquot_initialize() in jfs_evict_inode()Chao Yu1-1/+0
2018-09-10jfs: remove quota option from ignore listChengguang Xu1-1/+1
2018-09-06jfs: cache NULL when both default_acl and acl are NULLChengguang Xu1-0/+4
2018-08-16Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+1
2018-08-14Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-22/+10
2018-08-04jfs: Fix usercopy whitelist for inline inode dataKees Cook3-2/+9
2018-08-03jfs: don't bother with make_bad_inode() in ialloc()Al Viro1-2/+0
2018-08-03new helper: inode_fake_hash()Al Viro2-8/+2