index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-05
smb: client: smb: client: eliminate mid_flags field
Wang Zhaolong
4
-19
/
+16
2025-08-05
smb: client: add mid_counter_lock to protect the mid counter counter
Wang Zhaolong
5
-35
/
+38
2025-08-05
smb: client: rename server mid_lock to mid_queue_lock
Wang Zhaolong
7
-54
/
+54
2025-08-04
smb: client: fix creating symlinks under POSIX mounts
Paulo Alcantara
6
-10
/
+13
2025-08-04
smb: client: default to nonativesocket under POSIX mounts
Paulo Alcantara
1
-0
/
+1
2025-08-01
smb: client: set symlink type as native for POSIX mounts
Paulo Alcantara
5
-29
/
+22
2025-07-31
Merge tag 'v6.17-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/c...
Linus Torvalds
17
-105
/
+343
2025-07-31
smb3 client: add way to show directory leases for improved debugging
Steve French
2
-1
/
+53
2025-07-28
Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-16
/
+16
2025-07-28
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-2
/
+2
2025-07-28
smb: client: get rid of kstrdup() when parsing iocharset mount option
Paulo Alcantara
1
-5
/
+1
2025-07-28
smb: client: get rid of kstrdup() when parsing domain mount option
Paulo Alcantara
1
-5
/
+1
2025-07-28
smb: client: get rid of kstrdup() when parsing pass2 mount option
Paulo Alcantara
1
-6
/
+1
2025-07-28
smb: client: get rid of kstrdup() when parsing pass mount option
Paulo Alcantara
1
-6
/
+1
2025-07-28
smb: client: get rid of kstrdup() when parsing user mount option
Paulo Alcantara
1
-5
/
+1
2025-07-27
cifs: Add support for creating reparse points over SMB1
Pali Rohár
10
-43
/
+188
2025-07-27
cifs: Do not query WSL EAs for native SMB symlink
Pali Rohár
1
-3
/
+4
2025-07-27
cifs: Optimize CIFSFindFirst() response when not searching
Pali Rohár
1
-1
/
+1
2025-07-27
cifs: Fix calling CIFSFindFirst() for root path without msearch
Pali Rohár
1
-0
/
+10
2025-07-27
smb: client: fix session setup against servers that require SPN
Paulo Alcantara
1
-18
/
+61
2025-07-27
smb: client: allow parsing zero-length AV pairs
Paulo Alcantara
1
-2
/
+2
2025-07-27
cifs: add new field to track the last access time of cfid
Shyam Prasad N
2
-2
/
+5
2025-07-27
smb: change return type of cached_dir_lease_break() to bool
Bharath SM
2
-2
/
+2
2025-07-27
cifs: reset iface weights when we cannot find a candidate
Shyam Prasad N
1
-0
/
+9
2025-07-27
smb: client: fix netns refcount leak after net_passive changes
Wang Zhaolong
1
-6
/
+3
2025-07-18
Fix SMB311 posix special file creation to servers which do not advertise repa...
Steve French
2
-2
/
+4
2025-07-13
smb: invalidate and close cached directory when creating child entries
Bharath SM
1
-2
/
+4
2025-07-13
smb: client: fix use-after-free in crypt_message when using async crypto
Wang Zhaolong
1
-1
/
+6
2025-07-13
smb: client: fix use-after-free in cifs_oplock_break
Wang Zhaolong
1
-1
/
+9
2025-07-05
Merge tag 'v6.16-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
8
-36
/
+39
2025-07-04
Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-4
/
+45
2025-07-03
smb: client: fix native SMB symlink traversal
Paulo Alcantara
2
-19
/
+20
2025-07-03
smb: client: fix race condition in negotiate timeout by using more precise ti...
Wang Zhaolong
2
-3
/
+5
2025-07-01
netfs: Update tracepoints in a number of ways
David Howells
2
-4
/
+42
2025-07-01
smb: client: set missing retry flag in cifs_writev_callback()
Paulo Alcantara
1
-0
/
+1
2025-07-01
smb: client: set missing retry flag in cifs_readv_callback()
Paulo Alcantara
1
-0
/
+1
2025-07-01
smb: client: set missing retry flag in smb2_writev_callback()
Paulo Alcantara
1
-0
/
+1
2025-06-30
cifs: all initializations for tcon should happen in tcon_info_alloc
Shyam Prasad N
3
-7
/
+8
2025-06-30
smb: client: fix warning when reconnecting channel
Paulo Alcantara
2
-6
/
+5
2025-06-29
smb: client: fix readdir returning wrong type with POSIX extensions
Philipp Kerling
1
-1
/
+1
2025-06-26
cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code
David Howells
1
-95
/
+17
2025-06-26
cifs: Fix the smbd_response slab to allow usercopy
David Howells
1
-5
/
+13
2025-06-26
smb: client: fix potential deadlock when reconnecting channels
Paulo Alcantara
2
-22
/
+37
2025-06-25
smb: client: remove \t from TP_printk statements
Stefan Metzmacher
1
-12
/
+12
2025-06-25
smb: client: let smbd_post_send_iter() respect the peers max_send_size and tr...
Stefan Metzmacher
1
-4
/
+27
2025-06-23
smb: client: fix regression with native SMB symlinks
Paulo Alcantara
1
-16
/
+4
2025-06-21
smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key size
Bharath SM
2
-2
/
+2
2025-06-21
smb: minor fix to use sizeof to initialize flags_string buffer
Bharath SM
1
-1
/
+1
2025-06-21
smb: Use loff_t for directory position in cached_dirents
Bharath SM
1
-1
/
+1
2025-06-21
smb: Log an error when close_all_cached_dirs fails
Paul Aurich
1
-2
/
+12
[prev]
[next]