summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2025-12-07jfs: fix uninitialized waitqueue in transaction managerShaurya Rane1-4/+5
2025-12-07jfs: Verify inode mode when loading from diskTetsuo Handa1-1/+7
2025-08-28jfs: upper bound check of tree index in dbAllocAGArnaud Lecomte1-0/+6
2025-08-28jfs: Regular file corruption checkEdward Adam Davis1-0/+3
2025-08-28jfs: truncate good inode pages when hard link is 0Lizhi Xu1-1/+1
2025-08-28jfs: fix metapage reference count leak in dbAllocCtlZheng Yu1-1/+3
2025-07-17jfs: validate AG parameters in dbMount() to prevent crashesVasiliy Kovalev1-1/+5
2025-07-17fs/jfs: consolidate sanity checking in dbMountDave Kleikamp1-28/+9
2025-06-27jfs: Fix null-ptr-deref in jfs_ioc_trimDylan Wolff1-1/+2
2025-06-27jfs: fix array-index-out-of-bounds read in add_missing_indicesAditya Dutt1-3/+15
2025-05-02jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li1-0/+2
2025-05-02jfs: add sanity check for agwidth in dbMountEdward Adam Davis1-0/+4
2025-05-02jfs: Prevent copying of nlink with value 0 from disk inodeEdward Adam Davis1-1/+1
2025-05-02fs/jfs: Prevent integer overflow in AG size calculationRand Deeb1-1/+1
2025-05-02fs/jfs: cast inactags to s64 to prevent potential overflowRand Deeb1-2/+2
2025-04-10jfs: add index corruption check to DT_GETPAGE()Roman Smirnov1-1/+2
2025-04-10jfs: fix slab-out-of-bounds read in ea_get()Qasim Ijaz1-5/+10
2024-12-14jfs: add a check to prevent array-index-out-of-bounds in dbAdjTreeNihar Chaithanya1-0/+3
2024-12-14jfs: fix array-index-out-of-bounds in jfs_readdirGhanshyam Agrawal1-0/+8
2024-12-14jfs: fix shift-out-of-bounds in dbSplitGhanshyam Agrawal1-0/+3
2024-12-14jfs: array-index-out-of-bounds fix in dtReadFirstGhanshyam Agrawal1-0/+7
2024-12-14jfs: xattr: check invalid xattr size more strictlyArtem Sadovnikov1-1/+1
2024-11-08jfs: Fix sanity check in dbMountDave Kleikamp1-1/+1
2024-10-17jfs: Fix uninit-value access of new_ea in ea_bufferZhao Mengmeng1-0/+2
2024-10-17jfs: check if leafidx greater than num leaves per dmap treeEdward Adam Davis1-1/+4
2024-10-17jfs: Fix uaf in dbFreeBitsEdward Adam Davis1-2/+9
2024-10-17jfs: UBSAN: shift-out-of-bounds in dbFindBitsRemington Brasga1-1/+1
2024-10-17jfs: fix out-of-bounds in dbNextAG() and diAlloc()Jeongjun Park2-3/+3
2024-08-19jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park1-1/+4
2024-07-27jfs: don't walk off the end of ealistlei lu1-4/+19
2024-07-05jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman1-1/+3
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-19jfs: validate max amount of blocks before allocation.Alexei Filippov1-0/+5
2023-08-26FS: JFS: Check for read-only mounted filesystem in txBeginImmad Mir1-0/+5
2023-08-26FS: JFS: Fix null-ptr-deref Read in txBeginImmad Mir1-0/+5
2023-08-26fs: 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-14fs: jfs: fix shift-out-of-bounds in dbDiscardAGHoi Pok Wu1-0/+5