summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2025-06-01smb: client: add NULL check in automount_fullpathRuben Devos1-0/+3
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+0
2025-05-28smb: client: Remove an unused function and variableDr. David Alan Gilbert3-69/+0
2025-05-27ksmbd: allow a filename to contain special characters on SMB3.1.1 posix exten...Namjae Jeon1-26/+27
2025-05-27ksmbd: provide zero as a unique ID to the Mac clientNamjae Jeon3-2/+21
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-7/+11
2025-05-25ksmbd: remove unnecessary softdep on crc32Eric Biggers1-1/+0
2025-05-25ksmbd: use SHA-256 library API instead of crypto_shash APIEric Biggers6-64/+5
2025-05-23Merge tag 'v6.15-rc8-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-14/+9
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells1-1/+2
2025-05-21ksmbd: use list_first_entry_or_null for opinfo_get_list()Namjae Jeon1-5/+2
2025-05-21ksmbd: fix rename failureNamjae Jeon1-1/+1
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells4-10/+8
2025-05-19ksmbd: fix stream write failureNamjae Jeon1-8/+6
2025-05-19smb: client: Reset all search buffer pointers when releasing bufferWang Zhaolong1-0/+3
2025-05-18smb: client: Fix use-after-free in cifs_fill_direntWang Zhaolong1-2/+2
2025-05-14smb: client: fix zero rsize error messagesPaulo Alcantara1-2/+4
2025-05-14smb: client: fix memory leak during error handling for POSIX mkdirJethro Donaldson1-1/+1
2025-05-09Merge tag '6.15-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-8/+4
2025-05-08Merge tag 'v6.15-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-9/+43
2025-05-07smb: client: Avoid race in open_cached_dir with lease breaksPaul Aurich1-8/+2
2025-05-06smb3 client: warn when parse contexts returns error on compounded operationSteve French1-0/+2
2025-05-06ksmbd: Fix UAF in __close_file_table_idsSean Heelan1-7/+26
2025-05-06ksmbd: prevent out-of-bounds stream writes by validating *posNorbert Szetei1-0/+7
2025-05-05saner calling conventions for ->d_automount()Al Viro1-1/+0
2025-05-02Merge tag '6.15-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-75/+324
2025-05-01ksmbd: fix memory leak in parse_lease_state()Wang Zhaolong1-2/+5
2025-05-01ksmbd: prevent rename with empty stringNamjae Jeon1-0/+5
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara6-55/+62
2025-04-30cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...Pali Rohár4-12/+166
2025-04-30cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()Pali Rohár1-8/+95
2025-04-30smb: client: fix zero length for mkdir POSIX create contextJethro Donaldson1-0/+1
2025-04-25ksmbd: fix use-after-free in session logoffSean Heelan1-4/+0
2025-04-25ksmbd: fix use-after-free in kerberos authenticationSean Heelan2-6/+13
2025-04-22ksmbd: fix use-after-free in ksmbd_session_rpc_openNamjae Jeon2-6/+15
2025-04-22smb: server: smb2pdu: check return value of xa_store()Salah Triki1-2/+7
2025-04-18Merge tag '6.15-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-25/+39
2025-04-14ksmbd: Prevent integer overflow in calculation of deadtimeDenis Arefev1-1/+6
2025-04-14ksmbd: fix the warning from __kernel_write_iterNamjae Jeon1-1/+2
2025-04-14ksmbd: fix use-after-free in smb_break_all_levII_oplock()Namjae Jeon2-21/+9
2025-04-14ksmbd: fix use-after-free in __smb2_lease_break_noti()Namjae Jeon3-6/+13
2025-04-14ksmbd: fix WARNING "do not call blocking ops when !TASK_RUNNING"Namjae Jeon1-7/+1
2025-04-14ksmbd: Fix dangling pointer in krb_authenticateSean Heelan1-1/+3
2025-04-13Revert "smb: client: fix TCP timers deadlock after rmmod"Kuniyuki Iwashima1-26/+10
2025-04-13Revert "smb: client: Fix netns refcount imbalance causing leaks and use-after...Kuniyuki Iwashima1-8/+8
2025-04-13smb3 client: fix open hardlink on deferred close file errorChunjie Zhu2-0/+30
2025-04-09smb3: Add defines for two new FileSystemAttributesSteve French2-0/+4
2025-04-09cifs: Fix querying of WSL CHR and BLK reparse points over SMB1Pali Rohár1-0/+36
2025-04-09cifs: Split parse_reparse_point callback to functions: get buffer and parse b...Pali Rohár6-37/+25
2025-04-09cifs: Improve handling of name surrogate reparse points in reparse.cPali Rohár1-11/+8