summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)Author
2025-08-28jfs: upper bound check of tree index in dbAllocAGArnaud Lecomte
2025-08-28jfs: Regular file corruption checkEdward Adam Davis
2025-08-28jfs: truncate good inode pages when hard link is 0Lizhi Xu
2025-08-15jfs: fix metapage reference count leak in dbAllocCtlZheng Yu
2025-08-15jfs: reject on-disk inodes of an unsupported typeDmitry Antipov
2025-07-06jfs: validate AG parameters in dbMount() to prevent crashesVasiliy Kovalev
2025-07-06fs/jfs: consolidate sanity checking in dbMountDave Kleikamp
2025-05-02jfs: define xtree root and page independentlyDave Kleikamp
2025-04-25jfs: add sanity check for agwidth in dbMountEdward Adam Davis
2025-04-25jfs: Prevent copying of nlink with value 0 from disk inodeEdward Adam Davis
2025-04-25fs/jfs: Prevent integer overflow in AG size calculationRand Deeb
2025-04-25fs/jfs: cast inactags to s64 to prevent potential overflowRand Deeb
2025-04-25jfs: Fix uninit-value access of imap allocated in the diMount() functionZhongqiu Han
2025-04-10jfs: add index corruption check to DT_GETPAGE()Roman Smirnov
2025-04-10jfs: fix slab-out-of-bounds read in ea_get()Qasim Ijaz
2024-12-14jfs: add a check to prevent array-index-out-of-bounds in dbAdjTreeNihar Chaithanya
2024-12-14jfs: fix array-index-out-of-bounds in jfs_readdirGhanshyam Agrawal
2024-12-14jfs: fix shift-out-of-bounds in dbSplitGhanshyam Agrawal
2024-12-14jfs: array-index-out-of-bounds fix in dtReadFirstGhanshyam Agrawal
2024-12-14jfs: xattr: check invalid xattr size more strictlyArtem Sadovnikov
2024-11-01jfs: Fix sanity check in dbMountDave Kleikamp
2024-10-17jfs: Fix uninit-value access of new_ea in ea_bufferZhao Mengmeng
2024-10-17jfs: check if leafidx greater than num leaves per dmap treeEdward Adam Davis
2024-10-17jfs: Fix uaf in dbFreeBitsEdward Adam Davis
2024-10-17jfs: UBSAN: shift-out-of-bounds in dbFindBitsRemington Brasga
2024-10-17jfs: fix out-of-bounds in dbNextAG() and diAlloc()Jeongjun Park
2024-08-29Revert "jfs: fix shift-out-of-bounds in dbJoin"Dave Kleikamp
2024-08-29jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li
2024-08-29jfs: fix null ptr deref in dtInsertEntryEdward Adam Davis
2024-08-29jfs: fix shift-out-of-bounds in dbJoinManas Ghandat
2024-08-03jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park
2024-07-27jfs: don't walk off the end of ealistlei lu
2024-06-21jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman
2024-02-05jfs: fix array-index-out-of-bounds in diNewExtEdward Adam Davis
2024-02-05jfs: fix uaf in jfs_evict_inodeEdward Adam Davis
2024-02-05jfs: fix array-index-out-of-bounds in dbAdjTreeManas Ghandat
2024-02-05jfs: fix slab-out-of-bounds Read in dtSearchManas Ghandat
2024-02-05UBSAN: array-index-out-of-bounds in dtSplitRootOsama Muhammad
2024-02-05FS: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-13jfs: 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