summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsproto.h
AgeCommit message (Expand)Author
2025-06-30cifs: all initializations for tcon should happen in tcon_info_allocShyam Prasad N
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells
2025-04-30cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() fun...Pali Rohár
2025-04-13smb3 client: fix open hardlink on deferred close file errorChunjie Zhu
2025-03-26cifs: Fix establishing NetBIOS session for SMB2+ connectionPali Rohár
2025-03-24smb: minor cleanup to remove unused function declarationBharath SM
2025-01-29cifs: Remove unicode parameter from parse_reparse_point() functionPali Rohár
2025-01-29cifs: Fix getting and setting SACLs over SMB1Pali Rohár
2025-01-19cifs: Remove declaration of dead CIFSSMBQuerySymLink functionPali Rohár
2025-01-19smb: client: provide dns_resolve_{unc,name} helpersPaulo Alcantara
2024-12-23cifs: Remove unused is_server_using_iface()Dr. David Alan Gilbert
2024-12-06smb3.1.1: fix posix mounts to older serversSteve French
2024-12-04fs/smb/client: Implement new SMB3 POSIX typeRalph Boehme
2024-11-26smb: client: get rid of @nlsc param in cifs_tree_connect()Paulo Alcantara
2024-11-25cifs: Fix parsing native symlinks relative to the exportPali Rohár
2024-11-21fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme
2024-11-17cifs: Remove pre-historic unused CIFSSMBCopyDr. David Alan Gilbert
2024-10-16cifs: Remove unused functionsDr. David Alan Gilbert
2024-09-24smb: client: fix DFS interlink failoverPaulo Alcantara
2024-09-16cifs: Add support for creating SFU symlinksPali Rohár
2024-09-15smb/client: rename cifs_ace to smb_aceChenXiaoSong
2024-09-15smb/client: rename cifs_sid to smb_sidChenXiaoSong
2024-09-15smb/client: rename cifs_ntsd to smb_ntsdChenXiaoSong
2024-08-02cifs: Remove cifs_aio_ctxDavid Howells
2024-05-01cifs: Remove some code that's no longer used, part 1David Howells
2024-05-01cifs: Cut over to using netfslibDavid Howells
2024-05-01cifs: Make wait_mtu_credits take size_t argsDavid Howells
2024-05-01cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequestDavid Howells
2024-05-01cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequestDavid Howells
2024-04-19cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells
2024-04-02smb: client: guarantee refcounted children from parent sessionPaulo Alcantara
2024-03-10smb: client: move most of reparse point handling code to common filePaulo Alcantara
2024-03-10smb: client: do not defer close open handles to deleted filesMeetakshi Setiya
2024-03-10smb: client: reuse file lease key in compound operationsMeetakshi Setiya
2024-03-10cifs: prevent updating file size from server if we have a read/write leaseBharath SM
2024-01-08cifs: make cifs_chan_update_iface() a void functionDan Carpenter
2024-01-07smb: client: fix hardlinking of reparse pointsPaulo Alcantara
2024-01-07smb: client: fix renaming of reparse pointsPaulo Alcantara
2024-01-07smb: client: optimise reparse point queryingPaulo Alcantara
2024-01-07smb: client: allow creating special files via reparse pointsPaulo Alcantara
2023-11-23smb: client: introduce cifs_sfu_make_node()Paulo Alcantara
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara
2023-11-23smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N
2023-11-10cifs: handle when server starts supporting multichannelShyam Prasad N
2023-11-09cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N
2023-11-09cifs: handle cases where a channel is closedShyam Prasad N
2023-10-31smb: client: fix potential deadlock when releasing midsPaulo Alcantara
2023-09-19smb3: do not start laundromat thread when dir leasesSteve French