summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb1ops.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-01smb: client: ensure aligned IO sizesPaulo Alcantara1-4/+4
2025-04-30cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...Pali Rohár1-9/+103
2025-04-30cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()Pali Rohár1-8/+95
2025-04-09cifs: Fix querying of WSL CHR and BLK reparse points over SMB1Pali Rohár1-0/+36
2025-04-09cifs: Split parse_reparse_point callback to functions: get buffer and parse b...Pali Rohár1-11/+6
2025-04-03cifs: Implement is_network_name_deleted for SMB1Pali Rohár1-0/+44
2025-04-01cifs: Fix negotiate retry functionalityPali Rohár1-7/+0
2025-04-01smb: client: Store original IO parameters and prevent zero IO sizesWang Zhaolong1-3/+3
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár1-0/+1
2025-02-06smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya1-1/+1
2025-01-30cifs: Simplify reparse point check in cifs_query_path_info() functionPali Rohár1-25/+1
2025-01-30cifs: Remove symlink member from cifs_open_info_data unionPali Rohár1-2/+2
2025-01-30cifs: Remove unicode parameter from parse_reparse_point() functionPali Rohár1-1/+1
2025-01-20cifs: Do not attempt to call CIFSGetSrvInodeNumber() without CAP_INFOLEVEL_PA...Pali Rohár1-0/+6
2024-11-25cifs: Fix parsing reparse point with native symlink in SMB1 non-UNICODE sessionPali Rohár1-2/+1
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár1-1/+2
2024-10-02smb: client: use actual path when queryfswangrong1-1/+1
2024-09-17cifs: Update SFU comments about fifos and socketsPali Rohár1-1/+1
2024-07-19cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells1-1/+1
2024-04-03smb3: retrying on failed server closeRitvik Budhiraja1-2/+2
2023-11-23smb: client: introduce cifs_sfu_make_node()Paulo Alcantara1-72/+8
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara1-2/+1
2023-11-23smb: client: introduce ->parse_reparse_point()Paulo Alcantara1-18/+23
2023-11-23smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara1-39/+10
2023-08-21smb: client: do not query reparse points twice on symlinksPaulo Alcantara1-4/+7
2023-08-21smb: client: move some params to cifs_open_info_dataPaulo Alcantara1-6/+9
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+1276