summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsproto.h
AgeCommit message (Expand)AuthorFilesLines
2025-12-06cifs: Remove dead function prototypesDavid Howells1-6/+0
2025-12-06cifs: client: allow changing multichannel mount options on remountRajasi Mandal1-1/+3
2025-12-06cifs: Do some preparation prior to organising the function declarationsDavid Howells1-6/+1
2025-12-06cifs: Add a tracepoint to log EIO errorsDavid Howells1-0/+106
2025-12-06cifs: Remove the server pointer from smb_messageDavid Howells1-7/+14
2025-12-06cifs: Fix specification of function pointersDavid Howells1-4/+4
2025-12-06cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flagsDavid Howells1-6/+4
2025-12-06cifs: Clean up some places where an extra kvec[] was required for rfc1002David Howells1-7/+0
2025-12-06cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-26/+25
2025-10-30smb: client: handle lack of IPC in dfs_cache_refresh()Paulo Alcantara1-0/+2
2025-10-23cifs: #include cifsglob.h before trace.h to allow structs in tracepointsDavid Howells1-0/+1
2025-10-16smb: client: Use MD5 library for SMB1 signature calculationEric Biggers1-0/+1
2025-10-16smb: client: Use HMAC-SHA256 library for SMB2 signature calculationEric Biggers1-3/+6
2025-09-18smb: client: fix filename matching of deferred filesPaulo Alcantara1-2/+2
2025-08-06cifs: Move the SMB1 transport code out of transport.cSteve French1-0/+15
2025-07-28cifs: Add support for creating reparse points over SMB1Pali Rohár1-0/+8
2025-06-30cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N1-0/+1
2025-06-03Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells1-2/+1
2025-04-30cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...Pali Rohár1-0/+4
2025-04-14smb3 client: fix open hardlink on deferred close file errorChunjie Zhu1-0/+2
2025-03-26cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár1-0/+3
2025-03-24smb: minor cleanup to remove unused function declarationBharath SM1-1/+0
2025-01-30cifs: Remove unicode parameter from parse_reparse_point() functionPali Rohár1-1/+1
2025-01-30cifs: Fix getting and setting SACLs over SMB1Pali Rohár1-1/+1
2025-01-20cifs: Remove declaration of dead CIFSSMBQuerySymLink functionPali Rohár1-3/+0
2025-01-20smb: client: provide dns_resolve_{unc,name} helpersPaulo Alcantara1-1/+1
2024-12-23cifs: Remove unused is_server_using_iface()Dr. David Alan Gilbert1-2/+0
2024-12-06smb3.1.1: fix posix mounts to older serversSteve French1-1/+1
2024-12-05fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme1-0/+1
2024-11-27smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara1-2/+1
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár1-0/+1
2024-11-21fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme1-1/+3
2024-11-18cifs: Remove pre-historic unused CIFSSMBCopyDr. David Alan Gilbert1-7/+0
2024-10-16cifs: Remove unused functionsDr. David Alan Gilbert1-9/+0
2024-09-25smb: client: fix DFS interlink failoverPaulo Alcantara1-10/+2
2024-09-17cifs: Add support for creating SFU symlinksPali Rohár1-0/+4
2024-09-15smb/client: rename cifs_ace to smb_aceChenXiaoSong1-3/+3
2024-09-15smb/client: rename cifs_sid to smb_sidChenXiaoSong1-1/+1
2024-09-15smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong1-8/+8
2024-08-02cifs: Remove cifs_aio_ctxDavid Howells1-2/+0
2024-05-01cifs: Remove some code that's no longer used, part 1David Howells1-25/+0
2024-05-01cifs: Cut over to using netfslibDavid Howells1-1/+7
2024-05-01cifs: Make wait_mtu_credits take size_t argsDavid Howells1-1/+1
2024-05-01cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells1-4/+12
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells1-2/+11
2024-04-20cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells1-5/+4
2024-04-02smb: client: guarantee refcounted children from parent sessionPaulo Alcantara1-10/+10
2024-03-11smb: client: move most of reparse point handling code to common filePaulo Alcantara1-4/+0
2024-03-11smb: client: do not defer close open handles to deleted filesMeetakshi Setiya1-0/+4