index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
jfs
Age
Commit message (
Expand
)
Author
Lines
2026-04-15
Merge tag 'jfs-7.1' of github.com:kleikamp/linux-shaggy
Linus Torvalds
-30
/
+344
2026-03-16
jfs: avoid -Wtautological-constant-out-of-range-compare warning again
Arnd Bergmann
-5
/
+2
2026-03-11
JFS: always load filesystem UUID during mount
João Paredes
-1
/
+2
2026-03-11
jfs: hold LOG_LOCK on umount to avoid null-ptr-deref
Helen Koike
-9
/
+24
2026-03-11
jfs: Set the lbmDone flag at the end of lbmIODone
Edward Adam Davis
-11
/
+7
2026-03-11
jfs: fix corrupted list in dbUpdatePMap
Yun Zhou
-2
/
+4
2026-03-11
jfs: add dmapctl integrity check to prevent invalid operations
Yun Zhou
-3
/
+111
2026-03-11
jfs: add dtpage integrity check to prevent index/pointer overflows
Yun Zhou
-4
/
+107
2026-03-11
jfs: add dtroot integrity check to prevent index out-of-bounds
Yun Zhou
-0
/
+92
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
-3
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-10
/
+10
2026-02-12
Merge tag 'jfs-7.0' of github.com:kleikamp/linux-shaggy
Linus Torvalds
-4
/
+7
2026-02-09
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-7
/
+2
2026-02-02
jfs: avoid -Wtautological-constant-out-of-range-compare warning
Arnd Bergmann
-2
/
+2
2026-01-16
posix_acl: make posix_acl_to_xattr() alloc the buffer
Miklos Szeredi
-7
/
+2
2026-01-12
jfs: add setlease file operation
Jeff Layton
-0
/
+4
2025-12-02
jfs: Add missing set_freezable() for freezable kthread
Haotian Zhang
-0
/
+1
2025-12-02
jfs: nlink overflow in jfs_rename
Jori Koolstra
-2
/
+4
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-4
/
+4
2025-10-29
jfs: Rename _inline to avoid conflict with clang's '-fms-extensions'
Nathan Chancellor
-3
/
+3
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
-4
/
+4
2025-10-03
Merge tag 'jfs-6.18' of github.com:kleikamp/linux-shaggy
Linus Torvalds
-13
/
+19
2025-09-18
jfs: replace hardcoded magic number with DTPAGEMAXSLOT constant
Zheng Yu
-2
/
+2
2025-09-18
JFS: Remove redundant 0 value initialization
Liao Yuanhong
-1
/
+0
2025-09-18
JFS: Remove unnecessary parentheses
Liao Yuanhong
-5
/
+5
2025-09-18
jfs: fix uninitialized waitqueue in transaction manager
Shaurya Rane
-4
/
+5
2025-09-18
jfs: Verify inode mode when loading from disk
Tetsuo Handa
-1
/
+7
2025-09-13
treewide: remove MIGRATEPAGE_SUCCESS
David Hildenbrand
-4
/
+4
2025-07-31
Merge tag 'jfs-6.17' of github.com:kleikamp/linux-shaggy
Linus Torvalds
-69
/
+96
2025-07-29
jfs: fix metapage reference count leak in dbAllocCtl
Zheng Yu
-1
/
+3
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-4
/
+4
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-7
/
+9
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
-7
/
+9
2025-07-14
jfs: stop using write_cache_pages
Christoph Hellwig
-3
/
+5
2025-07-14
jfs: truncate good inode pages when hard link is 0
Lizhi Xu
-1
/
+1
2025-07-14
jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage()
Suchit Karunakaran
-64
/
+78
2025-07-14
jfs: Regular file corruption check
Edward Adam Davis
-0
/
+3
2025-07-14
jfs: upper bound check of tree index in dbAllocAG
Arnaud Lecomte
-0
/
+6
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
-4
/
+4
2025-06-17
fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
Lorenzo Stoakes
-1
/
+1
2025-06-10
new helper: set_default_d_op()
Al Viro
-1
/
+1
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-0
/
+106
2025-05-12
jfs: implement migrate_folio for jfs_metapage_aops
Shivank Garg
-0
/
+106
2025-04-03
jfs: fix array-index-out-of-bounds read in add_missing_indices
Aditya Dutt
-3
/
+15
2025-04-03
jfs: Fix null-ptr-deref in jfs_ioc_trim
Dylan Wolff
-1
/
+2
2025-04-03
jfs: validate AG parameters in dbMount() to prevent crashes
Vasiliy Kovalev
-1
/
+5
2025-03-27
Merge tag 'jfs-6.14' of github.com:kleikamp/linux-shaggy
Linus Torvalds
-41
/
+51
2025-03-11
jfs: add index corruption check to DT_GETPAGE()
Roman Smirnov
-1
/
+2
[next]