Age | Commit message (Expand) | Author | Files | Lines |
2024-10-23 | cifs: fix warning when destroy 'cifs_io_request_pool' | Ye Bin | 1 | -1/+1 |
2024-10-23 | smb: client: Handle kstrdup failures for passwords | Henrique Carvalho | 1 | -0/+7 |
2024-10-18 | Merge tag 'v6.12-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 6 | -58/+11 |
2024-10-16 | Merge tag 'v6.12-rc3-ksmbd-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 11 | -23/+171 |
2024-10-16 | cifs: Remove unused functions | Dr. David Alan Gilbert | 3 | -53/+0 |
2024-10-16 | smb/client: Fix logically dead code | Advait Dhamorikar | 1 | -4/+0 |
2024-10-16 | smb: client: fix OOBs when building SMB2_IOCTL request | Paulo Alcantara | 1 | -0/+9 |
2024-10-16 | smb: client: fix possible double free in smb2_set_ea() | Su Hui | 1 | -1/+2 |
2024-10-11 | ksmbd: add support for supplementary groups | Namjae Jeon | 7 | -17/+137 |
2024-10-09 | ksmbd: fix user-after-free from session log off | Namjae Jeon | 4 | -6/+34 |
2024-10-06 | cifs: Fix creating native symlinks pointing to current or parent directory | Pali Rohár | 1 | -3/+14 |
2024-10-06 | cifs: Improve creating native symlinks pointing to directory | Pali Rohár | 3 | -4/+164 |
2024-10-04 | Merge tag 'v6.12-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 24 | -59/+167 |
2024-10-03 | cifs: Do not convert delimiter when parsing NFS-style symlinks | Pali Rohár | 1 | -1/+0 |
2024-10-03 | cifs: Validate content of NFS reparse point buffer | Pali Rohár | 1 | -0/+23 |
2024-10-03 | cifs: Fix buffer overflow when parsing NFS reparse points | Pali Rohár | 1 | -1/+14 |
2024-10-03 | Merge tag 'v6.12-rc1-ksmbd-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 3 | -13/+12 |
2024-10-02 | smb: client: Correct typos in multiple comments across various files | Shen Lichuan | 16 | -24/+24 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 3 | -3/+3 |
2024-10-01 | smb: client: use actual path when queryfs | wangrong | 4 | -10/+26 |
2024-10-01 | ksmbd: Use struct_size() to improve smb_direct_rdma_xmit() | Thorsten Blum | 1 | -2/+2 |
2024-10-01 | ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le() | Thorsten Blum | 2 | -10/+9 |
2024-10-01 | ksmbd: Use struct_size() to improve get_file_alternate_info() | Thorsten Blum | 1 | -1/+1 |
2024-09-30 | cifs: Remove intermediate object of failed create reparse call | Pali Rohár | 1 | -2/+22 |
2024-09-30 | Revert "smb: client: make SHA-512 TFM ephemeral" | Steve French | 6 | -17/+47 |
2024-09-29 | smb: Update comments about some reparse point tags | Pali Rohár | 1 | -3/+4 |
2024-09-29 | cifs: Check for UTF-16 null codepoint in SFU symlink target location | Pali Rohár | 1 | -1/+7 |
2024-09-28 | Merge tag 'v6.12-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 10 | -33/+30 |
2024-09-26 | smb: client: make SHA-512 TFM ephemeral | Enzo Matsumiya | 6 | -47/+17 |
2024-09-26 | smb: client: make HMAC-MD5 TFM ephemeral | Enzo Matsumiya | 2 | -84/+50 |
2024-09-26 | smb: client: stop flooding dmesg in smb2_calc_signature() | Paulo Alcantara | 1 | -1/+1 |
2024-09-26 | smb: client: allocate crypto only for primary server | Enzo Matsumiya | 2 | -9/+18 |
2024-09-26 | smb: client: fix UAF in async decryption | Enzo Matsumiya | 2 | -19/+34 |
2024-09-26 | Merge tag 'v6.12-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/c... | Linus Torvalds | 17 | -224/+281 |
2024-09-25 | ksmbd: Correct typos in multiple comments across various files | Shen Lichuan | 7 | -10/+10 |
2024-09-25 | ksmbd: fix open failure from block and char device file | Namjae Jeon | 1 | -6/+8 |
2024-09-25 | ksmbd: remove unsafe_memcpy use in session setup | Namjae Jeon | 1 | -9/+3 |
2024-09-24 | cifs: update internal version number | Steve French | 1 | -2/+2 |
2024-09-24 | smb: client: print failed session logoffs with FYI | Paulo Alcantara | 1 | -2/+1 |
2024-09-24 | cifs: Fix reversion of the iter in cifs_readv_receive(). | David Howells | 3 | -11/+7 |
2024-09-24 | smb3: fix incorrect mode displayed for read-only files | Steve French | 1 | -8/+11 |
2024-09-24 | smb: client: fix parsing of device numbers | Paulo Alcantara | 2 | -11/+4 |
2024-09-24 | smb: client: set correct device number on nfs reparse points | Paulo Alcantara | 1 | -2/+2 |
2024-09-24 | smb: client: propagate error from cifs_construct_tcon() | Paulo Alcantara | 1 | -6/+10 |
2024-09-24 | smb: client: fix DFS failover in multiuser mounts | Paulo Alcantara | 1 | -1/+2 |
2024-09-24 | cifs: Make the write_{enter,done,err} tracepoints display netfs info | David Howells | 2 | -10/+18 |
2024-09-24 | smb: client: fix DFS interlink failover | Paulo Alcantara | 9 | -86/+94 |
2024-09-24 | smb: client: improve purging of cached referrals | Paulo Alcantara | 1 | -17/+15 |
2024-09-24 | smb: client: avoid unnecessary reconnects when refreshing referrals | Paulo Alcantara | 1 | -70/+117 |
2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+4 |