summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'v6.12-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/c...Linus Torvalds8-1938/+7
14 dayssmb: move SMB2 Status code to common header fileChenXiaoSong7-1828/+6
14 dayssmb: move some duplicate definitions to common/smbacl.hChenXiaoSong1-110/+1
2024-09-14ksmbd: handle caseless file creationNamjae Jeon1-7/+3
2024-09-14ksmbd: make __dir_empty() compatible with POSIXHobin Woo1-3/+4
2024-09-14ksmbd: add refcnt to ksmbd_conn structNamjae Jeon4-40/+23
2024-09-14ksmbd: allow write with FILE_APPEND_DATANamjae Jeon1-1/+1
2024-08-30ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter1-1/+3
2024-08-30ksmbd: unset the binding mark of a reused connectionNamjae Jeon1-0/+4
2024-08-30smb: Annotate struct xattr_smb_acl with __counted_by()Thorsten Blum1-1/+1
2024-08-22smb/server: update misguided comment of smb2_allocate_rsp_buf()ChenXiaoSong1-1/+1
2024-08-22smb/server: remove useless assignment of 'file_present' in smb2_open()ChenXiaoSong1-1/+0
2024-08-22smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()ChenXiaoSong2-6/+6
2024-08-22smb/server: fix return value of smb2_open()ChenXiaoSong1-1/+1
2024-08-22ksmbd: the buffer of smb2 query dir response has at least 1 byteNamjae Jeon1-1/+2
2024-08-19ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum2-4/+4
2024-08-19ksmbd: fix race condition between destroy_previous_session() and smb2 operati...Namjae Jeon4-3/+45
2024-08-19ksmbd: Use unsafe_memcpy() for ntlm_negotiateNamjae Jeon1-2/+5
2024-08-09ksmbd: override fsids for smb2_query_info()Namjae Jeon1-0/+7
2024-08-09ksmbd: override fsids for share path checkNamjae Jeon7-13/+32
2024-07-15ksmbd: add durable scavenger timerNamjae Jeon7-6/+168
2024-07-15ksmbd: avoid reclaiming expired durable opens by the clientNamjae Jeon2-1/+9
2024-07-15ksmbd: Constify struct ksmbd_transport_opsChristophe JAILLET3-6/+6
2024-07-15ksmbd: remove duplicate SMB2 Oplock levels definitionsChenXiaoSong1-7/+0
2024-07-05ksmbd: discard write access to the directory openHobin Woo1-2/+11
2024-07-04ksmbd: return FILE_DEVICE_DISK instead of super magicNamjae Jeon1-2/+7
2024-06-12ksmbd: fix missing use of get_write in in smb2_set_ea()Namjae Jeon4-11/+19
2024-06-12ksmbd: move leading slash check to smb2_get_name()Namjae Jeon1-9/+6
2024-05-26Merge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-9/+18
2024-05-23ksmbd: ignore trailing slashes in share pathsNandor Kracser1-1/+5
2024-05-14smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-9/+9
2024-05-13ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon1-8/+13
2024-05-05ksmbd: do not grant v2 lease if parent lease key and epoch are not setNamjae Jeon1-5/+9
2024-05-05ksmbd: use rwsem instead of rwlock for lease breakNamjae Jeon5-38/+30
2024-05-05ksmbd: avoid to send duplicate lease break notificationsNamjae Jeon1-6/+15
2024-05-05ksmbd: off ipv6only for both ipv4/ipv6 bindingNamjae Jeon1-0/+4
2024-04-29ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()Namjae Jeon1-2/+2
2024-04-20ksmbd: add continuous availability share parameterNamjae Jeon2-19/+27
2024-04-20ksmbd: clear RENAME_NOREPLACE before calling vfs_renameMarios Makassikis1-0/+5
2024-04-20ksmbd: validate request buffer size in smb2_allocate_rsp_buf()Namjae Jeon1-0/+4
2024-04-20ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_bufNamjae Jeon1-8/+5
2024-04-02ksmbd: do not set SMB2_GLOBAL_CAP_ENCRYPTION for SMB 3.1.1Namjae Jeon1-5/+5
2024-04-02ksmbd: validate payload size in ipc responseNamjae Jeon3-2/+45
2024-04-02ksmbd: don't send oplock break if rename failsNamjae Jeon1-1/+2
2024-03-21Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds15-147/+716
2024-03-19ksmbd: remove module versionNamjae Jeon2-3/+0
2024-03-19ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2-29/+42
2024-03-17ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-1/+4
2024-03-15ksmbd: Fix spelling mistake "connction" -> "connection"Colin Ian King1-1/+1
2024-03-15ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_closeMarios Makassikis1-1/+1