summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
2025-07-31Merge tag 'jfs-6.17' of github.com:kleikamp/linux-shaggyLinus Torvalds5-69/+96
2025-07-29jfs: fix metapage reference count leak in dbAllocCtlZheng Yu1-1/+3
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+9
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-7/+9
2025-07-15jfs: stop using write_cache_pagesChristoph Hellwig1-3/+5
2025-07-15jfs: truncate good inode pages when hard link is 0Lizhi Xu1-1/+1
2025-07-15jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage()Suchit Karunakaran1-64/+78
2025-07-15jfs: Regular file corruption checkEdward Adam Davis1-0/+3
2025-07-15jfs: upper bound check of tree index in dbAllocAGArnaud Lecomte1-0/+6
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner2-4/+4
2025-06-17fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()Lorenzo Stoakes1-1/+1
2025-06-11new helper: set_default_d_op()Al Viro1-1/+1
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+106
2025-05-13jfs: implement migrate_folio for jfs_metapage_aopsShivank Garg1-0/+106
2025-04-03jfs: fix array-index-out-of-bounds read in add_missing_indicesAditya Dutt1-3/+15
2025-04-03jfs: Fix null-ptr-deref in jfs_ioc_trimDylan Wolff1-1/+2
2025-04-03jfs: validate AG parameters in dbMount() to prevent crashesVasiliy Kovalev1-1/+5
2025-03-27Merge tag 'jfs-6.14' of github.com:kleikamp/linux-shaggyLinus Torvalds7-41/+51
2025-03-11jfs: add index corruption check to DT_GETPAGE()Roman Smirnov1-1/+2
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2025-02-20fs/jfs: consolidate sanity checking in dbMountDave Kleikamp1-28/+9
2025-02-20jfs: add sanity check for agwidth in dbMountEdward Adam Davis1-0/+4
2025-02-20jfs: Prevent copying of nlink with value 0 from disk inodeEdward Adam Davis1-1/+1
2025-02-20fs/jfs: Prevent integer overflow in AG size calculationRand Deeb1-1/+1
2025-02-20fs/jfs: cast inactags to s64 to prevent potential overflowRand Deeb1-2/+2
2025-02-20jfs: Fix uninit-value access of imap allocated in the diMount() functionZhongqiu Han1-1/+1
2025-02-20jfs: fix slab-out-of-bounds read in ea_get()Qasim Ijaz1-5/+10
2025-02-20jfs: add check read-only before truncation in jfs_truncate_nolock()Vasiliy Kovalev1-1/+1
2025-02-20jfs: add check read-only before txBeginAnon() callVasiliy Kovalev1-0/+10
2025-02-20jfs: reject on-disk inodes of an unsupported typeDmitry Antipov1-2/+11
2025-02-13jfs: Remove reference to bh->b_pageMatthew Wilcox (Oracle)1-1/+1
2025-02-13jfs: Delete a couple tabs in jfs_reconfigure()Dan Carpenter1-2/+2
2025-01-28Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
2024-11-21Merge tag 'jfs-6.13' of github.com:kleikamp/linux-shaggyLinus Torvalds3-1/+22
2024-11-18Merge tag 'vfs-6.13.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-223/+247
2024-10-30jfs: add a check to prevent array-index-out-of-bounds in dbAdjTreeNihar Chaithanya1-0/+3
2024-10-30jfs: xattr: check invalid xattr size more strictlyArtem Sadovnikov1-1/+1
2024-10-30jfs: fix array-index-out-of-bounds in jfs_readdirGhanshyam Agrawal1-0/+8
2024-10-30jfs: fix shift-out-of-bounds in dbSplitGhanshyam Agrawal1-0/+3
2024-10-30jfs: array-index-out-of-bounds fix in dtReadFirstGhanshyam Agrawal1-0/+7
2024-10-22jfs: Fix sanity check in dbMountDave Kleikamp1-1/+1
2024-10-08jfs: convert jfs to use the new mount apiEric Sandeen2-223/+247
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