summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2024-09-28Merge tag 'v6.12-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds10-33/+30
2024-09-27smb: client: make SHA-512 TFM ephemeralEnzo Matsumiya6-47/+17
2024-09-27smb: client: make HMAC-MD5 TFM ephemeralEnzo Matsumiya2-84/+50
2024-09-27smb: client: stop flooding dmesg in smb2_calc_signature()Paulo Alcantara1-1/+1
2024-09-27smb: client: allocate crypto only for primary serverEnzo Matsumiya2-9/+18
2024-09-27smb: 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-26ksmbd: Correct typos in multiple comments across various filesShen Lichuan7-10/+10
2024-09-26ksmbd: fix open failure from block and char device fileNamjae Jeon1-6/+8
2024-09-26ksmbd: remove unsafe_memcpy use in session setupNamjae Jeon1-9/+3
2024-09-25cifs: update internal version numberSteve French1-2/+2
2024-09-25smb: client: print failed session logoffs with FYIPaulo Alcantara1-2/+1
2024-09-25cifs: Fix reversion of the iter in cifs_readv_receive().David Howells3-11/+7
2024-09-25smb3: fix incorrect mode displayed for read-only filesSteve French1-8/+11
2024-09-25smb: client: fix parsing of device numbersPaulo Alcantara2-11/+4
2024-09-25smb: client: set correct device number on nfs reparse pointsPaulo Alcantara1-2/+2
2024-09-25smb: client: propagate error from cifs_construct_tcon()Paulo Alcantara1-6/+10
2024-09-25smb: client: fix DFS failover in multiuser mountsPaulo Alcantara1-1/+2
2024-09-25cifs: Make the write_{enter,done,err} tracepoints display netfs infoDavid Howells2-10/+18
2024-09-25smb: client: fix DFS interlink failoverPaulo Alcantara9-86/+94
2024-09-25smb: client: improve purging of cached referralsPaulo Alcantara1-17/+15
2024-09-25smb: 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-21ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum2-4/+4
2024-09-21ksmbd: fix warning: comparison of distinct pointer types lacks a castNamjae Jeon2-4/+5
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds43-2265/+1206
2024-09-19Merge tag '6.12-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds5-51/+31
2024-09-17smb: client: fix compression heuristic functionsEnzo Matsumiya1-50/+55
2024-09-17cifs: Update SFU comments about fifos and socketsPali Rohár3-6/+6
2024-09-17cifs: 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
2024-09-16Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds7-344/+239
2024-09-15smb: use LIST_HEAD() to simplify codeHongbo Li4-16/+7
2024-09-15cifs: Recognize SFU socket typePali Rohár1-1/+5
2024-09-15cifs: Show debug message when SFU Fifo type was detectedPali Rohár1-0/+1
2024-09-15cifs: Put explicit zero byte into SFU block/char typesPali Rohár2-4/+4
2024-09-15cifs: Add support for reading SFU symlink locationPali Rohár1-0/+29
2024-09-15cifs: Fix recognizing SFU symlinksPali Rohár1-1/+1
2024-09-15smb: client: compress: fix an "illegal accesses" issueQianqiang Liu1-1/+1
2024-09-15smb: client: compress: fix a potential issue of freeing an invalid pointerQianqiang Liu1-1/+1
2024-09-15smb: client: compress: LZ77 code improvements cleanupEnzo Matsumiya4-463/+532
2024-09-15smb: client: insert compression check/call on write requestsEnzo Matsumiya2-0/+9
2024-09-15smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression ope...Steve French9-4/+685
2024-09-15cifs: Remove obsoleted declaration for cifs_dir_openGaosheng Cui1-1/+0
2024-09-15smb: client: Use min() macroShen Lichuan2-5/+3
2024-09-15cifs: convert to use ERR_CAST()Yuesong Li1-1/+1
2024-09-15smb: add comment to STATUS_MCA_OCCUREDChenXiaoSong1-0/+4
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong15-1835/+15
2024-09-15smb: move some duplicate definitions to common/smbacl.hChenXiaoSong3-200/+123