summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
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-24ksmbd: fix corrupted mtime and ctime in smb2_openNamjae Jeon1-1/+2
2025-07-24ksmbd: fix Preauh_HashValue race conditionNamjae Jeon1-4/+0
2025-07-24ksmbd: check return value of xa_store() in krb5_authenticateNamjae Jeon1-2/+7
2025-07-24ksmbd: fix null pointer dereference error in generate_encryptionkeyNamjae Jeon1-2/+16
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+23
2025-07-24smb/server: add ksmbd_vfs_kern_path()NeilBrown3-71/+111
2025-07-20smb/server: avoid deadlock when linking with ReplaceIfExistsNeilBrown1-12/+4
2025-07-20smb/server: simplify ksmbd_vfs_kern_path_locked()NeilBrown1-64/+42
2025-07-20smb/server: use lookup_one_unlocked()NeilBrown1-20/+4
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev1-1/+1
2025-07-18Fix SMB311 posix special file creation to servers which do not advertise repa...Steve French2-2/+4
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-22/+13
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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-40/+84
2025-07-08ksmbd: fix potential use-after-free in oplock/lease break ackNamjae Jeon1-20/+9
2025-07-08ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()Al Viro1-0/+1
2025-07-08smb: server: make use of rdma_destroy_qp()Stefan Metzmacher1-2/+3
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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni5-154/+110
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-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-13/+27
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-23net: make sk->sk_rcvtimeo locklessEric Dumazet1-4/+2
2025-06-23smb: client: fix regression with native SMB symlinksPaulo Alcantara1-16/+4
2025-06-22Merge tag 'v6.16-rc2-smb3-client-fixes-v2' of git://git.samba.org/sfrench/cif...Linus Torvalds10-13/+27
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