Age | Commit message (Expand) | Author |
2024-10-01 | smb: client: use actual path when queryfs | wangrong |
2024-09-30 | cifs: Remove intermediate object of failed create reparse call | Pali Rohár |
2024-09-30 | Revert "smb: client: make SHA-512 TFM ephemeral" | Steve French |
2024-09-29 | smb: Update comments about some reparse point tags | Pali Rohár |
2024-09-29 | cifs: Check for UTF-16 null codepoint in SFU symlink target location | Pali Rohár |
2024-09-28 | Merge tag 'v6.12-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd | Linus Torvalds |
2024-09-26 | smb: client: make SHA-512 TFM ephemeral | Enzo Matsumiya |
2024-09-26 | smb: client: make HMAC-MD5 TFM ephemeral | Enzo Matsumiya |
2024-09-26 | smb: client: stop flooding dmesg in smb2_calc_signature() | Paulo Alcantara |
2024-09-26 | smb: client: allocate crypto only for primary server | Enzo Matsumiya |
2024-09-26 | smb: client: fix UAF in async decryption | Enzo Matsumiya |
2024-09-26 | Merge tag 'v6.12-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/c... | Linus Torvalds |
2024-09-25 | ksmbd: Correct typos in multiple comments across various files | Shen Lichuan |
2024-09-25 | ksmbd: fix open failure from block and char device file | Namjae Jeon |
2024-09-25 | ksmbd: remove unsafe_memcpy use in session setup | Namjae Jeon |
2024-09-24 | cifs: update internal version number | Steve French |
2024-09-24 | smb: client: print failed session logoffs with FYI | Paulo Alcantara |
2024-09-24 | cifs: Fix reversion of the iter in cifs_readv_receive(). | David Howells |
2024-09-24 | smb3: fix incorrect mode displayed for read-only files | Steve French |
2024-09-24 | smb: client: fix parsing of device numbers | Paulo Alcantara |
2024-09-24 | smb: client: set correct device number on nfs reparse points | Paulo Alcantara |
2024-09-24 | smb: client: propagate error from cifs_construct_tcon() | Paulo Alcantara |
2024-09-24 | smb: client: fix DFS failover in multiuser mounts | Paulo Alcantara |
2024-09-24 | cifs: Make the write_{enter,done,err} tracepoints display netfs info | David Howells |
2024-09-24 | smb: client: fix DFS interlink failover | Paulo Alcantara |
2024-09-24 | smb: client: improve purging of cached referrals | Paulo Alcantara |
2024-09-24 | smb: client: avoid unnecessary reconnects when refreshing referrals | Paulo Alcantara |
2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2024-09-20 | ksmbd: Replace one-element arrays with flexible-array members | Thorsten Blum |
2024-09-20 | ksmbd: fix warning: comparison of distinct pointer types lacks a cast | Namjae Jeon |
2024-09-19 | Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c... | Linus Torvalds |
2024-09-19 | Merge tag '6.12-rc-ksmbd-server-fixes-part1' of git://git.samba.org/ksmbd | Linus Torvalds |
2024-09-16 | smb: client: fix compression heuristic functions | Enzo Matsumiya |
2024-09-16 | cifs: Update SFU comments about fifos and sockets | Pali Rohár |
2024-09-16 | cifs: Add support for creating SFU symlinks | Pali Rohár |
2024-09-16 | cifs: Remove redundant setting of NETFS_SREQ_HIT_EOF | David Howells |
2024-09-16 | cifs: Fix cifs readv callback merge resolution issue | David Howells |
2024-09-16 | Merge tag 'vfs-6.12.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2024-09-15 | smb: use LIST_HEAD() to simplify code | Hongbo Li |
2024-09-15 | cifs: Recognize SFU socket type | Pali Rohár |
2024-09-15 | cifs: Show debug message when SFU Fifo type was detected | Pali Rohár |
2024-09-15 | cifs: Put explicit zero byte into SFU block/char types | Pali Rohár |
2024-09-15 | cifs: Add support for reading SFU symlink location | Pali Rohár |
2024-09-15 | cifs: Fix recognizing SFU symlinks | Pali Rohár |
2024-09-15 | smb: client: compress: fix an "illegal accesses" issue | Qianqiang Liu |
2024-09-15 | smb: client: compress: fix a potential issue of freeing an invalid pointer | Qianqiang Liu |
2024-09-15 | smb: client: compress: LZ77 code improvements cleanup | Enzo Matsumiya |
2024-09-15 | smb: client: insert compression check/call on write requests | Enzo Matsumiya |
2024-09-15 | smb3: mark compression as CONFIG_EXPERIMENTAL and fix missing compression ope... | Steve French |
2024-09-15 | cifs: Remove obsoleted declaration for cifs_dir_open | Gaosheng Cui |