summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsglob.h
AgeCommit message (Expand)Author
2026-03-19smb: client: fix generic/694 due to wrong ->i_blocksPaulo Alcantara
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara
2026-03-10smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara
2026-02-12smb: client: fix data corruption due to racy lease checksPaulo Alcantara
2026-02-08cifs: SMB1 split: Move inline funcsDavid Howells
2026-02-08cifs: SMB1 split: Adjust #includesDavid Howells
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells
2026-02-08cifs: SMB1 split: Create smb1proto.h for SMB1 declarationsDavid Howells
2026-02-08cifs: Scripted clean up fs/smb/client/cifsglob.hDavid Howells
2026-02-08smb: client: introduce multichannel async work during mountHenrique Carvalho
2026-02-08cifs: Corrections to lock ordering notesShyam Prasad N
2026-02-08cifs: make retry logic in read/write path consistent with other pathsShyam Prasad N
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