summaryrefslogtreecommitdiffstats
path: root/fs/jfs
AgeCommit message (Expand)AuthorLines
2026-04-15Merge tag 'jfs-7.1' of github.com:kleikamp/linux-shaggyLinus Torvalds-30/+344
2026-03-16jfs: avoid -Wtautological-constant-out-of-range-compare warning againArnd Bergmann-5/+2
2026-03-11JFS: always load filesystem UUID during mountJoão Paredes-1/+2
2026-03-11jfs: hold LOG_LOCK on umount to avoid null-ptr-derefHelen Koike-9/+24
2026-03-11jfs: Set the lbmDone flag at the end of lbmIODoneEdward Adam Davis-11/+7
2026-03-11jfs: fix corrupted list in dbUpdatePMapYun Zhou-2/+4
2026-03-11jfs: add dmapctl integrity check to prevent invalid operationsYun Zhou-3/+111
2026-03-11jfs: add dtpage integrity check to prevent index/pointer overflowsYun Zhou-4/+107
2026-03-11jfs: add dtroot integrity check to prevent index out-of-boundsYun Zhou-0/+92
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton-3/+3
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