summaryrefslogtreecommitdiffstats
path: root/fs/smb (follow)
Commit message (Expand)AuthorAgeFilesLines
* smb: client: fix double free of TCP_Server_Info::hostnamePaulo Alcantara2 days1-2/+1
* cifs: support reconnect with alternate password for SMB1Meetakshi Setiya5 days1-1/+10
* Merge tag '6.13-rc6-SMB3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6 days1-1/+18
|\
| * smb: client: sync the root session and superblock context passwords before au...Meetakshi Setiya7 days1-1/+18
* | Merge tag '6.13-rc6-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8 days4-3/+56
|\ \
| * | ksmbd: Implement new SMB3 POSIX typeNamjae Jeon10 days2-0/+50
| * | ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_lockedHe Wang10 days1-1/+2
| * | ksmbd: Remove unneeded if check in ksmbd_rdma_capable_netdev()Thorsten Blum12 days1-2/+1
| * | ksmbd: fix a missing return value check bugWentao Liang12 days1-0/+3
| |/
* | Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12 days2-7/+15
|\ \ | |/ |/|
| * netfs: Work around recursion by abandoning retry if nothing readDavid Howells2024-12-202-7/+15
* | cifs: Remove unused is_server_using_iface()Dr. David Alan Gilbert2024-12-232-27/+0
* | smb: enable reuse of deferred file handles for write operationsBharath SM2024-12-231-1/+5
* | Merge tag '6.13-rc3-SMB3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-12-214-13/+31
|\ \
| * | smb: fix bytes written value in /proc/fs/cifs/StatsBharath SM2024-12-191-0/+3
| * | smb: client: fix TCP timers deadlock after rmmodEnzo Matsumiya2024-12-191-10/+26
| * | smb: client: Deduplicate "select NETFS_SUPPORT" in KconfigDragan Simic2024-12-191-1/+0
| * | smb: use macros instead of constants for leasekey size and default cifsattrs ...Bharath SM2024-12-192-2/+2
* | | ksmbd: conn lock to serialize smb2 negotiateNamjae Jeon2024-12-161-0/+2
* | | ksmbd: fix broken transfers when exceeding max simultaneous operationsMarios Makassikis2024-12-165-10/+17
* | | ksmbd: count all requests in req_running counterMarios Makassikis2024-12-161-2/+3
|/ /
* | Merge tag '6.13-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-12-144-4/+8
|\ \
| * | smb: client: destroy cfid_put_wq on module exitEnzo Matsumiya2024-12-111-0/+1
| * | cifs: Use str_yes_no() helper in cifs_ses_add_channel()Thorsten Blum2024-12-111-2/+2
| * | cifs: Fix rmdir failure due to ongoing I/O on deleted fileDavid Howells2024-12-111-1/+4
| * | smb3: fix compiler warning in reparse codeSteve French2024-12-091-1/+1
* | | ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon2024-12-111-7/+3
* | | ksmbd: fix racy issue from session lookup and expireNamjae Jeon2024-12-114-16/+23
* | | ksmbd: retry iterate_dir in smb2_query_dirHobin Woo2024-12-112-1/+12
|/ /
* | Merge tag '6.13-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-12-086-65/+175
|\ \
| * | smb: client: fix potential race in cifs_put_tcon()Paulo Alcantara2024-12-061-3/+1
| * | smb3.1.1: fix posix mounts to older serversSteve French2024-12-063-5/+11
| * | fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse pointsRalph Boehme2024-12-051-1/+17
| * | fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme2024-12-054-60/+149
| * | fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIXRalph Boehme2024-12-041-1/+2
| |/
* | ksmbd: align aux_payload_buf to avoid OOB reads in cryptographic operationsNorbert Szetei2024-12-051-1/+1
* | ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_writeJordy Zomer2024-12-021-0/+2
* | ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_readJordy Zomer2024-12-021-0/+4
* | smb: server: Fix building with GCC 15Brahmajit Das2024-12-021-2/+2
|/
* Merge tag '6.13-rc-part2-smb3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds2024-11-3024-297/+523
|\
| * cifs: update internal version numberSteve French2024-11-281-2/+2
| * cifs: unlock on error in smb3_reconfigure()Dan Carpenter2024-11-281-1/+3
| * cifs: during remount, make sure passwords are in syncShyam Prasad N2024-11-282-9/+75
| * cifs: support mounting with alternate password to allow password rotationMeetakshi Setiya2024-11-281-7/+50
| * smb: Initialize cfid->tcon before performing network opsPaul Aurich2024-11-271-1/+1
| * smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich2024-11-276-36/+147
| * smb: client: fix noisy message when mounting sharesPaulo Alcantara2024-11-271-1/+1
| * smb: client: don't try following DFS links in cifs_tree_connect()Paulo Alcantara2024-11-271-171/+17
| * smb: client: allow reconnect when sending ioctlPaulo Alcantara2024-11-273-11/+12
| * smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara2024-11-275-20/+15