summaryrefslogtreecommitdiff
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-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-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-17JFS: 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
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
2018-09-20jfs: remove redundant dquot_initialize() in jfs_evict_inode()Chao Yu
2018-09-10jfs: remove quota option from ignore listChengguang Xu
2018-09-06jfs: cache NULL when both default_acl and acl are NULLChengguang Xu
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