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
compress-2025-01-21
compress-2025-01-23
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
/
smb
/
client
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-22
smb: client: Fix match_session bug preventing session reuse
Henrique Carvalho
1
-4
/
+12
2025-03-22
smb3: add support for IAKerb
Steve French
5
-3
/
+12
2025-03-22
cifs: Fix integer overflow while processing closetimeo mount option
Murad Masimov
1
-2
/
+2
2025-03-22
cifs: Fix integer overflow while processing actimeo mount option
Murad Masimov
1
-1
/
+1
2025-03-22
cifs: Fix integer overflow while processing acdirmax mount option
Murad Masimov
1
-2
/
+2
2025-03-22
cifs: Fix integer overflow while processing acregmax mount option
Murad Masimov
1
-2
/
+2
2025-03-22
smb: client: fix regression with guest option
Paulo Alcantara
1
-0
/
+4
2025-03-22
cifs: Treat unhandled directory name surrogate reparse points as mount direct...
Pali Rohár
1
-0
/
+13
2025-03-22
cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...
Pali Rohár
1
-3
/
+2
2025-03-22
smb: client: fix noisy when tree connecting to DFS interlink targets
Paulo Alcantara
1
-1
/
+1
2025-03-13
smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...
Steve French
4
-7
/
+29
2025-03-13
cifs: Remove symlink member from cifs_open_info_data union
Pali Rohár
3
-7
/
+4
2025-02-27
smb: client: Add check for next_buffer in receive_encrypted_standard()
Haoxiang Li
1
-0
/
+4
2025-02-27
smb: client: fix chmod(2) regression with ATTR_READONLY
Paulo Alcantara
1
-2
/
+2
2025-02-21
cifs: pick channels for individual subrequests
Shyam Prasad N
2
-4
/
+4
2025-02-17
smb: client: change lease epoch type from unsigned int to __u16
Meetakshi Setiya
5
-19
/
+19
2025-02-17
smb: client: fix order of arguments of tracepoints
Ruben Devos
2
-57
/
+57
2025-02-17
cifs: Remove intermediate object of failed create SFU call
Pali Rohár
1
-1
/
+22
2025-02-08
cifs: Fix getting and setting SACLs over SMB1
Pali Rohár
3
-13
/
+18
2025-02-08
cifs: Validate EAs for WSL reparse points
Pali Rohár
1
-4
/
+18
2025-02-08
cifs: Use cifs_autodisable_serverino() for disabling CIFS_MOUNT_SERVER_INUM i...
Pali Rohár
1
-1
/
+1
2025-02-08
smb: client: fix oops due to unset link speed
Paulo Alcantara
1
-1
/
+2
2025-02-01
smb: client: handle lack of EA support in smb2_query_path_info()
Paulo Alcantara
1
-23
/
+69
2025-01-15
smb: client: fix double free of TCP_Server_Info::hostname
Paulo Alcantara
1
-2
/
+1
2025-01-12
cifs: support reconnect with alternate password for SMB1
Meetakshi Setiya
1
-1
/
+10
2025-01-11
Merge tag '6.13-rc6-SMB3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-1
/
+18
2025-01-10
smb: client: sync the root session and superblock context passwords before au...
Meetakshi Setiya
1
-1
/
+18
2025-01-06
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-7
/
+15
2024-12-23
cifs: Remove unused is_server_using_iface()
Dr. David Alan Gilbert
2
-27
/
+0
2024-12-23
smb: enable reuse of deferred file handles for write operations
Bharath SM
1
-1
/
+5
2024-12-20
netfs: Work around recursion by abandoning retry if nothing read
David Howells
2
-7
/
+15
2024-12-19
smb: fix bytes written value in /proc/fs/cifs/Stats
Bharath SM
1
-0
/
+3
2024-12-19
smb: client: fix TCP timers deadlock after rmmod
Enzo Matsumiya
1
-10
/
+26
2024-12-19
smb: client: Deduplicate "select NETFS_SUPPORT" in Kconfig
Dragan Simic
1
-1
/
+0
2024-12-19
smb: use macros instead of constants for leasekey size and default cifsattrs ...
Bharath SM
2
-2
/
+2
2024-12-10
smb: client: destroy cfid_put_wq on module exit
Enzo Matsumiya
1
-0
/
+1
2024-12-10
cifs: Use str_yes_no() helper in cifs_ses_add_channel()
Thorsten Blum
1
-2
/
+2
2024-12-10
cifs: Fix rmdir failure due to ongoing I/O on deleted file
David Howells
1
-1
/
+4
2024-12-09
smb3: fix compiler warning in reparse code
Steve French
1
-1
/
+1
2024-12-06
smb: client: fix potential race in cifs_put_tcon()
Paulo Alcantara
1
-3
/
+1
2024-12-06
smb3.1.1: fix posix mounts to older servers
Steve French
3
-5
/
+11
2024-12-04
fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse points
Ralph Boehme
1
-1
/
+17
2024-12-04
fs/smb/client: Implement new SMB3 POSIX type
Ralph Boehme
4
-60
/
+149
2024-12-04
fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIX
Ralph Boehme
1
-1
/
+2
2024-11-28
cifs: update internal version number
Steve French
1
-2
/
+2
2024-11-28
cifs: unlock on error in smb3_reconfigure()
Dan Carpenter
1
-1
/
+3
2024-11-28
cifs: during remount, make sure passwords are in sync
Shyam Prasad N
2
-9
/
+75
2024-11-28
cifs: support mounting with alternate password to allow password rotation
Meetakshi Setiya
1
-7
/
+50
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
[next]