summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.12-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-10-186-58/+11
|\
| * cifs: Remove unused functionsDr. David Alan Gilbert2024-10-163-53/+0
| * smb/client: Fix logically dead codeAdvait Dhamorikar2024-10-161-4/+0
| * smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara2024-10-161-0/+9
| * smb: client: fix possible double free in smb2_set_ea()Su Hui2024-10-161-1/+2
* | Merge tag 'v6.12-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-10-1611-23/+171
|\ \ | |/ |/|
| * ksmbd: add support for supplementary groupsNamjae Jeon2024-10-117-17/+137
| * ksmbd: fix user-after-free from session log offNamjae Jeon2024-10-094-6/+34
* | cifs: Fix creating native symlinks pointing to current or parent directoryPali Rohár2024-10-061-3/+14
* | cifs: Improve creating native symlinks pointing to directoryPali Rohár2024-10-063-4/+164
|/
* Merge tag 'v6.12-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-10-0424-59/+167
|\
| * cifs: Do not convert delimiter when parsing NFS-style symlinksPali Rohár2024-10-031-1/+0
| * cifs: Validate content of NFS reparse point bufferPali Rohár2024-10-031-0/+23
| * cifs: Fix buffer overflow when parsing NFS reparse pointsPali Rohár2024-10-031-1/+14
| * smb: client: Correct typos in multiple comments across various filesShen Lichuan2024-10-0216-24/+24
| * smb: client: use actual path when queryfswangrong2024-10-014-10/+26
| * cifs: Remove intermediate object of failed create reparse callPali Rohár2024-09-301-2/+22
| * Revert "smb: client: make SHA-512 TFM ephemeral"Steve French2024-09-306-17/+47
| * smb: Update comments about some reparse point tagsPali Rohár2024-09-291-3/+4
| * cifs: Check for UTF-16 null codepoint in SFU symlink target locationPali Rohár2024-09-291-1/+7
* | Merge tag 'v6.12-rc1-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-10-033-13/+12
|\ \
| * | ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()Thorsten Blum2024-10-011-2/+2
| * | ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()Thorsten Blum2024-10-012-10/+9
| * | ksmbd: Use struct_size() to improve get_file_alternate_info()Thorsten Blum2024-10-011-1/+1
| |/
* / move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-023-3/+3
|/
* Merge tag 'v6.12-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-09-2810-33/+30
|\
| * ksmbd: Correct typos in multiple comments across various filesShen Lichuan2024-09-257-10/+10
| * ksmbd: fix open failure from block and char device fileNamjae Jeon2024-09-251-6/+8
| * ksmbd: remove unsafe_memcpy use in session setupNamjae Jeon2024-09-251-9/+3
| * ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum2024-09-202-4/+4
| * ksmbd: fix warning: comparison of distinct pointer types lacks a castNamjae Jeon2024-09-202-4/+5
* | smb: client: make SHA-512 TFM ephemeralEnzo Matsumiya2024-09-266-47/+17
* | smb: client: make HMAC-MD5 TFM ephemeralEnzo Matsumiya2024-09-262-84/+50
* | smb: client: stop flooding dmesg in smb2_calc_signature()Paulo Alcantara2024-09-261-1/+1
* | smb: client: allocate crypto only for primary serverEnzo Matsumiya2024-09-262-9/+18
* | smb: client: fix UAF in async decryptionEnzo Matsumiya2024-09-262-19/+34
* | Merge tag 'v6.12-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/c...Linus Torvalds2024-09-2617-224/+281
|\ \
| * | cifs: update internal version numberSteve French2024-09-241-2/+2
| * | smb: client: print failed session logoffs with FYIPaulo Alcantara2024-09-241-2/+1
| * | cifs: Fix reversion of the iter in cifs_readv_receive().David Howells2024-09-243-11/+7
| * | smb3: fix incorrect mode displayed for read-only filesSteve French2024-09-241-8/+11
| * | smb: client: fix parsing of device numbersPaulo Alcantara2024-09-242-11/+4
| * | smb: client: set correct device number on nfs reparse pointsPaulo Alcantara2024-09-241-2/+2
| * | smb: client: propagate error from cifs_construct_tcon()Paulo Alcantara2024-09-241-6/+10
| * | smb: client: fix DFS failover in multiuser mountsPaulo Alcantara2024-09-241-1/+2
| * | cifs: Make the write_{enter,done,err} tracepoints display netfs infoDavid Howells2024-09-242-10/+18
| * | smb: client: fix DFS interlink failoverPaulo Alcantara2024-09-249-86/+94
| * | smb: client: improve purging of cached referralsPaulo Alcantara2024-09-241-17/+15
| * | smb: client: avoid unnecessary reconnects when refreshing referralsPaulo Alcantara2024-09-241-70/+117
| |/
* | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-4/+4
|\ \ | |/ |/|