summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2024-10-04Merge tag 'v6.12-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-10-03cifs: Do not convert delimiter when parsing NFS-style symlinksPali Rohár
2024-10-03cifs: Validate content of NFS reparse point bufferPali Rohár
2024-10-03cifs: Fix buffer overflow when parsing NFS reparse pointsPali Rohár
2024-10-03Merge tag 'v6.12-rc1-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-10-02smb: client: Correct typos in multiple comments across various filesShen Lichuan
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-01smb: client: use actual path when queryfswangrong
2024-10-01ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()Thorsten Blum
2024-10-01ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()Thorsten Blum
2024-10-01ksmbd: Use struct_size() to improve get_file_alternate_info()Thorsten Blum
2024-09-30cifs: Remove intermediate object of failed create reparse callPali Rohár
2024-09-30Revert "smb: client: make SHA-512 TFM ephemeral"Steve French
2024-09-29smb: Update comments about some reparse point tagsPali Rohár
2024-09-29cifs: Check for UTF-16 null codepoint in SFU symlink target locationPali Rohár
2024-09-28Merge tag 'v6.12-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-09-26smb: client: make SHA-512 TFM ephemeralEnzo Matsumiya
2024-09-26smb: client: make HMAC-MD5 TFM ephemeralEnzo Matsumiya
2024-09-26smb: client: stop flooding dmesg in smb2_calc_signature()Paulo Alcantara
2024-09-26smb: client: allocate crypto only for primary serverEnzo Matsumiya
2024-09-26smb: client: fix UAF in async decryptionEnzo Matsumiya
2024-09-26Merge tag 'v6.12-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/c...Linus Torvalds
2024-09-25ksmbd: Correct typos in multiple comments across various filesShen Lichuan
2024-09-25ksmbd: fix open failure from block and char device fileNamjae Jeon
2024-09-25ksmbd: remove unsafe_memcpy use in session setupNamjae Jeon
2024-09-24cifs: update internal version numberSteve French
2024-09-24smb: client: print failed session logoffs with FYIPaulo Alcantara
2024-09-24cifs: Fix reversion of the iter in cifs_readv_receive().David Howells
2024-09-24smb3: fix incorrect mode displayed for read-only filesSteve French
2024-09-24smb: client: fix parsing of device numbersPaulo Alcantara
2024-09-24smb: client: set correct device number on nfs reparse pointsPaulo Alcantara
2024-09-24smb: client: propagate error from cifs_construct_tcon()Paulo Alcantara
2024-09-24smb: client: fix DFS failover in multiuser mountsPaulo Alcantara
2024-09-24cifs: Make the write_{enter,done,err} tracepoints display netfs infoDavid Howells
2024-09-24smb: client: fix DFS interlink failoverPaulo Alcantara
2024-09-24smb: client: improve purging of cached referralsPaulo Alcantara
2024-09-24smb: client: avoid unnecessary reconnects when refreshing referralsPaulo Alcantara
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-20ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum
2024-09-20ksmbd: fix warning: comparison of distinct pointer types lacks a castNamjae Jeon
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds
2024-09-19Merge tag '6.12-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds
2024-09-16smb: client: fix compression heuristic functionsEnzo Matsumiya
2024-09-16cifs: Update SFU comments about fifos and socketsPali Rohár
2024-09-16cifs: Add support for creating SFU symlinksPali Rohár
2024-09-16cifs: Remove redundant setting of NETFS_SREQ_HIT_EOFDavid Howells
2024-09-16cifs: Fix cifs readv callback merge resolution issueDavid Howells
2024-09-16Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-09-15smb: use LIST_HEAD() to simplify codeHongbo Li
2024-09-15cifs: Recognize SFU socket typePali Rohár