aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-741/+0
2023-05-04cifs: fix sharing of DFS connectionsPaulo Alcantara1-1/+43
2023-03-01cifs: prevent data race in cifs_reconnect_tcon()Paulo Alcantara1-0/+1
2023-03-01cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALIDPaulo Alcantara1-5/+15
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-7/+4
2023-02-20cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells1-7/+1
2023-02-20cifs: Add a function to read into an iter from a socketDavid Howells1-0/+3
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-19cifs: use origin fullpath for automountsPaulo Alcantara1-0/+3
2022-12-19cifs: share dfs connections and supersPaulo Alcantara1-0/+2
2022-12-19cifs: split out ses and tcon retrieval from mount_get_conns()Paulo Alcantara1-0/+2
2022-12-19cifs: get rid of mount options string parsingPaulo Alcantara1-6/+1
2022-12-15Merge tag '6.2-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds1-3/+3
2022-12-12cifs: fix oops during encryptionPaulo Alcantara1-2/+2
2022-12-12cifs: fix various whitespace errors in headersSteve French1-1/+1
2022-10-20cifs: use stub posix acl handlersChristian Brauner1-8/+0
2022-10-20cifs: implement set acl methodChristian Brauner1-0/+6
2022-10-20cifs: implement get acl methodChristian Brauner1-0/+6
2022-10-13cifs: improve symlink handling for smb2+Paulo Alcantara1-7/+6
2022-10-07cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya1-3/+2
2022-10-05smb3: do not log confusing message when server returns no network interfacesSteve French1-1/+1
2022-08-17cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya1-1/+1
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg1-1/+0
2022-08-05cifs: alloc_mid function should be marked as staticSteve French1-3/+0
2022-08-05cifs: remove useless DeleteMidQEntry()Enzo Matsumiya1-5/+4
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French1-0/+2
2022-06-22cifs: periodically query network interfaces from serverShyam Prasad N1-0/+2
2022-06-22cifs: during reconnect, update interface if necessaryShyam Prasad N1-0/+5
2022-05-24cifs: avoid parallel session setups on same channelShyam Prasad N1-0/+9
2022-03-18cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N1-0/+3
2022-01-19cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N1-0/+3
2022-01-17cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky1-0/+5
2022-01-02cifs: reconnect only the connection and not smb session where possibleShyam Prasad N1-1/+2
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N1-4/+11
2022-01-02cifs: track individual channel status using chans_need_reconnectShyam Prasad N1-0/+13
2021-11-16cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara1-0/+1
2021-11-12cifs: connect individual channel servers to primary channel serverShyam Prasad N1-2/+3
2021-11-10cifs: support nested dfs links over reconnectPaulo Alcantara1-1/+4
2021-09-17cifs: Deferred close performance improvementsRohith Surabattula1-0/+3
2021-09-13cifs: remove pathname for file from SPDX headerSteve French1-1/+0
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg1-10/+0
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-05-05Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+13
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Rohith Surabattula1-0/+2
2021-05-03cifs: Deferred close for filesRohith Surabattula1-0/+11
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro1-2/+13
2021-04-25cifs: make build_path_from_dentry() return const char *Al Viro1-1/+1
2021-04-25cifs: constify pathname arguments in a bunch of helpersAl Viro1-2/+2
2021-04-25cifs: remove old dead codeAurelien Aptel1-11/+0
2021-03-12cifs: have cifs_fattr_to_inode() refuse to change type on live inodeAl Viro1-1/+1
2021-02-25cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells1-0/+2
2021-01-28cifs: fix dfs domain referralsRonnie Sahlberg1-2/+4
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov1-2/+2
2020-12-14cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg1-2/+1
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg1-3/+1
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg1-3/+0
2020-12-14cifs: Make extract_sharename function publicSamuel Cabrero1-0/+1
2020-12-14cifs: Make extract_hostname function publicSamuel Cabrero1-0/+1
2020-12-13cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg1-2/+1
2020-12-13cifs: switch to new mount apiRonnie Sahlberg1-4/+1
2020-12-13cifs: move cifs_parse_devname to fs_context.cRonnie Sahlberg1-0/+1
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg1-12/+12
2020-12-13cifs: Fix unix perm bits to cifsacl conversion for "other" bits.Shyam Prasad N1-2/+2
2020-10-20SMB3.1.1: Fix ids returned in POSIX query dirSteve French1-0/+2
2020-08-02cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara1-2/+1
2020-08-02cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Stefan Metzmacher1-0/+3
2020-08-02cifs: smb1: Try failing back to SetFileInfo if SetPathInfo failsRonnie Sahlberg1-1/+1
2020-08-02cifs`: handle ERRBaduid for SMB1Roberto Bergantinos Corpas1-0/+1
2020-06-12smb3: allow uid and gid owners to be set on create with idsfromsid mount optionSteve French1-0/+1
2020-06-12SMB311: Add support for query info using posix extensions (level 100)Steve French1-0/+2
2020-06-04cifs: multichannel: try to rebind when reconnecting a channelAurelien Aptel1-0/+2
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel1-0/+2
2020-06-02cifs: multichannel: move channel selection in functionAurelien Aptel1-0/+1
2020-06-01cifs: Standardize logging outputJoe Perches1-13/+13
2020-06-01cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara1-0/+5
2020-03-22cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)1-0/+5
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel1-2/+3
2020-02-05smb3: fix problem with null cifs super block with previous patchSteve French1-1/+1
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein1-0/+8
2020-01-26smb3: fix default permissions on new files when mounting with modefromsidSteve French1-0/+1
2020-01-26cifs: use compounding for open and first query-dir for readdir()Ronnie Sahlberg1-0/+3
2019-12-06smb3: fix mode passed in on create for modetosid mount optionSteve French1-0/+1
2019-11-25cifs: try opening channels after mountingAurelien Aptel1-0/+7
2019-11-25cifs: add server paramAurelien Aptel1-0/+1
2019-10-24cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski1-0/+1
2019-09-26smb3: pass mode bits into create callsSteve French1-1/+2
2019-09-16cifs: add a helper to find an existing readable handle to a fileRonnie Sahlberg1-0/+2
2019-09-16cifs: create a helper to find a writeable handle by path nameRonnie Sahlberg1-0/+2
2019-09-16cifs: get mode bits from special sid on statSteve French1-0/+1
2019-08-27cifs: replace various strncpy with strscpy and similarRonnie Sahlberg1-0/+1
2019-05-07cifs: Fix DFS cache refresher for DFS linksPaulo Alcantara (SUSE)1-0/+9
2019-03-05CIFS: Return error code when getting file handle for writebackPavel Shilovsky1-0/+3
2019-03-05CIFS: Check for reconnects before sending async requestsPavel Shilovsky1-1/+2
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky1-1/+1
2018-12-28cifs: Add support for failover in smb2_reconnect()Paulo Alcantara1-0/+2
2018-12-28cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara1-5/+14
2018-12-28cifs: Add DFS cache routinesPaulo Alcantara1-0/+3
2018-12-23cifs: Refactor out cifs_mount()Paulo Alcantara1-1/+3
2018-10-23cifs: OFD locks do not conflict with eachothersRonnie Sahlberg1-1/+1
2018-08-07cifs: add compound_send_recv()Ronnie Sahlberg1-0/+4
2018-08-07cifs: use timespec64 internallyArnd Bergmann1-3/+3
2018-07-05cifs: Fix use after free of a mid_q_entryLars Persson1-0/+1
2018-06-15cifs: remove smb2_send_recv()Ronnie Sahlberg1-4/+0
2018-06-15cifs: push rfc1002 generation down the stackRonnie Sahlberg1-1/+1
2018-06-15cifs: add lease tracking to the cached root fidRonnie Sahlberg1-0/+1
2018-06-07smb3: do not allow insecure cifs mounts when using smb3Steve French1-1/+1
2018-06-05CIFS: Introduce helper function to get page offset and length in smb_rqstLong Li1-0/+3
2018-06-04CIFS: Fix signing for SMB2/3Aurelien Aptel1-1/+1
2018-06-02CIFS: Add support for direct pages in wdataLong Li1-0/+2
2018-06-02CIFS: Use offset when reading pagesLong Li1-1/+3
2018-05-30smb3: add additional ftrace entry points for entry/exit to cifs.koSteve French1-1/+7
2018-05-27cifs: update calc_size to take a server argumentRonnie Sahlberg1-1/+1
2018-04-01CIFS: refactor crypto shash/sdesc allocation&freeAurelien Aptel1-0/+5
2018-01-24cifs: Add smb2_send_recvRonnie Sahlberg1-0/+4
2017-09-04cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg1-1/+2
2017-05-12[CIFS] Minor cleanup of xattr query functionSteve French1-2/+1
2017-05-02CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky1-0/+3
2017-04-10CIFS: Fix null pointer deref during read resp processingPavel Shilovsky1-2/+1
2017-04-07Handle mismatched open callsSachin Prabhu1-1/+2
2017-03-02smb2: Enforce sec= mount optionSachin Prabhu1-0/+2
2017-03-01CIFS: add build_path_from_dentry_optional_prefix()Aurelien Aptel1-0/+2
2017-03-01CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel1-0/+5
2017-02-01CIFS: Add capability to decrypt big read responsesPavel Shilovsky1-0/+1
2017-02-01CIFS: Decrypt and process small encrypted packetsPavel Shilovsky1-0/+2
2017-02-01CIFS: Add mid handle callbackPavel Shilovsky1-1/+1
2017-02-01CIFS: Encrypt SMB3 requests before sendingPavel Shilovsky1-1/+1
2017-02-01CIFS: Separate RFC1001 length processing for SMB2 readPavel Shilovsky1-0/+3
2017-02-01CIFS: Make SendReceive2() takes resp iovPavel Shilovsky1-1/+2
2016-12-15cifs_get_root shouldn't use path with tree nameSachin Prabhu1-1/+2
2016-12-05CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky1-0/+3
2016-10-12fs/cifs: reopen persistent handles on reconnectSteve French1-0/+2
2016-09-27cifs: get rid of unused arguments of CIFSSMBWrite()Al Viro1-2/+1
2016-09-09Fix memory leaks in cifs_do_mount()Sachin Prabhu1-1/+1
2016-05-19cifs: Create dedicated keyring for spnego operationsSachin Prabhu1-0/+2
2016-03-28cifs: don't bother with kmap on read_pages sideAl Viro1-4/+3
2016-03-28cifs: quit playing games with draining iovecsAl Viro1-2/+0
2016-03-28cifs: merge the hash calculation helpersAl Viro1-0/+3
2016-01-14Prepare for encryption support (first part). Add decryption and encryption ke...Steve French1-2/+3
2015-05-10Fix that several functions handle incorrect value of mapcharsNakajima Akira1-2/+2
2014-08-02CIFS: Use multicredits for SMB 2.1/3 writesPavel Shilovsky1-0/+3
2014-07-31cifs: replace code with free_rsp_buf()Sachin Prabhu1-0/+1
2014-04-16cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu1-0/+3
2014-02-10[CIFS] Fix cifsacl mounts over smb2 to not call cifsSteve French1-2/+4
2014-02-07[CIFS] clean up page array when uncached write send failsSteve French1-1/+2
2014-01-20CIFS: Cleanup cifs open codepathPavel Shilovsky1-5/+2
2014-01-20CIFS: Cleanup CIFSSMBOpenPavel Shilovsky1-4/+4
2014-01-20cifs: Add create MFSymlinks to protocol ops structSachin Prabhu1-0/+4
2014-01-20cifs: Rename MF symlink function namesSachin Prabhu1-2/+2
2014-01-20cifs: Rename and cleanup open_query_close_cifs_symlink()Sachin Prabhu1-3/+4
2013-12-27cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()Sachin Prabhu1-3/+4
2013-11-02Allow setting per-file compression via CIFS protocolSteve French1-0/+2
2013-09-08cifs: Start using per session key for smb2/3 for signature generationShirish Pargaonkar1-1/+1
2013-09-08CIFS: Implement follow_link for nounix CIFS mountsPavel Shilovsky1-7/+3
2013-07-30Do not attempt to do cifs operations reading symlinks with SMB2Steve French1-1/+3
2013-07-04Limit allocation of crypto mechanisms to dialect which requiresSteve French1-1/+0
2013-06-27[CIFS] Fix build warningSteve French1-1/+1
2013-06-26[CIFS] SMB3 Signing enablementSteve French1-0/+1
2013-06-24move sectype to the cifs_ses instead of TCP_Server_InfoJeff Layton1-0/+2
2013-06-24cifs: track the enablement of signing in the TCP_Server_InfoJeff Layton1-1/+1
2013-06-24cifs: move handling of signed connections into separate functionJeff Layton1-0/+1
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-5/+5
2013-02-13cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_tEric W. Biederman1-2/+2
2013-02-13cifs: Convert from a kuid before printing current_fsuidEric W. Biederman1-1/+2
2013-02-13cifs: Use kuids and kgids SID to uid/gid mappingEric W. Biederman1-1/+1
2012-12-08cifs: simplify id_to_sid and sid_to_id mapping codeJeff Layton1-1/+0
2012-12-07CIFS: Do not permit write to a range mandatory locked with a read lockPavel Shilovsky1-1/+1
2012-12-05cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton1-3/+1
2012-12-05CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2Steve French1-0/+3
2012-09-28cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar1-2/+4
2012-09-24CIFS: Fix fast lease break after open problemPavel Shilovsky1-0/+7
2012-09-24CIFS: Check for mandatory brlocks on read/writePavel Shilovsky1-0/+4
2012-09-24CIFS: Add brlock support for SMB2Pavel Shilovsky1-0/+4
2012-09-24CIFS: Move brlock code to ops structPavel Shilovsky1-0/+3
2012-09-24cifs: change cifs_call_async to use smb_rqst structsJeff Layton1-8/+8
2012-09-24cifs: teach signing routines how to deal with arrays of pages in a smb_rqstJeff Layton1-0/+2
2012-09-24cifs: change signing routines to deal with smb_rqst structsJeff Layton1-2/+5
2012-09-24CIFS: Move readdir code to ops structPavel Shilovsky1-1/+1
2012-09-24CIFS: Move set_file_size to ops structPavel Shilovsky1-6/+4
2012-09-24CIFS: Move hardlink to ops structSteve French1-5/+3
2012-09-24CIFS: Move rename to ops structPavel Shilovsky1-3/+2
2012-09-24CIFS: Enable signing in SMB2Pavel Shilovsky1-0/+1
2012-09-24CIFS: Move writepage to ops structPavel Shilovsky1-2/+1
2012-09-24CIFS: Add SMB2 support for cifs_iovec_writePavel Shilovsky1-18/+0
2012-09-24CIFS: Add SMB2 support for cifs_iovec_readPavel Shilovsky1-19/+1
2012-09-24CIFS: Move guery file info code to ops structPavel Shilovsky1-2/+0
2012-09-24CIFS: Move open code to ops structPavel Shilovsky1-3/+4
2012-09-24CIFS: Move unlink code to ops structPavel Shilovsky1-3/+6
2012-07-27CIFS: Move rmdir code to ops structPavel Shilovsky1-2/+1
2012-07-27CIFS: Separate protocol specific part from mkdirPavel Shilovsky1-3/+1
2012-07-27CIFS: Simplify cifs_mkdir callPavel Shilovsky1-2/+2
2012-07-24CIFS: Setup async request in ops structPavel Shilovsky1-0/+2
2012-07-24CIFS: Move building path to root to ops structPavel Shilovsky1-3/+0
2012-07-24CIFS: Move query inode info code to ops structPavel Shilovsky1-8/+6
2012-07-24CIFS: Move is_path_accessible to ops structPavel Shilovsky1-7/+5
2012-07-24CIFS: Move getting dfs referalls to ops structPavel Shilovsky1-8/+7
2012-07-24CIFS: Process reconnects for SMB2 sharesPavel Shilovsky1-0/+1
2012-07-24CIFS: Add SMB2 credits supportPavel Shilovsky1-0/+1
2012-07-24CIFS: Make transport routines work with SMB2Pavel Shilovsky1-0/+1