summaryrefslogtreecommitdiffstats
path: root/fs/jfs
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-10/+10
2026-02-12Merge tag 'jfs-7.0' of github.com:kleikamp/linux-shaggyLinus Torvalds-4/+7
2026-02-09Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+2
2026-02-02jfs: avoid -Wtautological-constant-out-of-range-compare warningArnd Bergmann-2/+2
2026-01-16posix_acl: make posix_acl_to_xattr() alloc the bufferMiklos Szeredi-7/+2
2026-01-12jfs: add setlease file operationJeff Layton-0/+4
2025-12-02jfs: Add missing set_freezable() for freezable kthreadHaotian Zhang-0/+1
2025-12-02jfs: nlink overflow in jfs_renameJori Koolstra-2/+4
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+4
2025-10-29jfs: Rename _inline to avoid conflict with clang's '-fms-extensions'Nathan Chancellor-3/+3
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik-4/+4
2025-10-03Merge tag 'jfs-6.18' of github.com:kleikamp/linux-shaggyLinus Torvalds-13/+19
2025-09-18jfs: replace hardcoded magic number with DTPAGEMAXSLOT constantZheng Yu-2/+2
2025-09-18JFS: Remove redundant 0 value initializationLiao Yuanhong-1/+0
2025-09-18JFS: Remove unnecessary parenthesesLiao Yuanhong-5/+5
2025-09-18jfs: fix uninitialized waitqueue in transaction managerShaurya Rane-4/+5
2025-09-18jfs: Verify inode mode when loading from diskTetsuo Handa-1/+7
2025-09-13treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand-4/+4
2025-07-31Merge tag 'jfs-6.17' of github.com:kleikamp/linux-shaggyLinus Torvalds-69/+96
2025-07-29jfs: fix metapage reference count leak in dbAllocCtlZheng Yu-1/+3
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+4
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+9
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen-7/+9
2025-07-14jfs: stop using write_cache_pagesChristoph Hellwig-3/+5
2025-07-14jfs: truncate good inode pages when hard link is 0Lizhi Xu-1/+1
2025-07-14jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage()Suchit Karunakaran-64/+78
2025-07-14jfs: Regular file corruption checkEdward Adam Davis-0/+3
2025-07-14jfs: upper bound check of tree index in dbAllocAGArnaud Lecomte-0/+6
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner-4/+4
2025-06-17fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()Lorenzo Stoakes-1/+1
2025-06-10new helper: set_default_d_op()Al Viro-1/+1
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+106
2025-05-12jfs: implement migrate_folio for jfs_metapage_aopsShivank Garg-0/+106
2025-04-03jfs: fix array-index-out-of-bounds read in add_missing_indicesAditya Dutt-3/+15
2025-04-03jfs: Fix null-ptr-deref in jfs_ioc_trimDylan Wolff-1/+2
2025-04-03jfs: validate AG parameters in dbMount() to prevent crashesVasiliy Kovalev-1/+5
2025-03-27Merge tag 'jfs-6.14' of github.com:kleikamp/linux-shaggyLinus Torvalds-41/+51
2025-03-11jfs: add index corruption check to DT_GETPAGE()Roman Smirnov-1/+2
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown-4/+4
2025-02-20fs/jfs: consolidate sanity checking in dbMountDave Kleikamp-28/+9
2025-02-20jfs: add sanity check for agwidth in dbMountEdward Adam Davis-0/+4
2025-02-20jfs: Prevent copying of nlink with value 0 from disk inodeEdward Adam Davis-1/+1
2025-02-20fs/jfs: Prevent integer overflow in AG size calculationRand Deeb-1/+1
2025-02-20fs/jfs: cast inactags to s64 to prevent potential overflowRand Deeb-2/+2
2025-02-19jfs: Fix uninit-value access of imap allocated in the diMount() functionZhongqiu Han-1/+1
2025-02-19jfs: fix slab-out-of-bounds read in ea_get()Qasim Ijaz-5/+10
2025-02-19jfs: add check read-only before truncation in jfs_truncate_nolock()Vasiliy Kovalev-1/+1
2025-02-19jfs: add check read-only before txBeginAnon() callVasiliy Kovalev-0/+10