summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb1ops.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-27smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara1-8/+14
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-13smb: client: fix data corruption due to racy lease checksPaulo Alcantara1-4/+12
2026-02-09cifs: SMB1 split: connect.cDavid Howells1-0/+107
2026-02-09cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells1-1/+0
2026-02-09cifs: SMB1 split: Move some SMB1 receive bits to smb1transport.cDavid Howells1-171/+0
2025-12-06cifs: Remove the server pointer from smb_messageDavid Howells1-2/+2
2025-12-06cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flagsDavid Howells1-3/+44
2025-12-06cifs: Clean up some places where an extra kvec[] was required for rfc1002David Howells1-4/+8
2025-12-06cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-11/+10
2025-12-04Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-1/+1
2025-12-01smb: do some cleanupsChenXiaoSong1-1/+1
2025-11-06fs: inline current_umask() and move it to fs_struct.hMateusz Guzik1-0/+1
2025-10-10cifs: Add fallback code path for cifs_mkdir_setinfo()Pali Rohár1-0/+5
2025-10-10cifs: Allow fallback code in smb_set_file_info() also for directoriesPali Rohár1-1/+1
2025-10-10cifs: Query EA $LXMOD in cifs_query_path_info() for WSL reparse pointsPali Rohár1-2/+60
2025-09-03smb: client: fix spellings in commentsBharath SM1-2/+2
2025-08-05smb: client: add mid_counter_lock to protect the mid counter counterWang Zhaolong1-5/+6
2025-08-05smb: client: rename server mid_lock to mid_queue_lockWang Zhaolong1-5/+5
2025-08-05smb: client: fix creating symlinks under POSIX mountsPaulo Alcantara1-1/+1
2025-07-28cifs: Add support for creating reparse points over SMB1Pali Rohár1-10/+21
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