index
:
pub/scm/linux/kernel/git/mgr/linux.git
master
Linux kernel fork
Michael Grzeschik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
fs_context.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-18
Merge tag 'v7.2-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
1
-53
/
+56
2026-06-15
Merge tag 'vfs-7.2-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2026-06-14
smb: client: Use more common error handling code in smb3_reconfigure()
Markus Elfring
1
-4
/
+3
2026-06-14
smb: client: fix conflicting option validation for new mount API
Henrique Carvalho
1
-49
/
+53
2026-06-03
smb: client: convert cifs_smb3_do_mount() to sget_fc()
Christian Brauner
1
-1
/
+1
2026-05-21
smb: client: change allocation requirements in DUP_CTX_STR macro
Fredric Cover
1
-1
/
+1
2026-05-14
cifs: client: stage smb3_reconfigure() updates and restore ctx on failure
DaeMyung Kang
1
-53
/
+108
2026-04-26
smb/client: remove unused smb3_parse_opt()
David Disseldorp
1
-31
/
+0
2026-04-13
smb: client: allow both 'lease' and 'nolease' mount options
Rajasi Mandal
1
-3
/
+3
2026-04-05
fs/smb/client: add verbose error logging for UNC parsing
Fredric Cover
1
-3
/
+9
2026-03-31
fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath
Fredric Cover
1
-0
/
+4
2026-03-11
cifs: make default value of retrans as zero
Shyam Prasad N
1
-1
/
+1
2026-02-26
smb: client: use atomic_t for mnt_cifs_flags
Paulo Alcantara
1
-75
/
+74
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-12
smb: client: fix regression with mount options parsing
Paulo Alcantara
1
-3
/
+1
2026-02-08
cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.h
David Howells
1
-1
/
+0
2025-12-24
cifs: Fix memory and information leak in smb3_reconfigure()
Zilin Guan
1
-0
/
+2
2025-12-05
cifs: client: allow changing multichannel mount options on remount
Rajasi Mandal
1
-1
/
+50
2025-12-05
cifs: Do some preparation prior to organising the function declarations
David Howells
1
-1
/
+1
2025-12-03
cifs: client: enforce consistent handling of multichannel and max_channels
Rajasi Mandal
1
-17
/
+48
2025-11-20
cifs: fix memory leak in smb3_fs_context_parse_param error path
Shaurya Rane
1
-0
/
+4
2025-11-11
smb: fix invalid username check in smb3_fs_context_parse_param()
Yiqi Sun
1
-1
/
+1
2025-11-09
cifs: client: fix memory leak in smb3_fs_context_parse_param
Edward Adam Davis
1
-0
/
+2
2025-10-03
Merge tag '6.18-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
1
-0
/
+7
2025-10-01
cifs: client: force multichannel=off when max_channels=1
Rajasi Mandal
1
-0
/
+7
2025-09-04
change the calling conventions for vfs_parse_fs_string()
Al Viro
1
-3
/
+1
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
1
-18
/
+0
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-03
smb: client: fix native SMB symlink traversal
Paulo Alcantara
1
-10
/
+7
2025-05-01
smb: client: ensure aligned IO sizes
Paulo Alcantara
1
-19
/
+6
2025-04-01
cifs: Allow to disable or force initialization of NetBIOS session
Pali Rohár
1
-1
/
+13
2025-03-31
smb: client: Store original IO parameters and prevent zero IO sizes
Wang Zhaolong
1
-0
/
+2
2025-03-31
cifs: fix integer overflow in match_server()
Roman Smirnov
1
-0
/
+5
2025-03-26
cifs: Add new mount option -o nounicode to disable SMB1 UNICODE mode
Pali Rohár
1
-0
/
+11
2025-03-26
cifs: Set default Netbios RFC1001 server name to hostname in UNC
Pali Rohár
1
-0
/
+11
2025-03-13
cifs: Fix integer overflow while processing closetimeo mount option
Murad Masimov
1
-2
/
+2
2025-03-13
cifs: Fix integer overflow while processing actimeo mount option
Murad Masimov
1
-1
/
+1
2025-03-13
cifs: Fix integer overflow while processing acdirmax mount option
Murad Masimov
1
-2
/
+2
2025-03-13
cifs: Fix integer overflow while processing acregmax mount option
Murad Masimov
1
-2
/
+2
2025-03-13
smb: client: fix regression with guest option
Paulo Alcantara
1
-0
/
+4
2025-01-31
cifs: Add support for creating native Windows sockets
Pali Rohár
1
-0
/
+5
2025-01-29
cifs: Add mount option -o reparse=none
Pali Rohár
1
-1
/
+7
2025-01-29
cifs: Add mount option -o symlink= for choosing symlink create type
Pali Rohár
1
-0
/
+71
2025-01-29
cifs: Fix creating and resolving absolute NT-style symlinks
Pali Rohár
1
-0
/
+22
[next]