aboutsummaryrefslogtreecommitdiff
path: root/fs/smb/common
AgeCommit message (Expand)AuthorFilesLines
2025-12-19Merge tag 'v6.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-42/+57
2025-12-16smb: move some SMB1 definitions into common/smb1pdu.hZhangGuoDong3-42/+56
2025-12-16smb: align durable reconnect v2 context to 8 byte boundaryBharath SM1-0/+1
2025-12-14smb: smbdirect: introduce smbdirect_socket.connect.{lock,work}Stefan Metzmacher1-0/+12
2025-12-11smb: move File Attributes definitions into common/fscc.hChenXiaoSong2-35/+45
2025-12-11smb: update struct duplicate_extents_to_file_exChenXiaoSong1-1/+2
2025-12-09smb: move file_notify_information to common/fscc.hChenXiaoSong1-0/+11
2025-12-09smb: move SMB2 Notify Action Flags into common/smb2pdu.hChenXiaoSong1-0/+2
2025-12-09smb: move notify completion filter flags into common/smb2pdu.hChenXiaoSong1-0/+1
2025-12-09smb: add documentation references for smb2 change notify definitionsChenXiaoSong1-1/+6
2025-12-05smb: rename to STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAPChenXiaoSong1-2/+3
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells2-4/+0
2025-11-30smb: smbdirect: introduce SMBDIRECT_CHECK_STATUS_{WARN,DISCONNECT}()Stefan Metzmacher1-0/+38
2025-11-30smb: smbdirect: introduce SMBDIRECT_DEBUG_ERR_PTR() helperStefan Metzmacher1-0/+13
2025-11-30smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.hChenXiaoSong1-0/+9
2025-11-30smb: move create_durable_reconn to common/smb2pdu.hChenXiaoSong1-2/+2
2025-11-30smb: fix some warnings reported by scripts/checkpatch.plChenXiaoSong1-4/+4
2025-11-30smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.hChenXiaoSong1-0/+8
2025-11-30smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong1-0/+115
2025-11-30smb: move list of FileSystemAttributes to common/fscc.hChenXiaoSong1-0/+42
2025-11-30smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.hChenXiaoSong1-0/+7
2025-11-30smb: move some duplicate definitions to common/smb2pdu.hZhangGuoDong1-6/+166
2025-11-30smb: move create_durable_rsp_v2 to common/smb2pdu.hChenXiaoSong1-0/+12
2025-11-30smb: move create_durable_handle_reconnect_v2 to common/smb2pdu.hChenXiaoSong1-0/+16
2025-11-30smb: move create_durable_req_v2 to common/smb2pdu.hChenXiaoSong1-0/+14
2025-11-30smb: move MAX_CIFS_SMALL_BUFFER_SIZE to common/smbglob.hChenXiaoSong1-0/+4
2025-11-30smb: move resume_key_ioctl_rsp to common/smb2pdu.hZhangGuoDong1-0/+10
2025-11-30smb: move copychunk definitions to common/smb2pdu.hZhangGuoDong1-0/+29
2025-11-30smb: move smb_sockaddr_in and smb_sockaddr_in6 to common/smb2pdu.hZhangGuoDong1-0/+15
2025-11-30smb: move SMB1_PROTO_NUMBER to common/smbglob.hZhangGuoDong1-0/+2
2025-11-30smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong1-0/+5
2025-11-30smb: move smb_version_values to common/smbglob.hZhangGuoDong1-0/+31
2025-11-30smb: rename common/cifsglob.h to common/smbglob.hZhangGuoDong1-3/+3
2025-10-22smb: smbdirect: introduce smbdirect_socket.send_io.lcredits.*Stefan Metzmacher1-1/+12
2025-10-15smb: move some duplicate definitions to common/cifsglob.hZhangGuoDong1-0/+30
2025-10-13smb: smbdirect: introduce smbdirect_mr_io.{kref,mutex} and SMBDIRECT_MR_DISABLEDStefan Metzmacher1-1/+10
2025-09-29smb: Use arc4 library instead of duplicate arc4 codeEric Biggers3-99/+0
2025-09-28smb: smbdirect: introduce smbdirect_socket.first_errorStefan Metzmacher1-0/+1
2025-09-28smb: client/smbdirect: introduce SMBDIRECT_SOCKET_ERRORStefan Metzmacher1-0/+3
2025-09-28smb: client/smbdirect: replace SMBDIRECT_SOCKET_CONNECTING with more detailed...Stefan Metzmacher1-6/+36
2025-09-28smb: smbdirect: let smbdirect_socket_init() initialize all [delayed_]work_str...Stefan Metzmacher1-0/+20
2025-09-28smb: smbdirect: introduce smbdirect_socket.mr_io.*Stefan Metzmacher1-0/+45
2025-09-28smb: smbdirect: introduce smbdirect_socket_parameters.max_frmr_depthStefan Metzmacher1-0/+1
2025-09-28smb: smbdirect: introduce struct smbdirect_mr_ioStefan Metzmacher1-0/+26
2025-09-28smb: smbdirect: introduce smbdirect_socket.workqueueStefan Metzmacher1-0/+8
2025-09-28smb: smbdirect: introduce smbdirect_socket.statisticsStefan Metzmacher1-0/+11
2025-09-28smb: smbdirect: introduce smbdirect_socket.idle.{keepalive,immediate_work,tim...Stefan Metzmacher1-0/+15
2025-09-28smb: smbdirect: introduce smbdirect_socket.rdma.legacy_iwarpStefan Metzmacher1-0/+4
2025-09-28smb: smbdirect: introduce smbdirect_socket_parameters.{initiator_depth,respon...Stefan Metzmacher1-0/+2
2025-09-28smb: smbdirect: introduce smbdirect_socket_parameters.{resolve_{addr,route},r...Stefan Metzmacher1-0/+4