aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-06[smb3] improve error message when mount options conflict with posixSteve French1-1/+10
2022-02-03cifs: fix workstation_name for multiuser mountsRyan Bair1-0/+13
2022-01-29cifs: unlock chan_lock before calling cifs_put_tcp_sessionShyam Prasad N1-6/+2
2022-01-28Fix a warning about a malformed kernel doc comment in cifsDavid Howells1-1/+1
2022-01-19cifs: Support fscache indexing rewriteDavid Howells1-13/+2
2022-01-19cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N1-3/+6
2022-01-19cifs: update tcpStatus during negotiate and sess setupShyam Prasad N1-3/+2
2022-01-19cifs: make status checks in version independent callersShyam Prasad N1-6/+23
2022-01-19cifs: remove repeated state change in dfs tree connectShyam Prasad N1-10/+0
2022-01-19cifs: fix the cifs_reconnect path for DFSShyam Prasad N1-0/+3
2022-01-19cifs: protect all accesses to chan_* with chan_lockShyam Prasad N1-1/+3
2022-01-19cifs: fix the connection state transitions with multichannelShyam Prasad N1-14/+26
2022-01-19cifs: check reconnects for channels of active tcons tooShyam Prasad N1-3/+31
2022-01-17cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky1-0/+5
2022-01-17Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-67/+163
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2022-01-07cifs: avoid race during socket reconnect between send and recvShyam Prasad N1-11/+3
2022-01-07cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N1-12/+49
2022-01-07cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N1-10/+26
2022-01-02cifs: reconnect only the connection and not smb session where possibleShyam Prasad N1-30/+44
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N1-10/+26
2022-01-02cifs: track individual channel status using chans_need_reconnectShyam Prasad N1-6/+27
2021-12-17cifs: ignore resource_id while getting fscache super cookieShyam Prasad N1-0/+7
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-1/+1
2021-12-03cifs: add server conn_id to fscache client cookieShyam Prasad N1-0/+4
2021-12-03cifs: wait for tcon resource_id before getting fscache superShyam Prasad N1-6/+0
2021-12-03cifs: fix missed refcounting of ipc tconPaulo Alcantara1-0/+1
2021-11-23cifs: nosharesock should be set on new serverShyam Prasad N1-3/+4
2021-11-16cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara1-13/+1
2021-11-16cifs: protect srv_count with cifs_tcp_ses_lockSteve French1-0/+2
2021-11-12cifs: do not duplicate fscache cookie for secondary channelsShyam Prasad N1-2/+7
2021-11-12cifs: connect individual channel servers to primary channel serverShyam Prasad N1-4/+20
2021-11-12cifs: protect session channel fields with chan_lockShyam Prasad N1-3/+22
2021-11-12cifs: do not negotiate session if session already existsShyam Prasad N1-8/+10
2021-11-12smb3: do not setup the fscache_super_cookie until fsinfo initializedSteve French1-2/+6
2021-11-12cifs: fix potential use-after-free bugsPaulo Alcantara1-22/+19
2021-11-12cifs: release lock earlier in dequeue_mid error caseSteve French1-3/+4
2021-11-10smb3: remove trivial dfs compile warningSteve French1-2/+2
2021-11-10cifs: support nested dfs links over reconnectPaulo Alcantara1-560/+578
2021-11-09cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara1-1/+1
2021-11-09cifs: split out dfs code from cifs_reconnect()Paulo Alcantara1-133/+162
2021-11-09cifs: convert list_for_each to entry variantPaulo Alcantara1-19/+13
2021-11-09cifs: introduce new helper for cifs_reconnect()Paulo Alcantara1-64/+75
2021-11-08cifs: send workstation name during ntlmssp session setupShyam Prasad N1-0/+6
2021-11-07cifs: nosharesock should not share socket with future sessionsShyam Prasad N1-1/+7
2021-11-05smb3: add dynamic trace points for socket connectionSteve French1-1/+2
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg1-2/+2
2021-11-02cifs: To match file servers, make sure the server hostname matchesShyam Prasad N1-8/+11
2021-09-23cifs: fix incorrect check for null pointer in header_assembleSteve French1-2/+3
2021-09-13cifs: fix incorrect kernel doc commentsSteve French1-2/+10