summaryrefslogtreecommitdiff
path: root/fs/smb/client/smb1ops.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24smb: client: fix copy-paste error in WSL EA length accounting for $LXDEVFrank Sorenson1-1/+1
2026-08-24smb/client: mark missing nlink values as unknownZe Tan1-1/+7
2026-07-09cifs: Fix and improve cifs_is_path_accessible() functionPali Rohár1-10/+16
2026-07-09smb/client: zero-initialize stack-allocated cifs_open_info_dataChenXiaoSong1-1/+1
2026-06-14smb/client: allow FS_IOC_SETFLAGS to clear compressionHuiwen He1-2/+3
2026-04-16smb: client: fix dir separator in SMB1 UNIX mountsPaulo Alcantara1-11/+8
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara1-1/+1
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara1-8/+14
2026-02-21Convert '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-12smb: client: fix data corruption due to racy lease checksPaulo Alcantara1-4/+12
2026-02-08cifs: SMB1 split: connect.cDavid Howells1-0/+107
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells1-1/+0
2026-02-08cifs: SMB1 split: Move some SMB1 receive bits to smb1transport.cDavid Howells1-171/+0
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells1-2/+2
2025-12-05cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flagsDavid Howells1-3/+44
2025-12-05cifs: Clean up some places where an extra kvec[] was required for rfc1002David Howells1-4/+8
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-11/+10
2025-12-03Merge tag 'v6.19-rc-smb-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-1/+1
2025-11-30smb: do some cleanupsChenXiaoSong1-1/+1
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik1-0/+1
2025-10-09cifs: Add fallback code path for cifs_mkdir_setinfo()Pali Rohár1-0/+5
2025-10-09cifs: Allow fallback code in smb_set_file_info() also for directoriesPali Rohár1-1/+1
2025-10-09cifs: Query EA $LXMOD in cifs_query_path_info() for WSL reparse pointsPali Rohár1-2/+60
2025-09-02smb: 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-04smb: client: fix creating symlinks under POSIX mountsPaulo Alcantara1-1/+1
2025-07-27cifs: 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-02cifs: Implement is_network_name_deleted for SMB1Pali Rohár1-0/+44
2025-04-01cifs: Fix negotiate retry functionalityPali Rohár1-7/+0
2025-03-31smb: 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-29cifs: Simplify reparse point check in cifs_query_path_info() functionPali Rohár1-25/+1
2025-01-29cifs: Remove symlink member from cifs_open_info_data unionPali Rohár1-2/+2
2025-01-29cifs: Remove unicode parameter from parse_reparse_point() functionPali Rohár1-1/+1
2025-01-19cifs: 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-01smb: client: use actual path when queryfswangrong1-1/+1
2024-09-16cifs: 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