aboutsummaryrefslogtreecommitdiffstats
path: root/fs/smb/common
AgeCommit message (Expand)AuthorFilesLines
2025-08-06smb: smbdirect: add smbdirect_socket.{send,recv}_io.mem.{cache,pool}Stefan Metzmacher1-0/+23
2025-08-06smb: smbdirect: introduce struct smbdirect_send_ioStefan Metzmacher1-0/+24
2025-08-06smb: smbdirect: add SMBDIRECT_RECV_IO_MAX_SGEStefan Metzmacher1-0/+7
2025-08-06smb: smbdirect: introduce smbdirect_socket.recv_io.reassembly.*Stefan Metzmacher1-0/+26
2025-08-06smb: smbdirect: introduce smbdirect_socket.recv_io.free.{list,lock}Stefan Metzmacher1-0/+9
2025-08-06smb: smbdirect: introduce struct smbdirect_recv_ioStefan Metzmacher1-0/+15
2025-08-06smb: smbdirect: introduce smbdirect_socket.recv_io.expectedStefan Metzmacher1-0/+14
2025-06-03smb: smbdirect: introduce smbdirect_socket_parametersStefan Metzmacher2-0/+22
2025-06-03smb: smbdirect: add smbdirect_socket.hStefan Metzmacher1-0/+41
2025-06-03smb: smbdirect: add smbdirect.h with public structuresStefan Metzmacher1-0/+17
2025-06-03smb: smbdirect: add smbdirect_pdu.h with protocol definitionsStefan Metzmacher1-0/+55
2025-04-08cifs: Fix support for WSL-style symlinksPali Rohár1-3/+3
2025-03-31smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong1-0/+3
2025-03-02smb: common: change the data type of num_aces to le16Namjae Jeon1-1/+2
2025-02-19cifs: Treat unhandled directory name surrogate reparse points as mount directory nodesPali Rohár1-0/+3
2025-02-19smb: client, common: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-10/+20
2025-01-29cifs: Rename struct reparse_posix_data to reparse_nfs_data_buffer and move to common/smb2pdu.hPali Rohár1-1/+13
2024-11-25cifs: Add support for parsing WSL-style symlinksPali Rohár1-0/+9
2024-09-29smb: Update comments about some reparse point tagsPali Rohár1-3/+4
2024-09-25ksmbd: Correct typos in multiple comments across various filesShen Lichuan1-3/+3
2024-09-15smb: add comment to STATUS_MCA_OCCUREDChenXiaoSong1-0/+4
2024-09-15smb: move SMB2 Status code to common header fileChenXiaoSong1-0/+1773
2024-09-15smb: move some duplicate definitions to common/smbacl.hChenXiaoSong1-0/+121
2024-08-15smb: smb2pdu.h: Use static_assert() to check struct sizesGustavo A. R. Silva1-0/+2
2024-07-03ksmbd: return FILE_DEVICE_DISK instead of super magicNamjae Jeon1-0/+34
2024-05-27fs: smb: common: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-05-13smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-15/+18
2024-04-19ksmbd: common: use struct_group_attr instead of struct_group for network_open_infoNamjae Jeon1-1/+1
2024-03-20smb311: additional compression flag defined in updated protocol specSteve French1-4/+6
2024-03-20smb311: correct incorrect offset field in compression headerSteve French1-1/+1
2024-03-10smb: common: simplify compression headersEnzo Matsumiya1-19/+26
2024-03-10smb: common: fix fields sizes in compression_pattern_payload_v1Enzo Matsumiya1-2/+2
2024-03-10smb: client: add support for WSL reparse pointsPaulo Alcantara1-6/+0
2023-12-08ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon1-1/+1
2023-12-08ksmbd: send v2 lease break notification for directoryNamjae Jeon1-0/+1
2023-11-30smb: client, common: fix fortify warningsDmitry Antipov1-7/+10
2023-10-30Add definition for new smb3.1.1 command typeSteve French1-0/+15
2023-10-30SMB3: clarify some of the unused CreateOption flagsSteve French1-1/+8
2023-09-08smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTUSteve French1-1/+1
2023-08-24[SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French1-0/+22
2023-05-24smb: move client and server files to common directory fs/smbSteve French7-0/+2266