summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2025-08-05smb: client: smb: client: eliminate mid_flags fieldWang Zhaolong4-19/+16
2025-08-05smb: client: add mid_counter_lock to protect the mid counter counterWang Zhaolong5-35/+38
2025-08-05smb: client: rename server mid_lock to mid_queue_lockWang Zhaolong7-54/+54
2025-08-04smb: client: fix creating symlinks under POSIX mountsPaulo Alcantara6-10/+13
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 Alcantara5-29/+22
2025-07-31Merge tag 'v6.17-rc-part1-smb3-client-fixes' of git://git.samba.org/sfrench/c...Linus Torvalds17-105/+343
2025-07-31smb3 client: add way to show directory leases for improved debuggingSteve French2-1/+53
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-16/+16
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-2/+2
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-27cifs: Add support for creating reparse points over SMB1Pali Rohár10-43/+188
2025-07-27cifs: Do not query WSL EAs for native SMB symlinkPali Rohár1-3/+4
2025-07-27cifs: Optimize CIFSFindFirst() response when not searchingPali Rohár1-1/+1
2025-07-27cifs: Fix calling CIFSFindFirst() for root path without msearchPali Rohár1-0/+10
2025-07-27smb: client: fix session setup against servers that require SPNPaulo Alcantara1-18/+61
2025-07-27smb: client: allow parsing zero-length AV pairsPaulo Alcantara1-2/+2
2025-07-27cifs: add new field to track the last access time of cfidShyam Prasad N2-2/+5
2025-07-27smb: change return type of cached_dir_lease_break() to boolBharath SM2-2/+2
2025-07-27cifs: reset iface weights when we cannot find a candidateShyam Prasad N1-0/+9
2025-07-27smb: client: fix netns refcount leak after net_passive changesWang Zhaolong1-6/+3
2025-07-18Fix SMB311 posix special file creation to servers which do not advertise repa...Steve French2-2/+4
2025-07-13smb: invalidate and close cached directory when creating child entriesBharath SM1-2/+4
2025-07-13smb: client: fix use-after-free in crypt_message when using async cryptoWang Zhaolong1-1/+6
2025-07-13smb: client: fix use-after-free in cifs_oplock_breakWang Zhaolong1-1/+9
2025-07-05Merge tag 'v6.16-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-36/+39
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+45
2025-07-03smb: client: fix native SMB symlink traversalPaulo Alcantara2-19/+20
2025-07-03smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong2-3/+5
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells2-4/+42
2025-07-01smb: client: set missing retry flag in cifs_writev_callback()Paulo Alcantara1-0/+1
2025-07-01smb: client: set missing retry flag in cifs_readv_callback()Paulo Alcantara1-0/+1
2025-07-01smb: client: set missing retry flag in smb2_writev_callback()Paulo Alcantara1-0/+1
2025-06-30cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N3-7/+8
2025-06-30smb: client: fix warning when reconnecting channelPaulo Alcantara2-6/+5
2025-06-29smb: client: fix readdir returning wrong type with POSIX extensionsPhilipp Kerling1-1/+1
2025-06-26cifs: Fix reading into an ITER_FOLIOQ from the smbdirect codeDavid Howells1-95/+17
2025-06-26cifs: Fix the smbd_response slab to allow usercopyDavid Howells1-5/+13
2025-06-26smb: client: fix potential deadlock when reconnecting channelsPaulo Alcantara2-22/+37
2025-06-25smb: client: remove \t from TP_printk statementsStefan Metzmacher1-12/+12
2025-06-25smb: client: let smbd_post_send_iter() respect the peers max_send_size and tr...Stefan Metzmacher1-4/+27
2025-06-23smb: client: fix regression with native SMB symlinksPaulo Alcantara1-16/+4
2025-06-21smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key sizeBharath SM2-2/+2
2025-06-21smb: minor fix to use sizeof to initialize flags_string bufferBharath SM1-1/+1
2025-06-21smb: Use loff_t for directory position in cached_direntsBharath SM1-1/+1
2025-06-21smb: Log an error when close_all_cached_dirs failsPaul Aurich1-2/+12