summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsglob.h
AgeCommit message (Expand)Author
4 dayscifs: prevent readdir from changing file size due to stale directory metadataFrank Sorenson
2026-07-09smb/client: fix incorrect nlink returned by fstat()ChenXiaoSong
2026-06-24cifs: define variable sized buffer for querydir responsesShyam Prasad N
2026-06-18Merge tag 'v7.2-rc-part1-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-06-16cifs: negotiate chained SMB2 compression capabilitiesNamjae Jeon
2026-06-14smb/client: allow FS_IOC_SETFLAGS to clear compressionHuiwen He
2026-06-14smb/client: update i_blocks after contiguous writesHuiwen He
2026-04-22smb: client: Remove obsolete cmac(aes) allocationEric Biggers
2026-04-22smb: client: Use AES-CMAC library for SMB3 signature calculationEric Biggers
2026-04-10smb: client: add support for O_TMPFILEPaulo Alcantara
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