summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2024-10-18Merge tag 'v6.12-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-58/+11
2024-10-16Merge tag 'v6.12-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds11-23/+171
2024-10-16cifs: Remove unused functionsDr. David Alan Gilbert3-53/+0
2024-10-16smb/client: Fix logically dead codeAdvait Dhamorikar1-4/+0
2024-10-16smb: client: fix OOBs when building SMB2_IOCTL requestPaulo Alcantara1-0/+9
2024-10-16smb: client: fix possible double free in smb2_set_ea()Su Hui1-1/+2
2024-10-11ksmbd: add support for supplementary groupsNamjae Jeon7-17/+137
2024-10-09ksmbd: fix user-after-free from session log offNamjae Jeon4-6/+34
2024-10-06cifs: Fix creating native symlinks pointing to current or parent directoryPali Rohár1-3/+14
2024-10-06cifs: Improve creating native symlinks pointing to directoryPali Rohár3-4/+164
2024-10-04Merge tag 'v6.12-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds24-59/+167
2024-10-03cifs: Do not convert delimiter when parsing NFS-style symlinksPali Rohár1-1/+0
2024-10-03cifs: Validate content of NFS reparse point bufferPali Rohár1-0/+23
2024-10-03cifs: Fix buffer overflow when parsing NFS reparse pointsPali Rohár1-1/+14
2024-10-03Merge tag 'v6.12-rc1-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-13/+12
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan16-24/+24
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-10-01smb: client: use actual path when queryfswangrong4-10/+26
2024-10-01ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()Thorsten Blum1-2/+2
2024-10-01ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()Thorsten Blum2-10/+9
2024-10-01ksmbd: Use struct_size() to improve get_file_alternate_info()Thorsten Blum1-1/+1
2024-09-30cifs: Remove intermediate object of failed create reparse callPali Rohár1-2/+22
2024-09-30Revert "smb: client: make SHA-512 TFM ephemeral"Steve French6-17/+47
2024-09-29smb: Update comments about some reparse point tagsPali Rohár1-3/+4
2024-09-29cifs: Check for UTF-16 null codepoint in SFU symlink target locationPali Rohár1-1/+7
2024-09-28Merge tag 'v6.12-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds10-33/+30
2024-09-26smb: client: make SHA-512 TFM ephemeralEnzo Matsumiya6-47/+17
2024-09-26smb: client: make HMAC-MD5 TFM ephemeralEnzo Matsumiya2-84/+50
2024-09-26smb: client: stop flooding dmesg in smb2_calc_signature()Paulo Alcantara1-1/+1
2024-09-26smb: client: allocate crypto only for primary serverEnzo Matsumiya2-9/+18
2024-09-26smb: client: fix UAF in async decryptionEnzo Matsumiya2-19/+34
2024-09-26Merge tag 'v6.12-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/c...Linus Torvalds17-224/+281
2024-09-25ksmbd: Correct typos in multiple comments across various filesShen Lichuan7-10/+10
2024-09-25ksmbd: fix open failure from block and char device fileNamjae Jeon1-6/+8
2024-09-25ksmbd: remove unsafe_memcpy use in session setupNamjae Jeon1-9/+3
2024-09-24cifs: update internal version numberSteve French1-2/+2
2024-09-24smb: client: print failed session logoffs with FYIPaulo Alcantara1-2/+1
2024-09-24cifs: Fix reversion of the iter in cifs_readv_receive().David Howells3-11/+7
2024-09-24smb3: fix incorrect mode displayed for read-only filesSteve French1-8/+11
2024-09-24smb: client: fix parsing of device numbersPaulo Alcantara2-11/+4
2024-09-24smb: client: set correct device number on nfs reparse pointsPaulo Alcantara1-2/+2
2024-09-24smb: client: propagate error from cifs_construct_tcon()Paulo Alcantara1-6/+10
2024-09-24smb: client: fix DFS failover in multiuser mountsPaulo Alcantara1-1/+2
2024-09-24cifs: Make the write_{enter,done,err} tracepoints display netfs infoDavid Howells2-10/+18
2024-09-24smb: client: fix DFS interlink failoverPaulo Alcantara9-86/+94
2024-09-24smb: client: improve purging of cached referralsPaulo Alcantara1-17/+15
2024-09-24smb: client: avoid unnecessary reconnects when refreshing referralsPaulo Alcantara1-70/+117
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2024-09-20ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum2-4/+4
2024-09-20ksmbd: fix warning: comparison of distinct pointer types lacks a castNamjae Jeon2-4/+5