index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
Age
Commit message (
Expand
)
Author
Files
Lines
34 hours
Merge tag 'v7.2-rc3-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
5
-32
/
+56
3 days
ksmbd: validate compound request size before reading StructureSize2
Xiang Mei (Microsoft)
1
-0
/
+5
3 days
ksmbd: lock the binding preauth session in smb3_preauth_hash_rsp
Gil Portnoy
1
-10
/
+9
3 days
ksmbd: remove stale channels from all sessions on teardown
Gil Portnoy
1
-14
/
+11
3 days
ksmbd: fix stack buffer overflow in multichannel session-key copy
Gil Portnoy
2
-3
/
+3
3 days
ksmbd: fix memory leak of xattr_stream_name in smb2_rename()
Gil Portnoy
1
-2
/
+1
3 days
ksmbd: zero the smb2_read alignment tail to avoid an infoleak
Gil Portnoy
1
-0
/
+9
3 days
ksmbd: pin conn during async oplock break notification
Qihang
1
-2
/
+4
3 days
ksmbd: fix integer overflow in set_file_allocation_info()
Ibrahim Hashimov
1
-1
/
+14
4 days
smb/client: flush dirty data before punching a hole
Huiwen He
1
-0
/
+9
4 days
smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols in SMB2
Andy Shevchenko
2
-6
/
+7
4 days
smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols
Andy Shevchenko
2
-12
/
+13
6 days
smb: client: reject overlapping data areas in SMB2 responses
Shoichiro Miyamoto
1
-9
/
+25
6 days
smb/client: refresh allocation after EOF-extending fallocate
Huiwen He
5
-7
/
+67
6 days
smb/client: emulate small EOF-extending mode 0 fallocate ranges
Huiwen He
1
-9
/
+60
6 days
smb/client: reduce fallocate zero buffer allocation
Huiwen He
1
-3
/
+4
6 days
smb/client: handle overlapping allocated ranges in fallocate
Huiwen He
1
-7
/
+18
6 days
smb/client: refresh allocation size after duplicate extents
Huiwen He
2
-3
/
+37
6 days
smb: client: use kvzalloc() for megabyte buffer in simple fallocate
Fredric Cover
1
-2
/
+2
9 days
Merge tag 'v7.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
20
-121
/
+146
10 days
cifs: Remove CIFSSMBSetPathInfoFB() fallback function
Pali Rohár
1
-36
/
+0
10 days
cifs: Fix and improve cifs_is_path_accessible() function
Pali Rohár
1
-10
/
+16
10 days
smb: client: mask server-provided mode to 07777 in modefromsid
Norbert Manthey
1
-1
/
+1
10 days
cifs: Show reason why autodisabling serverino support
Pali Rohár
6
-9
/
+14
10 days
smb/client: fix incorrect nlink returned by fstat()
ChenXiaoSong
3
-0
/
+4
10 days
smb/client: zero-initialize stack-allocated cifs_open_info_data
ChenXiaoSong
3
-3
/
+3
10 days
smb/client: pass cifs_open_info_data to SMB2_open()
ChenXiaoSong
4
-27
/
+25
10 days
smb/client: use stack-allocated smb2_file_all_info in smb3_query_mf_symlink()
ChenXiaoSong
1
-12
/
+3
10 days
smb: client: fix overflow in passthrough ioctl bounds check
Guangshuo Li
1
-2
/
+2
11 days
smb: client: fix busy dentry warning on unmount after DIO
Zizhi Wo
4
-0
/
+19
11 days
cifs: Fix support for creating SFU fifo
Pali Rohár
1
-4
/
+2
11 days
cifs: Fix support for creating SFU socket
Pali Rohár
1
-4
/
+3
11 days
smb: client: fix atime clamp check in read completion
Xu Rao
1
-1
/
+1
11 days
cifs: validate DFS referral string offsets
Guangshuo Li
1
-0
/
+8
11 days
smb: client: use GFP_KERNEL for DFS cache allocations
Fredric Cover
1
-5
/
+5
11 days
smb: client: restrict implied bcc[0] exemption to responses without data area
Shoichiro Miyamoto
1
-6
/
+26
13 days
smb: client: preserve leading slash for POSIX absolute symlink targets
Steve French
1
-1
/
+16
13 days
ksmbd: use the session dialect for rejected binding signatures
Namjae Jeon
2
-5
/
+21
13 days
ksmbd: mark rejected cross-dialect bindings as signed
Namjae Jeon
1
-1
/
+3
13 days
ksmbd: sign rejected SMB2.1 session binding responses
Namjae Jeon
1
-2
/
+16
13 days
ksmbd: handle channel binding with a different user
Namjae Jeon
2
-3
/
+16
13 days
ksmbd: find bound sessions during reauthentication
Namjae Jeon
1
-0
/
+7
13 days
ksmbd: mark invalid session responses as signed
Namjae Jeon
1
-0
/
+6
13 days
smb/server: map SET_INFO ENOSPC to disk full
Huiwen He
1
-0
/
+2
13 days
ksmbd: coalesce sub-15ms write time updates on close
Namjae Jeon
2
-0
/
+8
13 days
ksmbd: fix multichannel binding and enforce channel limit
Namjae Jeon
5
-75
/
+126
13 days
ksmbd: validate SID namespace before mapping IDs
Namjae Jeon
1
-4
/
+17
14 days
smb: client: refactor cifs_revalidate_mapping() to use clear_and_wake_up_bit()
Mehdi Hassan
1
-3
/
+1
2026-07-03
Merge tag 'v7.2-rc1-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
8
-59
/
+214
2026-07-02
cifs: Fix missing credit release on failure in cifs_issue_read()
David Howells
1
-0
/
+1
[next]