summaryrefslogtreecommitdiffstats
path: root/fs/smb/server
AgeCommit message (Expand)AuthorLines
2025-01-23Merge tag 'v6.14-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-77/+50
2025-01-20Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-8/+2
2025-01-15ksmbd: fix integer overflows on 32 bit systemsDan Carpenter-0/+9
2025-01-15ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTLNamjae Jeon-42/+41
2025-01-15ksmbd: Remove unused functionsDr. David Alan Gilbert-35/+0
2025-01-07ksmbd: Implement new SMB3 POSIX typeNamjae Jeon-0/+50
2025-01-07ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_lockedHe Wang-1/+2
2025-01-05ksmbd: Remove unneeded if check in ksmbd_rdma_capable_netdev()Thorsten Blum-2/+1
2025-01-05ksmbd: fix a missing return value check bugWentao Liang-0/+3
2024-12-15ksmbd: conn lock to serialize smb2 negotiateNamjae Jeon-0/+2
2024-12-15ksmbd: fix broken transfers when exceeding max simultaneous operationsMarios Makassikis-10/+17
2024-12-15ksmbd: count all requests in req_running counterMarios Makassikis-2/+3
2024-12-10ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon-7/+3
2024-12-10ksmbd: fix racy issue from session lookup and expireNamjae Jeon-16/+23
2024-12-10ksmbd: retry iterate_dir in smb2_query_dirHobin Woo-1/+12
2024-12-04ksmbd: align aux_payload_buf to avoid OOB reads in cryptographic operationsNorbert Szetei-1/+1
2024-12-02smb: avoid pointless cred reference count bumpChristian Brauner-9/+3
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner-1/+1
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner-1/+1
2024-12-02tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner-1/+1
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner-1/+1
2024-12-01ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_writeJordy Zomer-0/+2
2024-12-01ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_readJordy Zomer-0/+4
2024-12-01smb: server: Fix building with GCC 15Brahmajit Das-2/+2
2024-11-25ksmbd: fix use-after-free in SMB request handlingYunseong Kim-0/+4
2024-11-25ksmbd: add debug print for pending request during server shutdownNamjae Jeon-0/+1
2024-11-25ksmbd: add netdev-up/down event debug printNamjae Jeon-0/+6
2024-11-25ksmbd: add debug prints to know what smb2 requests were receivedNamjae Jeon-9/+29
2024-11-25ksmbd: add debug print for rdma capableNamjae Jeon-0/+3
2024-11-25ksmbd: use msleep instaed of schedule_timeout_interruptible()Namjae Jeon-1/+1
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon-119/+126
2024-11-17ksmbd: fix malformed unsupported smb1 negotiate responseNamjae Jeon-1/+1
2024-11-05ksmbd: check outstanding simultaneous SMB operationsNamjae Jeon-10/+20
2024-11-05ksmbd: fix slab-use-after-free in smb3_preauth_hash_rspNamjae Jeon-2/+2
2024-11-05ksmbd: fix slab-use-after-free in ksmbd_smb2_session_createNamjae Jeon-1/+3
2024-10-28ksmbd: Fix the missing xa_store error checkJinjie Ruan-4/+7
2024-10-11ksmbd: add support for supplementary groupsNamjae Jeon-17/+137
2024-10-09ksmbd: fix user-after-free from session log offNamjae Jeon-6/+34
2024-10-03Merge tag 'v6.12-rc1-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds-13/+12
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-10-01ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()Thorsten Blum-2/+2
2024-10-01ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()Thorsten Blum-10/+9
2024-10-01ksmbd: Use struct_size() to improve get_file_alternate_info()Thorsten Blum-1/+1
2024-09-25ksmbd: Correct typos in multiple comments across various filesShen Lichuan-7/+7
2024-09-25ksmbd: fix open failure from block and char device fileNamjae Jeon-6/+8
2024-09-25ksmbd: remove unsafe_memcpy use in session setupNamjae Jeon-9/+3
2024-09-20ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum-4/+4
2024-09-20ksmbd: fix warning: comparison of distinct pointer types lacks a castNamjae Jeon-4/+5
2024-09-19Merge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds-1938/+7
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong-1828/+6