summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'v6.14-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds9-77/+50
12 daysMerge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+2
2025-01-16ksmbd: fix integer overflows on 32 bit systemsDan Carpenter1-0/+9
2025-01-16ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTLNamjae Jeon6-42/+41
2025-01-16ksmbd: Remove unused functionsDr. David Alan Gilbert4-35/+0
2025-01-08ksmbd: Implement new SMB3 POSIX typeNamjae Jeon2-0/+50
2025-01-08ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_lockedHe Wang1-1/+2
2025-01-06ksmbd: Remove unneeded if check in ksmbd_rdma_capable_netdev()Thorsten Blum1-2/+1
2025-01-06ksmbd: fix a missing return value check bugWentao Liang1-0/+3
2024-12-16ksmbd: conn lock to serialize smb2 negotiateNamjae Jeon1-0/+2
2024-12-16ksmbd: fix broken transfers when exceeding max simultaneous operationsMarios Makassikis5-10/+17
2024-12-16ksmbd: count all requests in req_running counterMarios Makassikis1-2/+3
2024-12-11ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon1-7/+3
2024-12-11ksmbd: fix racy issue from session lookup and expireNamjae Jeon4-16/+23
2024-12-11ksmbd: retry iterate_dir in smb2_query_dirHobin Woo2-1/+12
2024-12-05ksmbd: align aux_payload_buf to avoid OOB reads in cryptographic operationsNorbert Szetei1-1/+1
2024-12-02smb: avoid pointless cred reference count bumpChristian Brauner1-9/+3
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner1-1/+1
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner1-1/+1
2024-12-02tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner1-1/+1
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner1-1/+1
2024-12-02ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_writeJordy Zomer1-0/+2
2024-12-02ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_readJordy Zomer1-0/+4
2024-12-02smb: server: Fix building with GCC 15Brahmajit Das1-2/+2
2024-11-26ksmbd: fix use-after-free in SMB request handlingYunseong Kim1-0/+4
2024-11-26ksmbd: add debug print for pending request during server shutdownNamjae Jeon1-0/+1
2024-11-26ksmbd: add netdev-up/down event debug printNamjae Jeon1-0/+6
2024-11-26ksmbd: add debug prints to know what smb2 requests were receivedNamjae Jeon1-9/+29
2024-11-26ksmbd: add debug print for rdma capableNamjae Jeon1-0/+3
2024-11-26ksmbd: use msleep instaed of schedule_timeout_interruptible()Namjae Jeon1-1/+1
2024-11-26ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon24-119/+126
2024-11-18ksmbd: 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-10ksmbd: 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-03move 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
2024-10-01ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()Thorsten Blum2-10/+9
2024-10-01ksmbd: Use struct_size() to improve get_file_alternate_info()Thorsten Blum1-1/+1
2024-09-26ksmbd: Correct typos in multiple comments across various filesShen Lichuan6-7/+7
2024-09-26ksmbd: fix open failure from block and char device fileNamjae Jeon1-6/+8
2024-09-26ksmbd: remove unsafe_memcpy use in session setupNamjae Jeon1-9/+3
2024-09-21ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum2-4/+4
2024-09-21ksmbd: fix warning: comparison of distinct pointer types lacks a castNamjae Jeon2-4/+5
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds8-1938/+7
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong7-1828/+6