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-07-27FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir
2023-07-27FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir
2023-07-27fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLevYogesh
2023-07-23jfs: jfs_dmap: Validate db_l2nbperpage while mountingSiddh Raman Pant
2023-03-11fs/jfs: fix shift exponent db_agl2size negativeLiu Shixin via Jfs-discussion
2022-12-31fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu
2022-12-31jfs: Fix fortify moan in symlinkDr. David Alan Gilbert
2022-12-31fs: 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-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2021-07-02Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-06-23jfs: Avoid field-overflowing memcpy()Kees Cook
2021-06-23jfs: remove unnecessary oom messageZhen Lei
2021-06-23jfs: fix GPF in diFreePavel Skripkin
2021-06-01fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong
2021-05-21jfs: Remove trailing semicolon in macrosHuilong Deng
2021-05-21fs: Fix typo issuezuoqilin
2021-04-12jfs: convert to fileattrMiklos Szeredi
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-11fs/jfs: fix potential integer overflow on shift of a intColin Ian King
2021-02-08jfs: turn diLog(), dataLog() and txLog() into void functionsYang Li
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24acl: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-04fs/inode.c: make inode_init_always() initialize i_ino to 0Eric Biggers
2020-12-18JFS: more checks for invalid superblockRandy Dunlap
2020-11-13jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp
2020-11-13jfs: Fix memleak in dbAdjCtlDinghao Liu
2020-11-13jfs: delete duplicated words + other fixesRandy Dunlap
2020-09-21fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)
2020-06-24block: move struct block_device to blk_types.hChristoph Hellwig