summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2025-11-13jfs: fix uninitialized waitqueue in transaction managerShaurya Rane1-4/+5
2025-11-13jfs: Verify inode mode when loading from diskTetsuo Handa1-1/+7
2025-08-20jfs: upper bound check of tree index in dbAllocAGArnaud Lecomte1-0/+6
2025-08-20jfs: Regular file corruption checkEdward Adam Davis1-0/+3
2025-08-20jfs: truncate good inode pages when hard link is 0Lizhi Xu1-1/+1
2025-08-15jfs: fix metapage reference count leak in dbAllocCtlZheng Yu1-1/+3
2025-08-01jfs: reject on-disk inodes of an unsupported typeDmitry Antipov1-2/+11
2025-07-06jfs: validate AG parameters in dbMount() to prevent crashesVasiliy Kovalev1-1/+5
2025-07-06fs/jfs: consolidate sanity checking in dbMountDave Kleikamp1-28/+9
2025-04-20jfs: add sanity check for agwidth in dbMountEdward Adam Davis1-0/+4
2025-04-20jfs: Prevent copying of nlink with value 0 from disk inodeEdward Adam Davis1-1/+1
2025-04-20fs/jfs: Prevent integer overflow in AG size calculationRand Deeb1-1/+1
2025-04-20fs/jfs: cast inactags to s64 to prevent potential overflowRand Deeb1-2/+2
2025-04-20jfs: Fix uninit-value access of imap allocated in the diMount() functionZhongqiu Han1-1/+1
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-05jfs: xattr: check invalid xattr size more strictlyArtem Sadovnikov1-1/+1
2024-10-22jfs: Fix sanity check in dbMountDave Kleikamp1-1/+1
2024-09-19Merge tag 'jfs-6.12' of github.com:kleikamp/linux-shaggyLinus Torvalds4-7/+19
2024-09-04jfs: Fix uninit-value access of new_ea in ea_bufferZhao Mengmeng1-0/+2
2024-08-27jfs: check if leafidx greater than num leaves per dmap treeEdward Adam Davis1-1/+4
2024-08-27jfs: Fix uaf in dbFreeBitsEdward Adam Davis1-2/+9
2024-08-23jfs: fix out-of-bounds in dbNextAG() and diAlloc()Jeongjun Park2-3/+3
2024-08-23jfs: UBSAN: shift-out-of-bounds in dbFindBitsRemington Brasga1-1/+1
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-07-24Merge tag 'jfs-6.11' of github.com:kleikamp/linux-shaggyLinus Torvalds7-173/+193
2024-06-27jfs: don't walk off the end of ealistlei lu1-4/+19
2024-06-26jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li1-0/+2
2024-06-26jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park1-1/+4
2024-06-26jfs: fix null ptr deref in dtInsertEntryEdward Adam Davis1-0/+2
2024-06-04jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman1-1/+3
2024-05-28jfs: Remove use of folio error flagMatthew Wilcox (Oracle)1-22/+25
2024-05-28jfs: Change metapage->page to metapage->folioMatthew Wilcox (Oracle)3-22/+22
2024-05-28jfs: Convert force_metapage to use a folioMatthew Wilcox (Oracle)1-9/+8
2024-05-28jfs: Convert inc_io to take a folioMatthew Wilcox (Oracle)1-7/+8
2024-05-28jfs: Convert page_to_mp to folio_to_mpMatthew Wilcox (Oracle)1-10/+12
2024-05-28jfs; Convert __invalidate_metapages to use a folioMatthew Wilcox (Oracle)1-6/+6
2024-05-28jfs: Convert dec_io to take a folioMatthew Wilcox (Oracle)1-15/+17
2024-05-24jfs: Convert drop_metapage and remove_metapage to take a folioMatthew Wilcox (Oracle)1-12/+12
2024-05-24jfs; Convert release_metapage to use a folioMatthew Wilcox (Oracle)1-12/+10
2024-05-24jfs: Convert insert_metapage() to take a folioMatthew Wilcox (Oracle)1-18/+13
2024-05-24jfs: Convert __get_metapage to use a folioMatthew Wilcox (Oracle)1-14/+14
2024-05-24jfs: Convert metapage_writepage to metapage_write_folioMatthew Wilcox (Oracle)1-34/+41
2024-05-24jfs: Convert metapage_read_folio to use folio APIsMatthew Wilcox (Oracle)1-22/+13
2024-03-27fs,block: yield devices earlyChristian Brauner1-2/+2