summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)Author
2025-01-23Merge tag 'v6.14-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-01-20Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-15ksmbd: fix integer overflows on 32 bit systemsDan Carpenter
2025-01-15ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTLNamjae Jeon
2025-01-15ksmbd: Remove unused functionsDr. David Alan Gilbert
2025-01-07ksmbd: Implement new SMB3 POSIX typeNamjae Jeon
2025-01-07ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_lockedHe Wang
2025-01-05ksmbd: Remove unneeded if check in ksmbd_rdma_capable_netdev()Thorsten Blum
2025-01-05ksmbd: fix a missing return value check bugWentao Liang
2024-12-15ksmbd: conn lock to serialize smb2 negotiateNamjae Jeon
2024-12-15ksmbd: fix broken transfers when exceeding max simultaneous operationsMarios Makassikis
2024-12-15ksmbd: count all requests in req_running counterMarios Makassikis
2024-12-10ksmbd: set ATTR_CTIME flags when setting mtimeNamjae Jeon
2024-12-10ksmbd: fix racy issue from session lookup and expireNamjae Jeon
2024-12-10ksmbd: retry iterate_dir in smb2_query_dirHobin Woo
2024-12-04ksmbd: align aux_payload_buf to avoid OOB reads in cryptographic operationsNorbert Szetei
2024-12-02smb: avoid pointless cred reference count bumpChristian Brauner
2024-12-02tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner
2024-12-02tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner
2024-12-02tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner
2024-12-02tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner
2024-12-01ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_writeJordy Zomer
2024-12-01ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_readJordy Zomer
2024-12-01smb: server: Fix building with GCC 15Brahmajit Das
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