summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)AuthorFilesLines
2024-10-11ksmbd: add support for supplementary groupsNamjae Jeon7-17/+137
2024-10-09ksmbd: 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-02move 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-25ksmbd: Correct typos in multiple comments across various filesShen Lichuan6-7/+7
2024-09-25ksmbd: fix open failure from block and char device fileNamjae Jeon1-6/+8
2024-09-25ksmbd: remove unsafe_memcpy use in session setupNamjae Jeon1-9/+3
2024-09-20ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum2-4/+4
2024-09-20ksmbd: 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
2024-09-15smb: 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-29ksmbd: Unlock on in ksmbd_tcp_set_interfaces()Dan Carpenter1-1/+3
2024-08-29ksmbd: unset the binding mark of a reused connectionNamjae Jeon1-0/+4
2024-08-29smb: 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-18ksmbd: Replace one-element arrays with flexible-array membersThorsten Blum2-4/+4
2024-08-18ksmbd: fix race condition between destroy_previous_session() and smb2 operati...Namjae Jeon4-3/+45
2024-08-18ksmbd: Use unsafe_memcpy() for ntlm_negotiateNamjae Jeon1-2/+5
2024-08-08ksmbd: override fsids for smb2_query_info()Namjae Jeon1-0/+7
2024-08-08ksmbd: override fsids for share path checkNamjae Jeon7-13/+32
2024-07-14ksmbd: add durable scavenger timerNamjae Jeon7-6/+168
2024-07-14ksmbd: avoid reclaiming expired durable opens by the clientNamjae Jeon2-1/+9
2024-07-14ksmbd: Constify struct ksmbd_transport_opsChristophe JAILLET3-6/+6
2024-07-14ksmbd: remove duplicate SMB2 Oplock levels definitionsChenXiaoSong1-7/+0
2024-07-05ksmbd: discard write access to the directory openHobin Woo1-2/+11
2024-07-03ksmbd: return FILE_DEVICE_DISK instead of super magicNamjae Jeon1-2/+7
2024-06-11ksmbd: fix missing use of get_write in in smb2_set_ea()Namjae Jeon4-11/+19
2024-06-11ksmbd: move leading slash check to smb2_get_name()Namjae Jeon1-9/+6
2024-05-25Merge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-9/+18
2024-05-22ksmbd: ignore trailing slashes in share pathsNandor Kracser1-1/+5
2024-05-13smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-9/+9
2024-05-12ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon1-8/+13
2024-05-04ksmbd: do not grant v2 lease if parent lease key and epoch are not setNamjae Jeon1-5/+9
2024-05-04ksmbd: use rwsem instead of rwlock for lease breakNamjae Jeon5-38/+30
2024-05-04ksmbd: avoid to send duplicate lease break notificationsNamjae Jeon1-6/+15
2024-05-04ksmbd: off ipv6only for both ipv4/ipv6 bindingNamjae Jeon1-0/+4
2024-04-28ksmbd: fix uninitialized symbol 'share' in smb2_tree_connect()Namjae Jeon1-2/+2
2024-04-19ksmbd: add continuous availability share parameterNamjae Jeon2-19/+27