index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
fs
/
jfs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-03
Merge tag 'jfs-6.18' of github.com:kleikamp/linux-shaggy
Linus Torvalds
5
-13
/
+19
2025-09-18
jfs: replace hardcoded magic number with DTPAGEMAXSLOT constant
Zheng Yu
1
-2
/
+2
2025-09-18
JFS: Remove redundant 0 value initialization
Liao Yuanhong
1
-1
/
+0
2025-09-18
JFS: Remove unnecessary parentheses
Liao Yuanhong
1
-5
/
+5
2025-09-18
jfs: fix uninitialized waitqueue in transaction manager
Shaurya Rane
1
-4
/
+5
2025-09-18
jfs: Verify inode mode when loading from disk
Tetsuo Handa
1
-1
/
+7
2025-09-13
treewide: remove MIGRATEPAGE_SUCCESS
David Hildenbrand
1
-4
/
+4
2025-07-31
Merge tag 'jfs-6.17' of github.com:kleikamp/linux-shaggy
Linus Torvalds
5
-69
/
+96
2025-07-29
jfs: fix metapage reference count leak in dbAllocCtl
Zheng Yu
1
-1
/
+3
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-4
/
+4
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-1
/
+1
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-7
/
+9
2025-07-16
fs: change write_begin/write_end interface to take struct kiocb *
Taotao Chen
1
-7
/
+9
2025-07-14
jfs: stop using write_cache_pages
Christoph Hellwig
1
-3
/
+5
2025-07-14
jfs: truncate good inode pages when hard link is 0
Lizhi Xu
1
-1
/
+1
2025-07-14
jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage()
Suchit Karunakaran
1
-64
/
+78
2025-07-14
jfs: Regular file corruption check
Edward Adam Davis
1
-0
/
+3
2025-07-14
jfs: upper bound check of tree index in dbAllocAG
Arnaud Lecomte
1
-0
/
+6
2025-07-04
tree-wide: s/struct fileattr/struct file_kattr/g
Christian Brauner
2
-4
/
+4
2025-06-17
fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
Lorenzo Stoakes
1
-1
/
+1
2025-06-10
new helper: set_default_d_op()
Al Viro
1
-1
/
+1
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+106
2025-05-12
jfs: implement migrate_folio for jfs_metapage_aops
Shivank Garg
1
-0
/
+106
2025-04-03
jfs: fix array-index-out-of-bounds read in add_missing_indices
Aditya Dutt
1
-3
/
+15
2025-04-03
jfs: Fix null-ptr-deref in jfs_ioc_trim
Dylan Wolff
1
-1
/
+2
2025-04-03
jfs: validate AG parameters in dbMount() to prevent crashes
Vasiliy Kovalev
1
-1
/
+5
2025-03-27
Merge tag 'jfs-6.14' of github.com:kleikamp/linux-shaggy
Linus Torvalds
7
-41
/
+51
2025-03-11
jfs: add index corruption check to DT_GETPAGE()
Roman Smirnov
1
-1
/
+2
2025-02-27
Change inode_operations.mkdir to return struct dentry *
NeilBrown
1
-4
/
+4
2025-02-20
fs/jfs: consolidate sanity checking in dbMount
Dave Kleikamp
1
-28
/
+9
2025-02-20
jfs: add sanity check for agwidth in dbMount
Edward Adam Davis
1
-0
/
+4
2025-02-20
jfs: Prevent copying of nlink with value 0 from disk inode
Edward Adam Davis
1
-1
/
+1
2025-02-20
fs/jfs: Prevent integer overflow in AG size calculation
Rand Deeb
1
-1
/
+1
2025-02-20
fs/jfs: cast inactags to s64 to prevent potential overflow
Rand Deeb
1
-2
/
+2
2025-02-19
jfs: Fix uninit-value access of imap allocated in the diMount() function
Zhongqiu Han
1
-1
/
+1
2025-02-19
jfs: fix slab-out-of-bounds read in ea_get()
Qasim Ijaz
1
-5
/
+10
2025-02-19
jfs: add check read-only before truncation in jfs_truncate_nolock()
Vasiliy Kovalev
1
-1
/
+1
2025-02-19
jfs: add check read-only before txBeginAnon() call
Vasiliy Kovalev
1
-0
/
+10
2025-02-19
jfs: reject on-disk inodes of an unsupported type
Dmitry Antipov
1
-2
/
+11
2025-02-13
jfs: Remove reference to bh->b_page
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-02-13
jfs: Delete a couple tabs in jfs_reconfigure()
Dan Carpenter
1
-2
/
+2
2025-01-27
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
1
-1
/
+2
2024-11-21
Merge tag 'jfs-6.13' of github.com:kleikamp/linux-shaggy
Linus Torvalds
3
-1
/
+22
2024-11-18
Merge tag 'vfs-6.13.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-223
/
+247
2024-10-29
jfs: add a check to prevent array-index-out-of-bounds in dbAdjTree
Nihar Chaithanya
1
-0
/
+3
2024-10-29
jfs: xattr: check invalid xattr size more strictly
Artem Sadovnikov
1
-1
/
+1
2024-10-29
jfs: fix array-index-out-of-bounds in jfs_readdir
Ghanshyam Agrawal
1
-0
/
+8
2024-10-29
jfs: fix shift-out-of-bounds in dbSplit
Ghanshyam Agrawal
1
-0
/
+3
2024-10-29
jfs: array-index-out-of-bounds fix in dtReadFirst
Ghanshyam Agrawal
1
-0
/
+7
2024-10-22
jfs: Fix sanity check in dbMount
Dave Kleikamp
1
-1
/
+1
[next]