summaryrefslogtreecommitdiffstats
path: root/fs/smb/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon2024-12-111-7/+3
* ksmbd: fix racy issue from session lookup and expireNamjae Jeon2024-12-114-16/+23
* ksmbd: retry iterate_dir in smb2_query_dirHobin Woo2024-12-112-1/+12
* ksmbd: align aux_payload_buf to avoid OOB reads in cryptographic operationsNorbert Szetei2024-12-051-1/+1
* ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_writeJordy Zomer2024-12-021-0/+2
* ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_readJordy Zomer2024-12-021-0/+4
* smb: server: Fix building with GCC 15Brahmajit Das2024-12-021-2/+2
* ksmbd: fix use-after-free in SMB request handlingYunseong Kim2024-11-261-0/+4
* ksmbd: add debug print for pending request during server shutdownNamjae Jeon2024-11-261-0/+1
* ksmbd: add netdev-up/down event debug printNamjae Jeon2024-11-261-0/+6
* ksmbd: add debug prints to know what smb2 requests were receivedNamjae Jeon2024-11-261-9/+29
* ksmbd: add debug print for rdma capableNamjae Jeon2024-11-261-0/+3
* ksmbd: use msleep instaed of schedule_timeout_interruptible()Namjae Jeon2024-11-261-1/+1
* ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon2024-11-2624-119/+126
* ksmbd: fix malformed unsupported smb1 negotiate responseNamjae Jeon2024-11-171-1/+1
* ksmbd: check outstanding simultaneous SMB operationsNamjae Jeon2024-11-055-10/+20
* ksmbd: fix slab-use-after-free in smb3_preauth_hash_rspNamjae Jeon2024-11-051-2/+2
* ksmbd: fix slab-use-after-free in ksmbd_smb2_session_createNamjae Jeon2024-11-051-1/+3
* ksmbd: Fix the missing xa_store error checkJinjie Ruan2024-10-281-4/+7
* ksmbd: add support for supplementary groupsNamjae Jeon2024-10-117-17/+137
* ksmbd: fix user-after-free from session log offNamjae Jeon2024-10-104-6/+34
* Merge tag 'v6.12-rc1-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-10-033-13/+12
|\
| * ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()Thorsten Blum2024-10-011-2/+2
| * ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()Thorsten Blum2024-10-012-10/+9
| * ksmbd: Use struct_size() to improve get_file_alternate_info()Thorsten Blum2024-10-011-1/+1
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* ksmbd: Correct typos in multiple comments across various filesShen Lichuan2024-09-266-7/+7
* ksmbd: fix open failure from block and char device fileNamjae Jeon2024-09-261-6/+8
* ksmbd: remove unsafe_memcpy use in session setupNamjae Jeon2024-09-261-9/+3
* ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum2024-09-212-4/+4
* ksmbd: fix warning: comparison of distinct pointer types lacks a castNamjae Jeon2024-09-212-4/+5
* Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds2024-09-198-1938/+7
|\
| * smb: move SMB2 Status code to common header fileChenXiaoSong2024-09-157-1828/+6
| * smb: move some duplicate definitions to common/smbacl.hChenXiaoSong2024-09-151-110/+1
* | ksmbd: handle caseless file creationNamjae Jeon2024-09-141-7/+3
* | ksmbd: make __dir_empty() compatible with POSIXHobin Woo2024-09-141-3/+4
* | ksmbd: add refcnt to ksmbd_conn structNamjae Jeon2024-09-144-40/+23
* | ksmbd: allow write with FILE_APPEND_DATANamjae Jeon2024-09-141-1/+1
|/
* ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter2024-08-301-1/+3
* ksmbd: unset the binding mark of a reused connectionNamjae Jeon2024-08-301-0/+4
* smb: Annotate struct xattr_smb_acl with __counted_by()Thorsten Blum2024-08-301-1/+1
* smb/server: update misguided comment of smb2_allocate_rsp_buf()ChenXiaoSong2024-08-221-1/+1
* smb/server: remove useless assignment of 'file_present' in smb2_open()ChenXiaoSong2024-08-221-1/+0
* smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()ChenXiaoSong2024-08-222-6/+6
* smb/server: fix return value of smb2_open()ChenXiaoSong2024-08-221-1/+1
* ksmbd: the buffer of smb2 query dir response has at least 1 byteNamjae Jeon2024-08-221-1/+2
* ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum2024-08-192-4/+4
* ksmbd: fix race condition between destroy_previous_session() and smb2 operati...Namjae Jeon2024-08-194-3/+45
* ksmbd: Use unsafe_memcpy() for ntlm_negotiateNamjae Jeon2024-08-191-2/+5
* ksmbd: override fsids for smb2_query_info()Namjae Jeon2024-08-091-0/+7