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