summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifspdu.h
AgeCommit message (Expand)AuthorFilesLines
2026-02-09cifs: SMB1 split: Move BCC access functionsDavid Howells1-34/+0
2026-02-09cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells1-2342/+1
2025-12-17smb: move some SMB1 definitions into common/smb1pdu.hZhangGuoDong1-1/+1
2025-12-11smb/client: remove DeviceType Flags and Device Characteristics definitionsZhangGuoDong1-34/+0
2025-12-10smb: move file_notify_information to common/fscc.hChenXiaoSong1-11/+0
2025-12-10smb: move SMB2 Notify Action Flags into common/smb2pdu.hChenXiaoSong1-9/+0
2025-12-10smb: move notify completion filter flags into common/smb2pdu.hChenXiaoSong1-14/+0
2025-12-10smb: add documentation references for smb2 change notify definitionsChenXiaoSong1-1/+4
2025-12-06cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-1/+1
2025-12-01smb: move FILE_SYSTEM_ATTRIBUTE_INFO to common/fscc.hChenXiaoSong1-10/+0
2025-12-01smb: fix some warnings reported by scripts/checkpatch.plChenXiaoSong1-125/+125
2025-12-01smb: do some cleanupsChenXiaoSong1-23/+28
2025-12-01smb: move FILE_SYSTEM_SIZE_INFO to common/fscc.hChenXiaoSong1-7/+0
2025-12-01smb: move some duplicate struct definitions to common/fscc.hChenXiaoSong1-91/+0
2025-12-01smb: move list of FileSystemAttributes to common/fscc.hChenXiaoSong1-27/+0
2025-12-01smb: move SMB_NEGOTIATE_REQ to common/smb2pdu.hChenXiaoSong1-8/+4
2025-12-01smb: move some duplicate definitions to common/smb2pdu.hZhangGuoDong1-133/+2
2025-12-01smb: move MAX_CIFS_SMALL_BUFFER_SIZE to common/smbglob.hChenXiaoSong1-1/+0
2025-12-01smb/client: fix CAP_BULK_TRANSFER valueChenXiaoSong1-2/+7
2025-12-01smb: move copychunk definitions to common/smb2pdu.hZhangGuoDong1-8/+0
2025-06-02cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár1-3/+3
2025-04-30cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...Pali Rohár1-3/+2
2025-04-10smb3: Add defines for two new FileSystemAttributesSteve French1-0/+2
2025-01-31cifs: Fix struct FILE_ALL_INFOPali Rohár1-6/+0
2025-01-30cifs: Update description about ACL permissionsPali Rohár1-21/+61
2025-01-30cifs: Rename struct reparse_posix_data to reparse_nfs_data_buffer and move to...Pali Rohár1-14/+0
2025-01-21cifs: Remove duplicate struct reparse_symlink_data and SYMLINK_FLAG_RELATIVEPali Rohár1-16/+0
2025-01-20smb: client: introduce av_for_each_entry() helperPaulo Alcantara1-1/+1
2024-10-04Merge tag 'v6.12-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-2/+2
2024-10-03smb: client: Correct typos in multiple comments across various filesShen Lichuan1-2/+2
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-17cifs: Add support for creating SFU symlinksPali Rohár1-6/+0
2024-05-31cifs: fix creating sockets when using sfu mount optionsSteve French1-1/+1
2024-04-24smb: client: Fix struct_group() usage in __packed structsGustavo A. R. Silva1-2/+2
2023-11-30smb: client, common: fix fortify warningsDmitry Antipov1-10/+14
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara1-1/+1
2023-11-23smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara1-1/+1
2023-10-31smb3: fix creating FIFOs when mounting with "sfu" mount optionSteve French1-1/+1
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+2718