summaryrefslogtreecommitdiff
path: root/fs/smb/client/fs_context.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-18Merge tag 'v7.2-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds1-53/+56
2026-06-15Merge tag 'vfs-7.2-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-06-14smb: client: Use more common error handling code in smb3_reconfigure()Markus Elfring1-4/+3
2026-06-14smb: client: fix conflicting option validation for new mount APIHenrique Carvalho1-49/+53
2026-06-03smb: client: convert cifs_smb3_do_mount() to sget_fc()Christian Brauner1-1/+1
2026-05-21smb: client: change allocation requirements in DUP_CTX_STR macroFredric Cover1-1/+1
2026-05-14cifs: client: stage smb3_reconfigure() updates and restore ctx on failureDaeMyung Kang1-53/+108
2026-04-26smb/client: remove unused smb3_parse_opt()David Disseldorp1-31/+0
2026-04-13smb: client: allow both 'lease' and 'nolease' mount optionsRajasi Mandal1-3/+3
2026-04-05fs/smb/client: add verbose error logging for UNC parsingFredric Cover1-3/+9
2026-03-31fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepathFredric Cover1-0/+4
2026-03-11cifs: make default value of retrans as zeroShyam Prasad N1-1/+1
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara1-75/+74
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-12smb: client: fix regression with mount options parsingPaulo Alcantara1-3/+1
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells1-1/+0
2025-12-24cifs: Fix memory and information leak in smb3_reconfigure()Zilin Guan1-0/+2
2025-12-05cifs: client: allow changing multichannel mount options on remountRajasi Mandal1-1/+50
2025-12-05cifs: Do some preparation prior to organising the function declarationsDavid Howells1-1/+1
2025-12-03cifs: client: enforce consistent handling of multichannel and max_channelsRajasi Mandal1-17/+48
2025-11-20cifs: fix memory leak in smb3_fs_context_parse_param error pathShaurya Rane1-0/+4
2025-11-11smb: fix invalid username check in smb3_fs_context_parse_param()Yiqi Sun1-1/+1
2025-11-09cifs: client: fix memory leak in smb3_fs_context_parse_paramEdward Adam Davis1-0/+2
2025-10-03Merge tag '6.18-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds1-0/+7
2025-10-01cifs: client: force multichannel=off when max_channels=1Rajasi Mandal1-0/+7
2025-09-04change the calling conventions for vfs_parse_fs_string()Al Viro1-3/+1
2025-08-04smb: client: default to nonativesocket under POSIX mountsPaulo Alcantara1-0/+1
2025-08-01smb: client: set symlink type as native for POSIX mountsPaulo Alcantara1-18/+0
2025-07-28smb: client: get rid of kstrdup() when parsing iocharset mount optionPaulo Alcantara1-5/+1
2025-07-28smb: client: get rid of kstrdup() when parsing domain mount optionPaulo Alcantara1-5/+1
2025-07-28smb: client: get rid of kstrdup() when parsing pass2 mount optionPaulo Alcantara1-6/+1
2025-07-28smb: client: get rid of kstrdup() when parsing pass mount optionPaulo Alcantara1-6/+1
2025-07-28smb: client: get rid of kstrdup() when parsing user mount optionPaulo Alcantara1-5/+1
2025-07-03smb: client: fix native SMB symlink traversalPaulo Alcantara1-10/+7
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara1-19/+6
2025-04-01cifs: Allow to disable or force initialization of NetBIOS sessionPali Rohár1-1/+13
2025-03-31smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong1-0/+2
2025-03-31cifs: fix integer overflow in match_server()Roman Smirnov1-0/+5
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár1-0/+11
2025-03-26cifs: Set default Netbios RFC1001 server name to hostname in UNCPali Rohár1-0/+11
2025-03-13cifs: Fix integer overflow while processing closetimeo mount optionMurad Masimov1-2/+2
2025-03-13cifs: Fix integer overflow while processing actimeo mount optionMurad Masimov1-1/+1
2025-03-13cifs: Fix integer overflow while processing acdirmax mount optionMurad Masimov1-2/+2
2025-03-13cifs: Fix integer overflow while processing acregmax mount optionMurad Masimov1-2/+2
2025-03-13smb: client: fix regression with guest optionPaulo Alcantara1-0/+4
2025-01-31cifs: Add support for creating native Windows socketsPali Rohár1-0/+5
2025-01-29cifs: Add mount option -o reparse=nonePali Rohár1-1/+7
2025-01-29cifs: Add mount option -o symlink= for choosing symlink create typePali Rohár1-0/+71
2025-01-29cifs: Fix creating and resolving absolute NT-style symlinksPali Rohár1-0/+22