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
2023-06-28
ksmbd: call putname after using the last component
Namjae Jeon
1
-2
/
+6
2023-06-28
ksmbd: fix uninitialized pointer read in smb2_create_link()
Namjae Jeon
1
-3
/
+3
2023-06-28
ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()
Namjae Jeon
1
-0
/
+1
2023-06-28
gfs2: Don't get stuck writing page onto itself under direct I/O
Andreas Gruenbacher
1
-3
/
+14
2023-06-28
btrfs: fix an uninitialized variable warning in btrfs_log_inode
Shida Zhang
1
-1
/
+1
2023-06-28
smb3: missing null check in SMB2_change_notify
Steve French
1
-1
/
+1
2023-06-28
ksmbd: add mnt_want_write to ksmbd vfs functions
Namjae Jeon
5
-55
/
+117
2023-06-28
ksmbd: fix racy issue from using ->d_parent and ->d_name
Namjae Jeon
5
-386
/
+277
2023-06-28
fs: introduce lock_rename_child() helper
Al Viro
1
-11
/
+57
2023-06-28
ksmbd: remove internal.h include
Namjae Jeon
2
-4
/
+0
2023-06-28
nilfs2: prevent general protection fault in nilfs_clear_dirty_page()
Ryusuke Konishi
1
-1
/
+9
2023-06-28
nilfs2: fix buffer corruption due to concurrent device reads
Ryusuke Konishi
3
-1
/
+35
2023-06-28
afs: Fix waiting for writeback then skipping folio
Vishal Moola (Oracle)
1
-2
/
+4
2023-06-28
afs: Fix dangling folio ref counts in writeback
Vishal Moola (Oracle)
1
-0
/
+1
2023-06-28
ksmbd: validate session id and tree id in the compound request
Namjae Jeon
2
-18
/
+59
2023-06-28
ksmbd: fix out-of-bound read in smb2_write
Namjae Jeon
1
-3
/
+9
2023-06-28
ksmbd: validate command payload size
Namjae Jeon
1
-11
/
+12
2023-06-28
cifs: fix status checks in cifs_tree_connect
Shyam Prasad N
2
-8
/
+10
2023-06-21
afs: Fix vlserver probe RTT handling
David Howells
1
-2
/
+2
2023-06-21
ext4: drop the call to ext4_error() from ext4_get_group_info()
Fabio M. De Francesco
1
-11
/
+9
2023-06-21
cifs: fix lease break oops in xfstest generic/098
Steve French
1
-2
/
+6
2023-06-21
btrfs: can_nocow_file_extent should pass down args->strict from callers
Chris Mason
1
-1
/
+1
2023-06-21
btrfs: fix iomap_begin length for nocow writes
Christoph Hellwig
1
-6
/
+12
2023-06-21
btrfs: do not ASSERT() on duplicated global roots
Qu Wenruo
1
-2
/
+8
2023-06-21
btrfs: properly enable async discard when switching from RO->RW
Chris Mason
1
-0
/
+6
2023-06-21
btrfs: subpage: fix a crash in metadata repair path
Qu Wenruo
1
-4
/
+5
2023-06-21
nilfs2: reject devices with insufficient block count
Ryusuke Konishi
1
-1
/
+42
2023-06-21
nilfs2: fix possible out-of-bounds segment allocation in resize ioctl
Ryusuke Konishi
1
-0
/
+9
2023-06-21
nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key()
Ryusuke Konishi
1
-2
/
+10
2023-06-21
mm/uffd: fix vma operation where start addr cuts part of vma
Peter Xu
1
-0
/
+5
2023-06-21
ocfs2: check new file size on fallocate call
Luís Henriques
1
-1
/
+7
2023-06-21
ocfs2: fix use-after-free when unmounting read-only filesystem
Luís Henriques
1
-2
/
+4
2023-06-21
epoll: ep_autoremove_wake_function should use list_del_init_careful
Benjamin Segall
1
-1
/
+5
2023-06-21
erofs: use HIPRI by default if per-cpu kthreads are enabled
Gao Xiang
2
-2
/
+1
2023-06-21
btrfs: handle memory allocation failure in btrfs_csum_one_bio
Johannes Thumshirn
1
-1
/
+3
2023-06-21
btrfs: scrub: try harder to mark RAID56 block groups read-only
Qu Wenruo
2
-3
/
+20
2023-06-21
ksmbd: validate smb request protocol id
Namjae Jeon
2
-3
/
+16
2023-06-14
ext4: only check dquot_initialize_needed() when debugging
Theodore Ts'o
1
-2
/
+4
2023-06-14
Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-ena...
Theodore Ts'o
1
-5
/
+1
2023-06-14
ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loop
Namjae Jeon
1
-0
/
+12
2023-06-14
ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()
Namjae Jeon
2
-4
/
+4
2023-06-14
ksmbd: fix out-of-bound read in parse_lease_state()
Namjae Jeon
1
-42
/
+24
2023-06-14
ksmbd: fix out-of-bound read in deassemble_neg_contexts()
Namjae Jeon
1
-7
/
+6
2023-06-14
ceph: fix use-after-free bug for inodes when flushing capsnaps
Xiubo Li
2
-1
/
+9
2023-06-14
afs: Fix setting of mtime when creating a file/dir/symlink
David Howells
1
-0
/
+3
2023-06-09
ext4: enable the lazy init thread when remounting read/write
Theodore Ts'o
1
-12
/
+12
2023-06-09
xfs: verify buffer contents when we skip log replay
Darrick J. Wong
1
-0
/
+10
2023-06-09
ksmbd: fix multiple out-of-bounds read during context decoding
Kuan-Ting Chen
1
-19
/
+34
2023-06-09
ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate
Kuan-Ting Chen
1
-5
/
+5
2023-06-09
ksmbd: fix incorrect AllocationSize set in smb2_get_info
Namjae Jeon
1
-18
/
+3
[next]