index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-26
smb: Initialize cfid->tcon before performing network ops
Paul Aurich
1
-1
/
+1
2024-11-26
smb: During unmount, ensure all cached dir instances drop their dentry
Paul Aurich
6
-36
/
+147
2024-11-26
smb: client: fix noisy message when mounting shares
Paulo Alcantara
1
-1
/
+1
2024-11-26
smb: client: don't try following DFS links in cifs_tree_connect()
Paulo Alcantara
1
-171
/
+17
2024-11-26
smb: client: allow reconnect when sending ioctl
Paulo Alcantara
3
-11
/
+12
2024-11-26
smb: client: get rid of @nlsc param in cifs_tree_connect()
Paulo Alcantara
5
-20
/
+15
2024-11-26
smb: client: allow more DFS referrals to be cached
Paulo Alcantara
1
-2
/
+2
2024-11-25
cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE session
Pali Rohár
1
-2
/
+1
2024-11-25
cifs: Validate content of WSL reparse point buffers
Pali Rohár
1
-0
/
+5
2024-11-25
cifs: Improve guard for excluding $LXDEV xattr
Pali Rohár
1
-2
/
+2
2024-11-25
cifs: Add support for parsing WSL-style symlinks
Pali Rohár
1
-0
/
+49
2024-11-25
cifs: Validate content of native symlink
Pali Rohár
1
-0
/
+19
2024-11-25
cifs: Fix parsing native symlinks relative to the export
Pali Rohár
9
-28
/
+108
2024-11-25
smb: client: fix NULL ptr deref in crypto_aead_setkey()
Paulo Alcantara
1
-1
/
+3
2024-11-25
Update misleading comment in cifs_chan_update_iface
Marco Crivellari
1
-4
/
+1
2024-11-25
smb: client: change return value in open_cached_dir_by_dentry() if !cfids
Henrique Carvalho
1
-1
/
+1
2024-11-25
smb: client: disable directory caching when dir_cache_timeout is zero
Henrique Carvalho
1
-1
/
+1
2024-11-25
smb: client: remove unnecessary checks in open_cached_dir()
Henrique Carvalho
1
-4
/
+6
2024-11-22
Merge tag '6.13-rc-part1-SMB3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
19
-246
/
+293
2024-11-21
smb: prevent use-after-free due to open_cached_dir error paths
Paul Aurich
1
-41
/
+29
2024-11-21
smb: Don't leak cfid when reconnect races with open_cached_dir
Paul Aurich
1
-13
/
+14
2024-11-21
smb: client: handle max length for SMB symlinks
Paulo Alcantara
2
-1
/
+6
2024-11-21
smb: client: get rid of bounds check in SMB2_ioctl_init()
Paulo Alcantara
1
-9
/
+0
2024-11-21
smb: client: improve compound padding in encryption
Paulo Alcantara
3
-63
/
+18
2024-11-21
smb3: request handle caching when caching directories
Steve French
1
-1
/
+1
2024-11-21
cifs: Recognize SFU char/block devices created by Windows NFS server on Windo...
Pali Rohár
1
-0
/
+22
2024-11-21
CIFS: New mount option for cifs.upcall namespace resolution
Ritvik Budhiraja
6
-0
/
+117
2024-11-21
smb/client: Prevent error pointer dereference
Dan Carpenter
1
-2
/
+4
2024-11-21
fs/smb/client: implement chmod() for SMB3 POSIX Extensions
Ralph Boehme
4
-23
/
+37
2024-11-21
smb: cached directories can be more than root file handle
Paul Aurich
1
-1
/
+1
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-7
/
+4
2024-11-17
smb: client: fix use-after-free of signing key
Paulo Alcantara
2
-18
/
+40
2024-11-17
smb: client: Use str_yes_no() helper function
Thorsten Blum
1
-4
/
+4
2024-11-17
smb: client: memcpy() with surrounding object base address
Kees Cook
1
-1
/
+1
2024-11-17
cifs: Remove pre-historic unused CIFSSMBCopy
Dr. David Alan Gilbert
2
-70
/
+0
2024-11-03
smb: client: Fix use-after-free of network namespace.
Kuniyuki Iwashima
1
-3
/
+11
2024-11-03
convert cifs_ioctl_copychunk()
Al Viro
1
-7
/
+4
2024-10-23
cifs: fix warning when destroy 'cifs_io_request_pool'
Ye Bin
1
-1
/
+1
2024-10-23
smb: client: Handle kstrdup failures for passwords
Henrique Carvalho
1
-0
/
+7
2024-10-16
cifs: Remove unused functions
Dr. David Alan Gilbert
3
-53
/
+0
2024-10-16
smb/client: Fix logically dead code
Advait Dhamorikar
1
-4
/
+0
2024-10-16
smb: client: fix OOBs when building SMB2_IOCTL request
Paulo Alcantara
1
-0
/
+9
2024-10-16
smb: client: fix possible double free in smb2_set_ea()
Su Hui
1
-1
/
+2
2024-10-06
cifs: Fix creating native symlinks pointing to current or parent directory
Pali Rohár
1
-3
/
+14
2024-10-06
cifs: Improve creating native symlinks pointing to directory
Pali Rohár
3
-4
/
+164
2024-10-04
Merge tag 'v6.12-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
23
-56
/
+163
2024-10-03
cifs: Do not convert delimiter when parsing NFS-style symlinks
Pali Rohár
1
-1
/
+0
2024-10-03
cifs: Validate content of NFS reparse point buffer
Pali Rohár
1
-0
/
+23
2024-10-03
cifs: Fix buffer overflow when parsing NFS reparse points
Pali Rohár
1
-1
/
+14
2024-10-02
smb: client: Correct typos in multiple comments across various files
Shen Lichuan
16
-24
/
+24
[prev]
[next]