summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
2024-11-11testhc-hw24-testHenrique Carvalho1-0/+0
2024-11-10smb: During umount, flush any pending lease breaks for cached dirsPaul Aurich1-0/+3
2024-11-10smb: No need to wait for work when cleaning up cached directoriesPaul Aurich1-6/+2
2024-11-10smb: prevent use-after-free due to open_cached_dir error pathsPaul Aurich1-41/+29
2024-11-10smb: Don't leak cfid when reconnect races with open_cached_dirPaul Aurich1-13/+14
2024-11-10smb: cached directories can be more than root file handlePaul Aurich1-1/+1
2024-11-03smb: client: Fix use-after-free of network namespace.Kuniyuki Iwashima1-3/+11
2024-10-23cifs: fix warning when destroy 'cifs_io_request_pool'Ye Bin1-1/+1
2024-10-23smb: client: Handle kstrdup failures for passwordsHenrique Carvalho1-0/+7
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-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 Torvalds23-56/+163
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-02smb: client: Correct typos in multiple comments across various filesShen Lichuan16-24/+24
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-10-01smb: client: use actual path when queryfswangrong4-10/+26
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-29cifs: Check for UTF-16 null codepoint in SFU symlink target locationPali Rohár1-1/+7
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-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-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds34-2098/+1072
2024-09-16smb: client: fix compression heuristic functionsEnzo Matsumiya1-50/+55
2024-09-16cifs: Update SFU comments about fifos and socketsPali Rohár3-6/+6
2024-09-16cifs: Add support for creating SFU symlinksPali Rohár5-29/+77
2024-09-16cifs: Remove redundant setting of NETFS_SREQ_HIT_EOFDavid Howells1-2/+0
2024-09-16cifs: Fix cifs readv callback merge resolution issueDavid Howells1-1/+1