summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsglob.h
AgeCommit message (Expand)AuthorFilesLines
2026-07-21cifs: prevent readdir from changing file size due to stale directory metadataFrank Sorenson1-0/+1
2026-07-09smb/client: fix incorrect nlink returned by fstat()ChenXiaoSong1-0/+1
2026-06-24cifs: define variable sized buffer for querydir responsesShyam Prasad N1-0/+2
2026-06-18Merge tag 'v7.2-rc-part1-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-0/+2
2026-06-16cifs: negotiate chained SMB2 compression capabilitiesNamjae Jeon1-0/+2
2026-06-14smb/client: allow FS_IOC_SETFLAGS to clear compressionHuiwen He1-1/+1
2026-06-14smb/client: update i_blocks after contiguous writesHuiwen He1-3/+6
2026-04-22smb: client: Remove obsolete cmac(aes) allocationEric Biggers1-4/+1
2026-04-22smb: client: Use AES-CMAC library for SMB3 signature calculationEric Biggers1-1/+1
2026-04-10smb: client: add support for O_TMPFILEPaulo Alcantara1-10/+13
2026-03-19smb: client: fix generic/694 due to wrong ->i_blocksPaulo Alcantara1-0/+6
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara1-6/+6
2026-03-10smb: client: fix atomic open with O_DIRECT & O_SYNCPaulo Alcantara1-0/+11
2026-02-26smb: client: use atomic_t for mnt_cifs_flagsPaulo Alcantara1-11/+50
2026-02-12smb: client: fix data corruption due to racy lease checksPaulo Alcantara1-6/+30
2026-02-08cifs: SMB1 split: Move inline funcsDavid Howells1-12/+0
2026-02-08cifs: SMB1 split: Adjust #includesDavid Howells1-2/+0
2026-02-08cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.hDavid Howells1-0/+1
2026-02-08cifs: SMB1 split: Create smb1proto.h for SMB1 declarationsDavid Howells1-2/+0
2026-02-08cifs: Scripted clean up fs/smb/client/cifsglob.hDavid Howells1-6/+6
2026-02-08smb: client: introduce multichannel async work during mountHenrique Carvalho1-0/+5
2026-02-08cifs: Corrections to lock ordering notesShyam Prasad N1-4/+11
2026-02-08cifs: make retry logic in read/write path consistent with other pathsShyam Prasad N1-0/+2
2025-12-05smb: client: relax session and tcon reconnect attemptsPaulo Alcantara1-0/+21
2025-12-05cifs: Do some preparation prior to organising the function declarationsDavid Howells1-1/+7
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells1-88/+0
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells1-7/+7
2025-12-05cifs: Fix specification of function pointersDavid Howells1-6/+6
2025-12-05cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flagsDavid Howells1-2/+6
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-11/+12
2025-11-30smb: move list of FileSystemAttributes to common/fscc.hChenXiaoSong1-0/+1
2025-11-30smb: move get_rfc1002_len() to common/smbglob.hZhangGuoDong1-6/+0
2025-11-30smb: move smb_version_values to common/smbglob.hZhangGuoDong1-22/+0
2025-11-30smb: rename common/cifsglob.h to common/smbglob.hZhangGuoDong1-1/+1
2025-10-23cifs: Call the calc_signature functions directlyDavid Howells1-2/+0
2025-10-22cifs: Fix TCP_Server_Info::credits to be signedDavid Howells1-1/+1
2025-10-15smb: 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-28smb: client: make use of struct smbdirect_mr_ioStefan Metzmacher1-1/+1
2025-09-28smb: client: move rdma_readwrite_threshold from smbd_connection to TCP_Server...Stefan Metzmacher1-0/+7
2025-09-09smb: 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-04smb: client: fix creating symlinks under POSIX mountsPaulo Alcantara1-0/+5
2025-07-27cifs: Add support for creating reparse points over SMB1Pali Rohár1-6/+8
2025-07-03smb: 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