index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de()
Zeng Heng
2023-05-11
3
-1
/
+6
*
fs/ntfs3: Fix OOB read in indx_insert_into_buffer
ZhangPeng
2023-05-11
1
-0
/
+4
*
fs/ntfs3: Add check for kmemdup
Jiasheng Jiang
2023-05-11
1
-0
/
+4
*
fs/ntfs3: Fix memory leak if ntfs_read_mft failed
Chen Zhongjin
2023-05-11
1
-1
/
+1
*
pstore: Revert pmsg_lock back to a normal mutex
John Stultz
2023-05-11
1
-4
/
+3
*
jdb2: Don't refuse invalidation of already invalidated buffers
Jan Kara
2023-05-11
1
-0
/
+3
*
f2fs: fix to check return value of inc_valid_block_count()
Chao Yu
2023-05-11
1
-1
/
+7
*
f2fs: fix to check return value of f2fs_do_truncate_blocks()
Chao Yu
2023-05-11
1
-1
/
+5
*
f2fs: fix to avoid use-after-free for cached IPU bio
Chao Yu
2023-05-11
1
-1
/
+4
*
f2fs: fix iostat lock protection
Qilin Tan
2023-05-11
1
-2
/
+2
*
f2fs: fix scheduling while atomic in decompression path
Jaegeuk Kim
2023-05-11
3
-2
/
+8
*
f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_p...
Yangtao Li
2023-05-11
1
-0
/
+6
*
f2fs: apply zone capacity to all zone type
Jaegeuk Kim
2023-05-11
2
-61
/
+7
*
f2fs: fix uninitialized skipped_gc_rwsem
Yonggil Song
2023-05-11
1
-1
/
+1
*
f2fs: handle dqget error in f2fs_transfer_project_quota()
Yangtao Li
2023-05-11
1
-7
/
+8
*
erofs: fix potential overflow calculating xattr_isize
Jingbo Xu
2023-05-11
1
-1
/
+1
*
erofs: initialize packed inode after root inode is assigned
Jingbo Xu
2023-05-11
2
-11
/
+12
*
erofs: stop parsing non-compact HEAD index if clusterofs is invalid
Gao Xiang
2023-05-11
1
-0
/
+4
*
xfs: don't consider future format versions valid
Dave Chinner
2023-05-11
1
-5
/
+6
*
ceph: fix potential use-after-free bug when trimming caps
Xiubo Li
2023-05-11
5
-35
/
+62
*
ubifs: Fix memory leak in do_rename
Mårten Lindahl
2023-05-11
1
-6
/
+0
*
ubifs: Free memory for tmpfile name
Mårten Lindahl
2023-05-11
1
-0
/
+1
*
ubifs: Fix memleak when insert_old_idx() failed
Zhihao Cheng
2023-05-11
1
-50
/
+87
*
Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"
Zhihao Cheng
2023-05-11
1
-8
/
+1
*
ksmbd: fix deadlock in ksmbd_find_crypto_ctx()
Namjae Jeon
2023-05-11
1
-8
/
+11
*
ksmbd: not allow guest user on multichannel
Namjae Jeon
2023-05-11
1
-2
/
+9
*
ksmbd: fix memleak in session setup
Namjae Jeon
2023-05-11
1
-0
/
+4
*
ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem()
Namjae Jeon
2023-05-11
1
-0
/
+3
*
ksmbd: call rcu_barrier() in ksmbd_server_exit()
Namjae Jeon
2023-05-11
1
-0
/
+1
*
ksmbd: fix racy issue under cocurrent smb2 tree disconnect
Namjae Jeon
2023-05-11
3
-2
/
+14
*
reiserfs: Add security prefix to xattr name in reiserfs_security_write()
Roberto Sassu
2023-05-11
1
-2
/
+6
*
fs: fix sysctls.c built
Kefeng Wang
2023-05-11
1
-2
/
+1
*
blk-crypto: add a blk_crypto_config_supported_natively helper
Christoph Hellwig
2023-05-11
1
-4
/
+2
*
blk-crypto: don't use struct request_queue for public interfaces
Christoph Hellwig
2023-05-11
1
-5
/
+3
*
btrfs: fix uninitialized variable warnings
Genjian Zhang
2023-05-01
2
-2
/
+2
*
fuse: always revalidate rename target dentry
Jiachen Zhang
2023-04-26
1
-1
/
+1
*
writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs
Baokun Li
2023-04-26
1
-7
/
+10
*
nilfs2: initialize unused bytes in segment summary blocks
Ryusuke Konishi
2023-04-26
1
-0
/
+20
*
btrfs: get the next extent map during fiemap/lseek more efficiently
Filipe Manana
2023-04-26
3
-18
/
+59
*
Revert "userfaultfd: don't fail on unrecognized features"
Peter Xu
2023-04-26
1
-2
/
+4
*
cifs: fix negotiate context parsing
David Disseldorp
2023-04-20
1
-10
/
+31
*
ksmbd: avoid out of bounds access in decode_preauth_ctxt()
David Disseldorp
2023-04-20
1
-9
/
+14
*
btrfs: fix fast csum implementation detection
Christoph Hellwig
2023-04-20
2
-2
/
+14
*
btrfs: restore the thread_pool= behavior in remount for the end I/O workqueues
Christoph Hellwig
2023-04-20
1
-0
/
+2
*
fs: drop peer group ids under namespace lock
Christian Brauner
2023-04-13
1
-1
/
+1
*
cifs: sanitize paths in cifs_update_super_prepath.
Thiago Rafael Becker
2023-04-13
3
-7
/
+11
*
ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr
Namjae Jeon
2023-04-13
4
-37
/
+111
*
ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN
Marios Makassikis
2023-04-13
1
-4
/
+1
*
nilfs2: fix sysfs interface lifetime
Ryusuke Konishi
2023-04-13
2
-5
/
+9
*
nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
Ryusuke Konishi
2023-04-13
1
-2
/
+1
[next]