summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2023-06-26ksmbd: add missing compound request handing in some commandsNamjae Jeon
2023-06-26ksmbd: fix out of bounds read in smb2_sess_setupNamjae Jeon
2023-06-26ksmbd: Replace the ternary conditional operator with min()Lu Hongfei
2023-06-26ksmbd: use kvzalloc instead of kvmallocNamjae Jeon
2023-06-26ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidLu Hongfei
2023-06-26ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Namjae Jeon
2023-06-26ksmbd: use kzalloc() instead of __GFP_ZERONamjae Jeon
2023-06-26ksmbd: remove unused ksmbd_tree_conn_share functionNamjae Jeon
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-20smb: client: fix warning in generic_ip_connect()Paulo Alcantara
2023-06-20smb: client: fix warning in CIFSFindNext()Paulo Alcantara
2023-06-20smb: client: fix warning in CIFSFindFirst()Paulo Alcantara
2023-06-20smb3: do not reserve too many oplock creditsSteve French
2023-06-20cifs: print more detail when invalidate_inode_mapping failsSteve French
2023-06-20smb: client: fix warning in cifs_smb3_do_mount()Paulo Alcantara
2023-06-20Merge tag '6.4-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-06-19smb: client: fix warning in cifs_match_super()Paulo Alcantara
2023-06-19cifs: print nosharesock value while dumping mount optionsShyam Prasad N
2023-06-19SMB3: Do not send lease break acknowledgment if all file handles have been cl...Bharath SM
2023-06-16ksmbd: validate session id and tree id in the compound requestNamjae Jeon
2023-06-16ksmbd: fix out-of-bound read in smb2_writeNamjae Jeon
2023-06-16ksmbd: add mnt_want_write to ksmbd vfs functionsNamjae Jeon
2023-06-16ksmbd: validate command payload sizeNamjae Jeon
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-14cifs: add a warning when the in-flight count goes negativeShyam Prasad N
2023-06-14cifs: fix lease break oops in xfstest generic/098Steve French
2023-06-11cifs: fix max_credits implementationShyam Prasad N
2023-06-11cifs: fix sockaddr comparison in iface_cmpShyam Prasad N
2023-06-11smb/client: print "Unknown" instead of bogus link speed valueEnzo Matsumiya
2023-06-11cifs: print all credit counters in DebugDataShyam Prasad N
2023-06-11cifs: fix status checks in cifs_tree_connectShyam Prasad N
2023-06-11smb: remove obsolete comment鑫华
2023-06-08Drop the netfs_ prefix from netfs_extract_iter_to_sg()David Howells
2023-06-02ksmbd: validate smb request protocol idNamjae Jeon
2023-06-02ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loopNamjae Jeon
2023-06-02ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()Namjae Jeon
2023-06-02ksmbd: fix out-of-bound read in parse_lease_state()Namjae Jeon
2023-06-02ksmbd: fix out-of-bound read in deassemble_neg_contexts()Namjae Jeon
2023-06-01Merge tag '6.4-rc4-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-05-31Merge tag 'virt-to-pfn-for-arch-v6.5-2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann
2023-05-27cifs: address unused variable warningSteve French
2023-05-26smb: delete an unnecessary statementDan Carpenter
2023-05-26ksmbd: call putname after using the last componentNamjae Jeon
2023-05-26ksmbd: fix incorrect AllocationSize set in smb2_get_infoNamjae Jeon
2023-05-26ksmbd: fix UAF issue from opinfo->connNamjae Jeon
2023-05-26ksmbd: fix multiple out-of-bounds read during context decodingKuan-Ting Chen
2023-05-26ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiateKuan-Ting Chen
2023-05-26ksmbd: fix credit count leakageNamjae Jeon
2023-05-26ksmbd: fix uninitialized pointer read in smb2_create_link()Namjae Jeon
2023-05-26ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()Namjae Jeon