index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-02
ext4: make block validity check resistent to sb bh corruption
Ojaswin Mujoo
2
-6
/
+6
2025-05-02
cifs: avoid NULL pointer dereference in dbg call
Alexandra Diupina
1
-4
/
+5
2025-05-02
cifs: print TIDs as hex
Enzo Matsumiya
2
-2
/
+2
2025-05-02
fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats
Oleg Nesterov
1
-22
/
+30
2025-05-02
jfs: Fix shift-out-of-bounds in dbDiscardAG
Pei Li
1
-0
/
+2
2025-05-02
ext4: fix timer use-after-free on failed mount
Xiaxi Shen
1
-1
/
+1
2025-05-02
smb: client: fix NULL ptr deref in crypto_aead_setkey()
Paulo Alcantara
1
-1
/
+3
2025-05-02
smb: client: fix UAF in async decryption
Enzo Matsumiya
2
-20
/
+34
2025-05-02
smb: client: fix potential UAF in cifs_stats_proc_show()
Paulo Alcantara
1
-0
/
+2
2025-05-02
smb: client: fix potential deadlock when releasing mids
Paulo Alcantara
3
-10
/
+8
2025-05-02
cifs: Fix UAF in cifs_demultiplex_thread()
Zhang Xiaoxu
2
-11
/
+24
2025-05-02
smb: client: fix use-after-free bug in cifs_debug_data_proc_show()
Paulo Alcantara
1
-0
/
+2
2025-05-02
smb: client: fix potential UAF in cifs_debug_files_proc_show()
Paulo Alcantara
2
-0
/
+10
2025-05-02
virtiofs: add filesystem context source name check
Xiangsheng Hou
1
-0
/
+3
2025-05-02
isofs: Prevent the use of too small fid
Edward Adam Davis
1
-1
/
+1
2025-05-02
hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
Vasiliy Kovalev
2
-0
/
+12
2025-05-02
btrfs: correctly escape subvol in btrfs_show_options()
Johannes Kimmel
1
-2
/
+1
2025-05-02
nfsd: decrease sc_count directly if fail to queue dl_recall
Li Lingfeng
1
-1
/
+1
2025-05-02
nfs: add missing selections of CONFIG_CRC32
Eric Biggers
6
-19
/
+3
2025-05-02
nfs: move nfs_fhandle_hash to common include file
Jeff Layton
1
-15
/
+0
2025-05-02
jbd2: remove wrong sb->s_sequence check
Jan Kara
1
-1
/
+0
2025-05-02
ext4: fix off-by-one error in do_split
Artem Sadovnikov
1
-1
/
+1
2025-05-02
ext4: don't treat fhandle lookup of ea_inode as FS corruption
Jann Horn
1
-20
/
+48
2025-05-02
ext4: reject casefold inode flag without casefold feature
Eric Biggers
1
-1
/
+4
2025-05-02
ext4: ignore xattrs past end
Bhupesh
1
-1
/
+10
2025-05-02
ext4: protect ext4_release_dquot against freezing
Ojaswin Mujoo
1
-0
/
+17
2025-05-02
f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks()
Chao Yu
1
-1
/
+8
2025-05-02
jfs: add sanity check for agwidth in dbMount
Edward Adam Davis
1
-0
/
+4
2025-05-02
jfs: Prevent copying of nlink with value 0 from disk inode
Edward Adam Davis
1
-1
/
+1
2025-05-02
fs/jfs: Prevent integer overflow in AG size calculation
Rand Deeb
1
-1
/
+1
2025-05-02
fs/jfs: cast inactags to s64 to prevent potential overflow
Rand Deeb
1
-2
/
+2
2025-05-02
umount: Allow superblock owners to force umount
Trond Myklebust
1
-1
/
+2
2025-04-10
NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up
Chuck Lever
1
-7
/
+12
2025-04-10
nfsd: put dl_stid if fail to queue dl_recall
Li Lingfeng
1
-1
/
+11
2025-04-10
jfs: add index corruption check to DT_GETPAGE()
Roman Smirnov
1
-1
/
+2
2025-04-10
jfs: fix slab-out-of-bounds read in ea_get()
Qasim Ijaz
1
-5
/
+10
2025-04-10
ext4: fix OOB read when checking dotdot dir
Acs, Jakub
1
-0
/
+3
2025-04-10
ext4: don't over-report free space or inodes in statvfs
Theodore Ts'o
1
-10
/
+17
2025-04-10
btrfs: handle errors from btrfs_dec_ref() properly
Josef Bacik
1
-1
/
+4
2025-04-10
affs: don't write overlarge OFS data block size fields
Simon Tatham
1
-1
/
+2
2025-04-10
affs: generate OFS sequence numbers starting at 1
Simon Tatham
1
-3
/
+3
2025-04-10
exfat: fix the infinite loop in exfat_find_last_cluster()
Yuezhang Mo
1
-1
/
+1
2025-04-10
fs/procfs: fix the comment above proc_pid_wchan()
Bart Van Assche
1
-1
/
+1
2025-04-10
NFSv4: Don't trigger uneccessary scans for return-on-close delegations
Trond Myklebust
1
-15
/
+18
2025-04-10
ocfs2: validate l_tree_depth to avoid out-of-bounds access
Vasiliy Kovalev
1
-0
/
+8
2025-04-10
isofs: fix KMSAN uninit-value bug in do_isofs_readdir()
Qasim Ijaz
1
-1
/
+2
2025-04-10
proc: fix UAF in proc_get_inode()
Ye Bin
3
-4
/
+26
2025-04-10
fuse: don't truncate cached, mutated symlink
Miklos Szeredi
2
-6
/
+20
2025-04-10
vboxsf: fix building with GCC 15
Brahmajit Das
1
-1
/
+2
2025-03-13
udf: Fix use of check_add_overflow() with mixed type arguments
Ben Hutchings
1
-1
/
+1
[next]