summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)Author
2024-11-25ksmbd: fix use-after-free in SMB request handlingYunseong Kim
2024-11-25ksmbd: add debug print for pending request during server shutdownNamjae Jeon
2024-11-25ksmbd: add netdev-up/down event debug printNamjae Jeon
2024-11-25ksmbd: add debug prints to know what smb2 requests were receivedNamjae Jeon
2024-11-25ksmbd: add debug print for rdma capableNamjae Jeon
2024-11-25ksmbd: use msleep instaed of schedule_timeout_interruptible()Namjae Jeon
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon
2024-11-17ksmbd: fix malformed unsupported smb1 negotiate responseNamjae Jeon
2024-11-05ksmbd: check outstanding simultaneous SMB operationsNamjae Jeon
2024-11-05ksmbd: fix slab-use-after-free in smb3_preauth_hash_rspNamjae Jeon
2024-11-05ksmbd: fix slab-use-after-free in ksmbd_smb2_session_createNamjae Jeon
2024-10-28ksmbd: Fix the missing xa_store error checkJinjie Ruan
2024-10-11ksmbd: add support for supplementary groupsNamjae Jeon
2024-10-09ksmbd: fix user-after-free from session log offNamjae Jeon
2024-10-03Merge tag 'v6.12-rc1-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-01ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()Thorsten Blum
2024-10-01ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()Thorsten Blum
2024-10-01ksmbd: Use struct_size() to improve get_file_alternate_info()Thorsten Blum
2024-09-25ksmbd: Correct typos in multiple comments across various filesShen Lichuan
2024-09-25ksmbd: fix open failure from block and char device fileNamjae Jeon
2024-09-25ksmbd: remove unsafe_memcpy use in session setupNamjae Jeon
2024-09-20ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum
2024-09-20ksmbd: fix warning: comparison of distinct pointer types lacks a castNamjae Jeon
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong
2024-09-15smb: move some duplicate definitions to common/smbacl.hChenXiaoSong
2024-09-14ksmbd: handle caseless file creationNamjae Jeon
2024-09-14ksmbd: make __dir_empty() compatible with POSIXHobin Woo
2024-09-14ksmbd: add refcnt to ksmbd_conn structNamjae Jeon
2024-09-14ksmbd: allow write with FILE_APPEND_DATANamjae Jeon
2024-08-29ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter
2024-08-29ksmbd: unset the binding mark of a reused connectionNamjae Jeon
2024-08-29smb: Annotate struct xattr_smb_acl with __counted_by()Thorsten Blum
2024-08-22smb/server: update misguided comment of smb2_allocate_rsp_buf()ChenXiaoSong
2024-08-22smb/server: remove useless assignment of 'file_present' in smb2_open()ChenXiaoSong
2024-08-22smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()ChenXiaoSong
2024-08-22smb/server: fix return value of smb2_open()ChenXiaoSong
2024-08-22ksmbd: the buffer of smb2 query dir response has at least 1 byteNamjae Jeon
2024-08-18ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum
2024-08-18ksmbd: fix race condition between destroy_previous_session() and smb2 operati...Namjae Jeon
2024-08-18ksmbd: Use unsafe_memcpy() for ntlm_negotiateNamjae Jeon
2024-08-08ksmbd: override fsids for smb2_query_info()Namjae Jeon
2024-08-08ksmbd: override fsids for share path checkNamjae Jeon
2024-07-14ksmbd: add durable scavenger timerNamjae Jeon
2024-07-14ksmbd: avoid reclaiming expired durable opens by the clientNamjae Jeon
2024-07-14ksmbd: Constify struct ksmbd_transport_opsChristophe JAILLET
2024-07-14ksmbd: remove duplicate SMB2 Oplock levels definitionsChenXiaoSong
2024-07-05ksmbd: discard write access to the directory openHobin Woo
2024-07-03ksmbd: return FILE_DEVICE_DISK instead of super magicNamjae Jeon