cifs: Add a function to read into an iter from a socket
[sfrench/cifs-2.6.git] / fs / cifs / connect.c
2023-06-01 David Howellscifs: Add a function to read into an iter from a socket
2023-06-01 Paulo Alcantaracifs: get rid of dns resolve worker
2023-06-01 Paulo Alcantaracifs: fix mount on old smb servers
2023-06-01 Paulo Alcantaracifs: do not query ifaces on smb1 mounts
2023-06-01 Paulo Alcantaracifs: set correct status of tcon ipc when reconnecting
2023-06-01 Paulo Alcantaracifs: fix source pathname comparison of dfs supers
2023-06-01 Paulo Alcantaracifs: fix confusing debug message
2023-06-01 Paulo Alcantaracifs: don't block in dfs_cache_noreq_update_tgthint()
2023-06-01 Paulo Alcantaracifs: fix refresh of cached referrals
2023-06-01 Paulo Alcantaracifs: share dfs connections and supers
2023-06-01 Steve Frenchcifs: split out ses and tcon retrieval from mount_get_c...
2023-06-01 Paulo Alcantaracifs: set resolved ip in sockaddr
2023-06-01 Paulo Alcantaracifs: get rid of mount options string parsing
2023-06-01 Paulo Alcantaracifs: reduce roundtrips on create/qinfo requests
2023-06-01 Paulo Alcantaracifs: set correct ipc status after initial tree connect
2023-06-01 Paulo Alcantaracifs: set correct tcon status after initial tree connect
2023-06-01 Zhang Xiaoxucifs: Fix connections leak when tlink setup failed
2023-06-01 Zeng Hengcifs: fix use-after-free caused by invalid pointer...
2023-06-01 Enzo Matsumiyacifs: use ALIGN() and round_up() macros
2023-06-01 Ronnie Sahlbergcifs: fix regression in very old smb1 mounts
2023-06-01 Steve Frenchcifs: replace kfree() with kfree_sensitive() for sensit...
2023-06-01 Steve Frenchsmb3: do not log confusing message when server returns...
2023-06-01 Steve Frenchsmb3: add dynamic trace points for tree disconnect
2023-06-01 Paulo Alcantaracifs: add missing spinlock around tcon refcount
2023-06-01 Stefan Metzmachercifs: always initialize struct msghdr smb_msg completely
2023-05-31 Zhang Xiaoxucifs: Add helper function to check smb1+ server
2023-05-31 Zhang Xiaoxucifs: Use help macro to get the mid header size
2023-05-31 Zhang Xiaoxucifs: Use help macro to get the header preamble size
2023-05-31 Wolfram Sangcifs: move from strlcpy with unused retval to strscpy
2023-05-31 Steve Frenchsmb3: allow deferred close timeout to be configurable
2023-05-30 Enzo Matsumiyacifs: remove useless DeleteMidQEntry()
2023-05-30 Steve Frenchcifs: when insecure legacy is disabled shrink amount...
2023-04-11 Yang Yingliangcifs: fix wrong unlock before return from cifs_tree_con... 5.15-backport-4-7-23
2023-04-11 Shyam Prasad Ncifs: avoid use of global locks for high contention...
2023-04-11 Enzo Matsumiyacifs: list_for_each() -> list_for_each_entry()
2023-04-11 Enzo Matsumiyasmb2: small refactor in smb2_check_message()
2022-07-21 Steve Frenchcifs: remove some camelCase and also some static build...
2022-07-21 Yu Zhecifs: remove unnecessary type castings
2022-07-21 Shyam Prasad Ncifs: remove unnecessary locking of chan_lock while...
2022-07-21 Paulo Alcantaracifs: update cifs_ses::ip_addr after failover
2022-07-21 Shyam Prasad Ncifs: avoid deadlocks while updating iface
2022-07-21 Shyam Prasad Ncifs: periodically query network interfaces from server
2022-07-21 Shyam Prasad Ncifs: during reconnect, update interface if necessary
2022-07-21 Shyam Prasad Ncifs: change iface_list from array to sorted linked...
2022-07-21 Shyam Prasad Ncifs: populate empty hostnames for extra channels
2022-07-21 Vincent Whitchurchcifs: fix potential deadlock in direct reclaim
2022-07-21 Enzo Matsumiyacifs: remove repeated debug message on cifs_put_smb_ses()
2022-07-21 Paulo Alcantaracifs: fix ntlmssp on old servers
2022-07-21 Shyam Prasad Ncifs: avoid parallel session setups on same channel
2022-07-21 Shyam Prasad Ncifs: use new enum for ses_status
2022-07-21 Shyam Prasad Ncifs: do not use tcpStatus after negotiate completes
2022-07-21 Steve Frenchsmb3: add mount parm nosparse
2022-07-21 Steve Frenchcifs: fix minor compile warning
2022-07-21 Enzo Matsumiyacifs: print TIDs as hex
2022-07-21 Enzo Matsumiyacifs: return ENOENT for DFS lookup_cache_entry()
2022-07-21 Enzo Matsumiyacifs: don't call cifs_dfs_query_info_nonascii_quirk...
2022-07-21 Paulo Alcantaracifs: use correct lock type in cifs_reconnect()
2022-07-21 Paulo Alcantaracifs: fix NULL ptr dereference in refresh_mounts()
2022-07-21 David Howellscifs: Split the smb3_add_credits tracepoint
2022-07-21 Paulo Alcantaracifs: force new session setup and tcon for dfs
2022-07-21 Paulo Alcantaracifs: fix potential race with cifsd thread
2022-07-21 Steve Frenchsmb3: cleanup and clarify status of tree connections
2022-07-21 Paulo Alcantaracifs: do not skip link targets when an I/O fails
2022-07-21 Shyam Prasad Ncifs: use a different reconnect helper for non-cifsd...
2022-07-21 Steve Frenchsmb3: fix incorrect session setup check for multiuser...
2022-07-21 Shyam Prasad Ncifs: mark sessions for reconnection in helper function
2022-07-21 Shyam Prasad Ncifs: call cifs_reconnect when a connection is marked
2022-07-21 Steve Frenchimprove error message when mount options conflict with...
2022-07-21 Ryan Baircifs: fix workstation_name for multiuser mounts
2022-07-21 Shyam Prasad Ncifs: unlock chan_lock before calling cifs_put_tcp_session
2022-07-21 David HowellsFix a warning about a malformed kernel doc comment...
2022-07-21 Shyam Prasad Ncifs: cifs_ses_mark_for_reconnect should also update...
2022-07-21 Shyam Prasad Ncifs: update tcpStatus during negotiate and sess setup
2022-07-21 Shyam Prasad Ncifs: make status checks in version independent callers
2022-07-21 Shyam Prasad Ncifs: remove repeated state change in dfs tree connect
2022-07-21 Shyam Prasad Ncifs: fix the cifs_reconnect path for DFS
2022-07-21 Shyam Prasad Ncifs: protect all accesses to chan_* with chan_lock
2022-07-21 Shyam Prasad Ncifs: fix the connection state transitions with multich...
2022-07-21 Shyam Prasad Ncifs: check reconnects for channels of active tcons too
2022-07-21 Eugene Korenevskycifs: quirk for STATUS_OBJECT_NAME_INVALID returned...
2022-07-21 Shyam Prasad Ncifs: avoid race during socket reconnect between send...
2022-07-21 Shyam Prasad Ncifs: maintain a state machine for tcp/smb/tcon sessions
2022-07-21 Shyam Prasad Ncifs: take cifs_tcp_ses_lock for status checks
2022-07-21 Shyam Prasad Ncifs: reconnect only the connection and not smb session...
2022-07-21 Shyam Prasad Ncifs: use the chans_need_reconnect bitmap for reconnect...
2022-07-21 Shyam Prasad Ncifs: track individual channel status using chans_need_...
2022-07-21 Shyam Prasad Ncifs: ignore resource_id while getting fscache super...
2022-07-21 Shyam Prasad Ncifs: add server conn_id to fscache client cookie
2022-07-21 Shyam Prasad Ncifs: wait for tcon resource_id before getting fscache...
2022-07-21 Paulo Alcantaracifs: fix missed refcounting of ipc tcon
2022-07-21 Shyam Prasad Ncifs: nosharesock should be set on new server
2022-07-21 Paulo Alcantaracifs: introduce cifs_ses_mark_for_reconnect() helper
2022-07-21 Steve Frenchcifs: protect srv_count with cifs_tcp_ses_lock
2022-07-21 Shyam Prasad Ncifs: do not duplicate fscache cookie for secondary...
2022-07-21 Shyam Prasad Ncifs: connect individual channel servers to primary...
2022-07-21 Shyam Prasad Ncifs: protect session channel fields with chan_lock
2022-07-21 Shyam Prasad Ncifs: do not negotiate session if session already exists
2022-07-21 Steve Frenchsmb3: do not setup the fscache_super_cookie until fsinf...
2022-07-21 Paulo Alcantaracifs: fix potential use-after-free bugs
2022-07-21 Steve Frenchcifs: release lock earlier in dequeue_mid error case
next