summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsglob.h
AgeCommit message (Expand)AuthorFilesLines
2025-12-06smb: client: relax session and tcon reconnect attemptsPaulo Alcantara1-0/+21
2025-12-06cifs: Do some preparation prior to organising the function declarationsDavid Howells1-1/+7
2025-12-06cifs: Add a tracepoint to log EIO errorsDavid Howells1-88/+0
2025-12-06cifs: Remove the server pointer from smb_messageDavid Howells1-7/+7
2025-12-06cifs: Fix specification of function pointersDavid Howells1-6/+6
2025-12-06cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flagsDavid Howells1-2/+6
2025-12-06cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-11/+12
2025-12-01smb: move list of FileSystemAttributes to common/fscc.hChenXiaoSong1-0/+1
2025-12-01smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong1-6/+0
2025-12-01smb: move smb_version_values to common/smbglob.hZhangGuoDong1-22/+0
2025-12-01smb: rename common/cifsglob.h to common/smbglob.hZhangGuoDong1-1/+1
2025-10-23cifs: Call the calc_signature functions directlyDavid Howells1-2/+0
2025-10-23cifs: Fix TCP_Server_Info::credits to be signedDavid Howells1-1/+1
2025-10-16smb: client: Remove obsolete crypto_shash allocationsEric Biggers1-3/+0
2025-10-15smb: move some duplicate definitions to common/cifsglob.hZhangGuoDong1-18/+1
2025-10-09smb: client: fix missing timestamp updates with O_TRUNCPaulo Alcantara1-0/+5
2025-09-29smb: client: make use of struct smbdirect_mr_ioStefan Metzmacher1-1/+1
2025-09-29smb: client: move rdma_readwrite_threshold from smbd_connection to TCP_Server...Stefan Metzmacher1-0/+7
2025-09-10smb: client: fix data loss due to broken rename(2)Paulo Alcantara1-4/+9
2025-08-13smb: client: fix mid_q_entry memleak leak with per-mid lockingWang Zhaolong1-0/+21
2025-08-05smb: client: smb: client: eliminate mid_flags fieldWang Zhaolong1-6/+3
2025-08-05smb: client: add mid_counter_lock to protect the mid counter counterWang Zhaolong1-2/+3
2025-08-05smb: client: rename server mid_lock to mid_queue_lockWang Zhaolong1-2/+2
2025-08-05smb: client: fix creating symlinks under POSIX mountsPaulo Alcantara1-0/+5
2025-07-28cifs: Add support for creating reparse points over SMB1Pali Rohár1-6/+8
2025-07-04smb: client: fix race condition in negotiate timeout by using more precise ti...Wang Zhaolong1-0/+1
2025-06-30smb: client: fix warning when reconnecting channelPaulo Alcantara1-0/+1
2025-06-26smb: client: fix potential deadlock when reconnecting channelsPaulo Alcantara1-0/+1
2025-06-04cifs: serialize other channels when query server interfaces is pendingShyam Prasad N1-0/+1
2025-06-03cifs: update the lock ordering comments with new mutexShyam Prasad N1-5/+8
2025-06-02smb: client: add ParentLeaseKey supportHenrique Carvalho1-1/+3
2025-06-02cifs: Correctly set SMB1 SessionKey field in Session Setup RequestPali Rohár1-0/+1
2025-04-09cifs: Split parse_reparse_point callback to functions: get buffer and parse b...Pali Rohár1-4/+2
2025-04-01cifs: Improve handling of NetBIOS packetsPali Rohár1-0/+3
2025-04-01cifs: Allow to disable or force initialization of NetBIOS sessionPali Rohár1-0/+1
2025-04-01smb:client: smb: client: Add reverse mapping from tcon to superblocksWang Zhaolong1-1/+2
2025-03-26cifs: Add new mount option -o nounicode to disable SMB1 UNICODE modePali Rohár1-0/+2
2025-02-19smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French1-0/+1
2025-02-19smb: client, common: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-2/+2
2025-02-12cifs: pick channels for individual subrequestsShyam Prasad N1-1/+0
2025-02-06smb: client: change lease epoch type from unsigned int to __u16Meetakshi Setiya1-7/+7
2025-01-31smb3: add support for IAKerbSteve French1-0/+4
2025-01-31cifs: Fix struct FILE_ALL_INFOPali Rohár1-5/+7
2025-01-30cifs: Add mount option -o reparse=nonePali Rohár1-0/+3
2025-01-30cifs: Add mount option -o symlink= for choosing symlink create typePali Rohár1-0/+33
2025-01-30cifs: Remove symlink member from cifs_open_info_data unionPali Rohár1-4/+1
2025-01-30cifs: Remove struct reparse_posix_data from struct cifs_open_info_dataPali Rohár1-4/+1
2025-01-23smb: client: get rid of TCP_Server_Info::refpath_lockPaulo Alcantara1-11/+2
2025-01-20smb: client: fix DFS mount against old servers with NTLMSSPPaulo Alcantara1-0/+21
2025-01-20smb: client: parse av pair type 4 in CHALLENGE_MESSAGEPaulo Alcantara1-0/+1