summaryrefslogtreecommitdiff
path: root/fs/smb/server/smb2pdu.c
AgeCommit message (Expand)Author
2025-03-02ksmbd: fix bug on trap in smb2_lockNamjae Jeon
2025-03-02ksmbd: fix use-after-free in smb2_lockNamjae Jeon
2025-01-15ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTLNamjae Jeon
2025-01-07ksmbd: Implement new SMB3 POSIX typeNamjae Jeon
2025-01-05ksmbd: fix a missing return value check bugWentao Liang
2024-12-15ksmbd: conn lock to serialize smb2 negotiateNamjae Jeon
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-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-11-25ksmbd: add debug prints to know what smb2 requests were receivedNamjae Jeon
2024-11-25ksmbd: use __GFP_RETRY_MAYFAILNamjae Jeon
2024-10-09ksmbd: fix user-after-free from session log offNamjae Jeon
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: 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-15smb: move SMB2 Status code to common header fileChenXiaoSong
2024-08-29ksmbd: unset the binding mark of a reused connectionNamjae Jeon
2024-08-22smb/server: update misguided comment of smb2_allocate_rsp_buf()ChenXiaoSong
2024-08-22smb/server: remove useless assignment of 'file_present' in smb2_open()ChenXiaoSong
2024-08-22smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()ChenXiaoSong
2024-08-22smb/server: fix return value of smb2_open()ChenXiaoSong
2024-08-22ksmbd: the buffer of smb2 query dir response has at least 1 byteNamjae Jeon
2024-08-18ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum
2024-08-18ksmbd: fix race condition between destroy_previous_session() and smb2 operati...Namjae Jeon
2024-08-18ksmbd: Use unsafe_memcpy() for ntlm_negotiateNamjae Jeon
2024-08-08ksmbd: override fsids for smb2_query_info()Namjae Jeon
2024-08-08ksmbd: override fsids for share path checkNamjae Jeon
2024-07-14ksmbd: add durable scavenger timerNamjae Jeon
2024-07-05ksmbd: discard write access to the directory openHobin Woo
2024-07-03ksmbd: return FILE_DEVICE_DISK instead of super magicNamjae Jeon
2024-06-11ksmbd: fix missing use of get_write in in smb2_set_ea()Namjae Jeon
2024-06-11ksmbd: move leading slash check to smb2_get_name()Namjae Jeon
2024-05-04ksmbd: use rwsem instead of rwlock for lease breakNamjae Jeon
2024-04-28ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()Namjae Jeon
2024-04-19ksmbd: add continuous availability share parameterNamjae Jeon
2024-04-19ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon
2024-04-02ksmbd: don't send oplock break if rename failsNamjae Jeon
2024-03-20Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-03-18ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon
2024-03-12ksmbd: add support for durable handles v1/v2Namjae Jeon
2024-03-12ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous sessionNamjae Jeon
2024-03-12ksmbd: retrieve number of blocks using vfs_getattr in set_file_allocation_infoMarios Makassikis
2024-03-12ksmbd: replace generic_fillattr with vfs_getattrMarios Makassikis
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds