summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-11-04Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-11-02Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-11-02cifs: force interface update before a fresh session setupShyam Prasad N
2023-11-02cifs: do not reset chan_max if multichannel is not supported at mountShyam Prasad N
2023-11-02cifs: reconnect helper should set reconnect for the right channelShyam Prasad N
2023-11-02smb: client: fix use-after-free in smb2_query_info_compound()Paulo Alcantara
2023-11-02smb: client: remove extra @chan_count check in __cifs_put_smb_ses()Paulo Alcantara
2023-10-31cifs: add xid to query server interface callShyam Prasad N
2023-10-31cifs: print server capabilities in DebugDataShyam Prasad N
2023-10-31smb: use crypto_shash_digest() in symlink_hash()Eric Biggers
2023-10-31smb: client: fix use-after-free bug in cifs_debug_data_proc_show()Paulo Alcantara
2023-10-31smb: client: fix potential deadlock when releasing midsPaulo Alcantara
2023-10-31smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French
2023-10-30ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Add definition for new smb3.1.1 command typeSteve French
2023-10-30SMB3: clarify some of the unused CreateOption flagsSteve French
2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein
2023-10-27treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner
2023-10-22ksmbd: add support for surrogate pair conversionNamjae Jeon
2023-10-22ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...Kangjing Huang
2023-10-22ksmbd: fix recursive locking in vfs helpersMarios Makassikis
2023-10-22ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon
2023-10-22ksmbd: reorganize ksmbd_iov_pin_rsp()Namjae Jeon
2023-10-22ksmbd: Remove unused field in ksmbd_user structCheng-Han Wu
2023-10-22cifs: Add client version details to NTLM authenticate messageMeetakshi Setiya
2023-10-22smb3: fix touch -h of symlinkSteve French
2023-10-18server: convert to new timestamp accessorsJeff Layton
2023-10-18client: convert to new timestamp accessorsJeff Layton
2023-10-14Merge tag '6.6-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-10-12ksmbd: fix potential double free on smb2_read_pipe() error pathNamjae Jeon
2023-10-12ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()Namjae Jeon
2023-10-12ksmbd: fix wrong error response status by using set_smb2_rsp_status()Namjae Jeon
2023-10-12ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon
2023-10-12smb: client: prevent new fids from being removed by laundromatPaulo Alcantara
2023-10-12smb: client: make laundromat a delayed workerPaulo Alcantara
2023-10-10smb: move cifs_xattr_handlers to .rodataWedson Almeida Filho
2023-10-08Merge tag '6.6-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-10-04ksmbd: fix race condition between tree conn lookup and disconnectNamjae Jeon
2023-10-04ksmbd: fix race condition from parallel smb2 lock requestsNamjae Jeon
2023-10-04ksmbd: fix race condition from parallel smb2 logoff requestsNamjae Jeon
2023-10-04ksmbd: fix uaf in smb20_oplock_break_ackluosili
2023-10-04ksmbd: fix race condition with fpNamjae Jeon
2023-10-04ksmbd: fix race condition between session lookup and expireNamjae Jeon
2023-10-04smb: client: do not start laundromat thread on nohandlecachePaulo Alcantara
2023-10-04smb: use kernel_connect() and kernel_bind()Jordan Rife
2023-09-30Merge tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds