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