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-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
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
-4
/
+4
2025-02-20
fs/jfs: consolidate sanity checking in dbMount
Dave Kleikamp
-28
/
+9
2025-02-20
jfs: add sanity check for agwidth in dbMount
Edward Adam Davis
-0
/
+4
2025-02-20
jfs: Prevent copying of nlink with value 0 from disk inode
Edward Adam Davis
-1
/
+1
2025-02-20
fs/jfs: Prevent integer overflow in AG size calculation
Rand Deeb
-1
/
+1
2025-02-20
fs/jfs: cast inactags to s64 to prevent potential overflow
Rand Deeb
-2
/
+2
2025-02-19
jfs: Fix uninit-value access of imap allocated in the diMount() function
Zhongqiu Han
-1
/
+1
2025-02-19
jfs: fix slab-out-of-bounds read in ea_get()
Qasim Ijaz
-5
/
+10
2025-02-19
jfs: add check read-only before truncation in jfs_truncate_nolock()
Vasiliy Kovalev
-1
/
+1
2025-02-19
jfs: add check read-only before txBeginAnon() call
Vasiliy Kovalev
-0
/
+10
[next]