summaryrefslogtreecommitdiff
path: root/fs/jfs
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'jfs-7.1' of github.com:kleikamp/linux-shaggyLinus Torvalds10-30/+344
2026-03-16jfs: avoid -Wtautological-constant-out-of-range-compare warning againArnd Bergmann1-5/+2
2026-03-11JFS: always load filesystem UUID during mountJoão Paredes1-1/+2
2026-03-11jfs: hold LOG_LOCK on umount to avoid null-ptr-derefHelen Koike3-9/+24
2026-03-11jfs: Set the lbmDone flag at the end of lbmIODoneEdward Adam Davis1-11/+7
2026-03-11jfs: fix corrupted list in dbUpdatePMapYun Zhou2-2/+4
2026-03-11jfs: add dmapctl integrity check to prevent invalid operationsYun Zhou1-3/+111
2026-03-11jfs: add dtpage integrity check to prevent index/pointer overflowsYun Zhou2-4/+107
2026-03-11jfs: add dtroot integrity check to prevent index out-of-boundsYun Zhou3-0/+92
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton3-3/+3
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-10/+10
2026-02-12Merge tag 'jfs-7.0' of github.com:kleikamp/linux-shaggyLinus Torvalds3-4/+7
2026-02-10Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+2
2026-02-02jfs: avoid -Wtautological-constant-out-of-range-compare warningArnd Bergmann1-2/+2
2026-01-16posix_acl: make posix_acl_to_xattr() alloc the bufferMiklos Szeredi1-7/+2
2026-01-12jfs: add setlease file operationJeff Layton2-0/+4
2025-12-02jfs: Add missing set_freezable() for freezable kthreadHaotian Zhang1-0/+1
2025-12-02jfs: nlink overflow in jfs_renameJori Koolstra1-2/+4
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-4/+4
2025-10-30jfs: Rename _inline to avoid conflict with clang's '-fms-extensions'Nathan Chancellor1-3/+3
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik3-4/+4
2025-10-03Merge tag 'jfs-6.18' of github.com:kleikamp/linux-shaggyLinus Torvalds5-13/+19
2025-09-18jfs: replace hardcoded magic number with DTPAGEMAXSLOT constantZheng Yu1-2/+2
2025-09-18JFS: Remove redundant 0 value initializationLiao Yuanhong1-1/+0
2025-09-18JFS: Remove unnecessary parenthesesLiao Yuanhong1-5/+5
2025-09-18jfs: fix uninitialized waitqueue in transaction managerShaurya Rane1-4/+5
2025-09-18jfs: Verify inode mode when loading from diskTetsuo Handa1-1/+7
2025-09-14treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand1-4/+4
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