index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
connect.c
Age
Commit message (
Expand
)
Author
2022-06-24
cifs: update cifs_ses::ip_addr after failover
Paulo Alcantara
2022-06-24
cifs: avoid deadlocks while updating iface
Shyam Prasad N
2022-06-22
cifs: periodically query network interfaces from server
Shyam Prasad N
2022-06-22
cifs: during reconnect, update interface if necessary
Shyam Prasad N
2022-06-22
cifs: change iface_list from array to sorted linked list
Shyam Prasad N
2022-06-10
cifs: populate empty hostnames for extra channels
Shyam Prasad N
2022-06-01
cifs: fix potential deadlock in direct reclaim
Vincent Whitchurch
2022-05-31
cifs: remove repeated debug message on cifs_put_smb_ses()
Enzo Matsumiya
2022-05-25
cifs: fix ntlmssp on old servers
Paulo Alcantara
2022-05-24
cifs: avoid parallel session setups on same channel
Shyam Prasad N
2022-05-24
cifs: use new enum for ses_status
Shyam Prasad N
2022-05-24
cifs: do not use tcpStatus after negotiate completes
Shyam Prasad N
2022-05-23
smb3: add mount parm nosparse
Steve French
2022-05-23
cifs: fix minor compile warning
Steve French
2022-05-20
cifs: print TIDs as hex
Enzo Matsumiya
2022-05-20
cifs: return ENOENT for DFS lookup_cache_entry()
Enzo Matsumiya
2022-05-20
cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set
Enzo Matsumiya
2022-04-20
cifs: use correct lock type in cifs_reconnect()
Paulo Alcantara
2022-04-20
cifs: fix NULL ptr dereference in refresh_mounts()
Paulo Alcantara
2022-04-08
cifs: Split the smb3_add_credits tracepoint
David Howells
2022-04-04
cifs: force new session setup and tcon for dfs
Paulo Alcantara
2022-04-04
cifs: fix potential race with cifsd thread
Paulo Alcantara
2022-03-28
smb3: cleanup and clarify status of tree connections
Steve French
2022-03-21
cifs: do not skip link targets when an I/O fails
Paulo Alcantara
2022-03-18
cifs: use a different reconnect helper for non-cifsd threads
Shyam Prasad N
2022-03-16
smb3: fix incorrect session setup check for multiuser mounts
Steve French
2022-02-08
cifs: mark sessions for reconnection in helper function
Shyam Prasad N
2022-02-08
cifs: call cifs_reconnect when a connection is marked
Shyam Prasad N
2022-02-06
[smb3] improve error message when mount options conflict with posix
Steve French
2022-02-03
cifs: fix workstation_name for multiuser mounts
Ryan Bair
2022-01-29
cifs: unlock chan_lock before calling cifs_put_tcp_session
Shyam Prasad N
2022-01-28
Fix a warning about a malformed kernel doc comment in cifs
David Howells
2022-01-19
cifs: Support fscache indexing rewrite
David Howells
2022-01-19
cifs: cifs_ses_mark_for_reconnect should also update reconnect bits
Shyam Prasad N
2022-01-19
cifs: update tcpStatus during negotiate and sess setup
Shyam Prasad N
2022-01-19
cifs: make status checks in version independent callers
Shyam Prasad N
2022-01-19
cifs: remove repeated state change in dfs tree connect
Shyam Prasad N
2022-01-19
cifs: fix the cifs_reconnect path for DFS
Shyam Prasad N
2022-01-19
cifs: protect all accesses to chan_* with chan_lock
Shyam Prasad N
2022-01-19
cifs: fix the connection state transitions with multichannel
Shyam Prasad N
2022-01-19
cifs: check reconnects for channels of active tcons too
Shyam Prasad N
2022-01-17
cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs
Eugene Korenevsky
2022-01-17
Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-07
cifs: avoid race during socket reconnect between send and recv
Shyam Prasad N
2022-01-07
cifs: maintain a state machine for tcp/smb/tcon sessions
Shyam Prasad N
2022-01-07
cifs: take cifs_tcp_ses_lock for status checks
Shyam Prasad N
2022-01-02
cifs: reconnect only the connection and not smb session where possible
Shyam Prasad N
2022-01-02
cifs: use the chans_need_reconnect bitmap for reconnect status
Shyam Prasad N
2022-01-02
cifs: track individual channel status using chans_need_reconnect
Shyam Prasad N
[next]