summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)Author
2025-03-27Merge tag 'jfs-6.14' of github.com:kleikamp/linux-shaggyLinus Torvalds
2025-03-11jfs: add index corruption check to DT_GETPAGE()Roman Smirnov
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-20fs/jfs: consolidate sanity checking in dbMountDave Kleikamp
2025-02-20jfs: add sanity check for agwidth in dbMountEdward Adam Davis
2025-02-20jfs: Prevent copying of nlink with value 0 from disk inodeEdward Adam Davis
2025-02-20fs/jfs: Prevent integer overflow in AG size calculationRand Deeb
2025-02-20fs/jfs: cast inactags to s64 to prevent potential overflowRand Deeb
2025-02-19jfs: Fix uninit-value access of imap allocated in the diMount() functionZhongqiu Han
2025-02-19jfs: fix slab-out-of-bounds read in ea_get()Qasim Ijaz
2025-02-19jfs: add check read-only before truncation in jfs_truncate_nolock()Vasiliy Kovalev
2025-02-19jfs: add check read-only before txBeginAnon() callVasiliy Kovalev
2025-02-19jfs: reject on-disk inodes of an unsupported typeDmitry Antipov
2025-02-13jfs: Remove reference to bh->b_pageMatthew Wilcox (Oracle)
2025-02-13jfs: Delete a couple tabs in jfs_reconfigure()Dan Carpenter
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2024-11-21Merge tag 'jfs-6.13' of github.com:kleikamp/linux-shaggyLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-10-29jfs: add a check to prevent array-index-out-of-bounds in dbAdjTreeNihar Chaithanya
2024-10-29jfs: xattr: check invalid xattr size more strictlyArtem Sadovnikov
2024-10-29jfs: fix array-index-out-of-bounds in jfs_readdirGhanshyam Agrawal
2024-10-29jfs: fix shift-out-of-bounds in dbSplitGhanshyam Agrawal
2024-10-29jfs: array-index-out-of-bounds fix in dtReadFirstGhanshyam Agrawal
2024-10-22jfs: Fix sanity check in dbMountDave Kleikamp
2024-10-08jfs: convert jfs to use the new mount apiEric Sandeen
2024-09-19Merge tag 'jfs-6.12' of github.com:kleikamp/linux-shaggyLinus Torvalds
2024-09-04jfs: Fix uninit-value access of new_ea in ea_bufferZhao Mengmeng
2024-08-27jfs: check if leafidx greater than num leaves per dmap treeEdward Adam Davis
2024-08-27jfs: Fix uaf in dbFreeBitsEdward Adam Davis
2024-08-23jfs: fix out-of-bounds in dbNextAG() and diAlloc()Jeongjun Park
2024-08-23jfs: UBSAN: shift-out-of-bounds in dbFindBitsRemington Brasga
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-07-23Merge tag 'jfs-6.11' of github.com:kleikamp/linux-shaggyLinus Torvalds
2024-06-27jfs: don't walk off the end of ealistlei lu
2024-06-26jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li
2024-06-26jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park
2024-06-26jfs: fix null ptr deref in dtInsertEntryEdward Adam Davis
2024-06-04jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman
2024-05-27jfs: Remove use of folio error flagMatthew Wilcox (Oracle)
2024-05-27jfs: Change metapage->page to metapage->folioMatthew Wilcox (Oracle)
2024-05-27jfs: Convert force_metapage to use a folioMatthew Wilcox (Oracle)
2024-05-27jfs: Convert inc_io to take a folioMatthew Wilcox (Oracle)
2024-05-27jfs: Convert page_to_mp to folio_to_mpMatthew Wilcox (Oracle)
2024-05-27jfs; Convert __invalidate_metapages to use a folioMatthew Wilcox (Oracle)
2024-05-27jfs: Convert dec_io to take a folioMatthew Wilcox (Oracle)
2024-05-24jfs: Convert drop_metapage and remove_metapage to take a folioMatthew Wilcox (Oracle)
2024-05-24jfs; Convert release_metapage to use a folioMatthew Wilcox (Oracle)
2024-05-24jfs: Convert insert_metapage() to take a folioMatthew Wilcox (Oracle)
2024-05-24jfs: Convert __get_metapage to use a folioMatthew Wilcox (Oracle)