summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)AuthorFilesLines
2025-04-10ksmbd: fix null pointer dereference in alloc_preauth_hash()Namjae Jeon3-5/+24
2025-04-10ksmbd: validate zero num_subauth before sub_auth is accessedNorbert Szetei1-0/+5
2025-04-10ksmbd: fix overflow in dacloffset bounds checkNorbert Szetei1-4/+12
2025-04-10ksmbd: fix session use-after-free in multichannel connectionNamjae Jeon3-11/+14
2025-04-10ksmbd: fix use-after-free in ksmbd_sessions_deregister()Namjae Jeon1-0/+3
2025-04-10ksmbd: add bounds check for create lease contextNorbert Szetei1-0/+8
2025-04-10ksmbd: add bounds check for durable handle contextNamjae Jeon1-0/+21
2025-04-10smb: common: change the data type of num_aces to le16Namjae Jeon2-16/+17
2025-04-10ksmbd: fix r_count dec/increment mismatchNamjae Jeon1-2/+2
2025-04-10ksmbd: fix multichannel connection failureNamjae Jeon3-8/+22
2025-04-10ksmbd: use aead_request_free to match aead_request_allocMiaoqian Lin1-1/+1
2025-03-28ksmbd: fix incorrect validation for num_aces field of smb_aclNamjae Jeon1-1/+4
2025-03-22ksmbd: prevent connection release during oplock break notificationNamjae Jeon4-12/+30
2025-03-22ksmbd: fix use-after-free in ksmbd_free_work_structNamjae Jeon4-27/+15
2025-03-13ksmbd: fix bug on trap in smb2_lockNamjae Jeon1-1/+1
2025-03-13ksmbd: fix use-after-free in smb2_lockNamjae Jeon1-3/+3
2025-03-13ksmbd: fix out-of-bounds in parse_sec_desc()Namjae Jeon1-0/+16
2025-03-13ksmbd: fix type confusion via race condition when using ipc_msg_send_requestNamjae Jeon1-0/+1
2025-02-17ksmbd: fix integer overflows on 32 bit systemsDan Carpenter1-0/+9
2025-01-07ksmbd: Implement new SMB3 POSIX typeNamjae Jeon2-0/+50
2025-01-07ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_lockedHe Wang1-1/+2
2025-01-05ksmbd: Remove unneeded if check in ksmbd_rdma_capable_netdev()Thorsten Blum1-2/+1
2025-01-05ksmbd: fix a missing return value check bugWentao Liang1-0/+3
2024-12-15ksmbd: conn lock to serialize smb2 negotiateNamjae Jeon1-0/+2
2024-12-15ksmbd: fix broken transfers when exceeding max simultaneous operationsMarios Makassikis5-10/+17
2024-12-15ksmbd: count all requests in req_running counterMarios Makassikis1-2/+3
2024-12-10ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon1-7/+3
2024-12-10ksmbd: fix racy issue from session lookup and expireNamjae Jeon4-16/+23
2024-12-10ksmbd: retry iterate_dir in smb2_query_dirHobin Woo2-1/+12
2024-12-04ksmbd: align aux_payload_buf to avoid OOB reads in cryptographic operationsNorbert Szetei1-1/+1
2024-12-01ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_writeJordy Zomer1-0/+2
2024-12-01ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_readJordy Zomer1-0/+4
2024-12-01smb: server: Fix building with GCC 15Brahmajit Das1-2/+2
2024-11-25ksmbd: fix use-after-free in SMB request handlingYunseong Kim1-0/+4
2024-11-25ksmbd: add debug print for pending request during server shutdownNamjae Jeon1-0/+1
2024-11-25ksmbd: add netdev-up/down event debug printNamjae Jeon1-0/+6
2024-11-25ksmbd: add debug prints to know what smb2 requests were receivedNamjae Jeon1-9/+29
2024-11-25ksmbd: add debug print for rdma capableNamjae Jeon1-0/+3
2024-11-25ksmbd: use msleep instaed of schedule_timeout_interruptible()Namjae Jeon1-1/+1
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon24-119/+126
2024-11-17ksmbd: fix malformed unsupported smb1 negotiate responseNamjae Jeon1-1/+1
2024-11-05ksmbd: check outstanding simultaneous SMB operationsNamjae Jeon5-10/+20
2024-11-05ksmbd: fix slab-use-after-free in smb3_preauth_hash_rspNamjae Jeon1-2/+2
2024-11-05ksmbd: fix slab-use-after-free in ksmbd_smb2_session_createNamjae Jeon1-1/+3
2024-10-28ksmbd: Fix the missing xa_store error checkJinjie Ruan1-4/+7
2024-10-11ksmbd: add support for supplementary groupsNamjae Jeon7-17/+137
2024-10-09ksmbd: fix user-after-free from session log offNamjae Jeon4-6/+34
2024-10-03Merge tag 'v6.12-rc1-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-13/+12
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-10-01ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()Thorsten Blum1-2/+2