summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsproto.h
AgeCommit message (Expand)AuthorFilesLines
2026-07-09cifs: Show reason why autodisabling serverino supportPali Rohár1-1/+1
2026-06-15Merge tag 'vfs-7.2-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2026-06-03smb: client: convert cifs_smb3_do_mount() to sget_fc()Christian Brauner1-1/+2
2026-04-26smb/client: remove unused smb3_parse_opt()David Disseldorp1-1/+0
2026-04-22smb: client: Remove obsolete cmac(aes) allocationEric Biggers1-3/+0
2026-04-10smb: client: add support for O_TMPFILEPaulo Alcantara1-1/+2
2026-03-11smb: client: fix open handle lookup in cifs_open()Paulo Alcantara1-4/+22
2026-03-04cifs: open files should not hold ref on superblockShyam Prasad N1-0/+1
2026-02-08cifs: SMB1 split: connect.cDavid Howells1-20/+0
2026-02-08cifs: SMB1 split: sess.cDavid Howells1-3/+0
2026-02-08cifs: SMB1 split: cifsencrypt.cDavid Howells1-5/+0
2026-02-08cifs: SMB1 split: netmisc.cDavid Howells1-4/+0
2026-02-08cifs: SMB1 split: misc.cDavid Howells1-4/+0
2026-02-08cifs: SMB1 split: Don't return smb_hdr from cifs_{,small_}buf_get()David Howells1-2/+2
2026-02-08cifs: SMB1 split: Move some SMB1 received PDU checking bits to smb1transport.cDavid Howells1-2/+0
2026-02-08cifs: SMB1 split: Separate out SMB1 decls into smb1proto.hDavid Howells1-200/+0
2026-02-08cifs: SMB1 split: Create smb1proto.h for SMB1 declarationsDavid Howells1-10/+1
2026-02-08cifs: Scripted clean up fs/smb/client/cifsproto.hDavid Howells1-486/+445
2025-12-05cifs: Remove dead function prototypesDavid Howells1-6/+0
2025-12-05cifs: client: allow changing multichannel mount options on remountRajasi Mandal1-1/+3
2025-12-05cifs: Do some preparation prior to organising the function declarationsDavid Howells1-6/+1
2025-12-05cifs: Add a tracepoint to log EIO errorsDavid Howells1-0/+106
2025-12-05cifs: Remove the server pointer from smb_messageDavid Howells1-7/+14
2025-12-05cifs: Fix specification of function pointersDavid Howells1-4/+4
2025-12-05cifs: Replace SendReceiveBlockingLock() with SendReceive() plus flagsDavid Howells1-6/+4
2025-12-05cifs: Clean up some places where an extra kvec[] was required for rfc1002David Howells1-7/+0
2025-12-05cifs: Remove the RFC1002 header from smb_hdrDavid Howells1-26/+25
2025-10-29smb: 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-15smb: client: Use MD5 library for SMB1 signature calculationEric Biggers1-0/+1
2025-10-15smb: client: Use HMAC-SHA256 library for SMB2 signature calculationEric Biggers1-3/+6
2025-09-17smb: 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-27cifs: 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-02Merge 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-13smb3 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-29cifs: Remove unicode parameter from parse_reparse_point() functionPali Rohár1-1/+1
2025-01-29cifs: Fix getting and setting SACLs over SMB1Pali Rohár1-1/+1
2025-01-19cifs: Remove declaration of dead CIFSSMBQuerySymLink functionPali Rohár1-3/+0
2025-01-19smb: 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-04fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme1-0/+1
2024-11-26smb: 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