cifs: remove repeated debug message on cifs_put_smb_ses()
[sfrench/cifs-2.6.git] / fs / cifs / connect.c
2022-07-16 Enzo Matsumiyacifs: remove repeated debug message on cifs_put_smb_ses()
2022-07-16 Paulo Alcantaracifs: fix ntlmssp on old servers
2022-07-16 Shyam Prasad Ncifs: avoid parallel session setups on same channel
2022-07-16 Shyam Prasad Ncifs: use new enum for ses_status
2022-07-16 Shyam Prasad Ncifs: do not use tcpStatus after negotiate completes
2022-07-16 Steve Frenchsmb3: add mount parm nosparse
2022-07-16 Steve Frenchcifs: fix minor compile warning
2022-07-16 Enzo Matsumiyacifs: print TIDs as hex
2022-07-16 Enzo Matsumiyacifs: return ENOENT for DFS lookup_cache_entry()
2022-07-16 Enzo Matsumiyacifs: don't call cifs_dfs_query_info_nonascii_quirk...
2022-07-16 Paulo Alcantaracifs: use correct lock type in cifs_reconnect()
2022-07-16 Paulo Alcantaracifs: fix NULL ptr dereference in refresh_mounts()
2022-07-16 David Howellscifs: Split the smb3_add_credits tracepoint
2022-07-16 Paulo Alcantaracifs: force new session setup and tcon for dfs
2022-07-16 Paulo Alcantaracifs: fix potential race with cifsd thread
2022-07-16 Steve Frenchsmb3: cleanup and clarify status of tree connections
2022-07-16 Paulo Alcantaracifs: do not skip link targets when an I/O fails
2022-07-16 Shyam Prasad Ncifs: use a different reconnect helper for non-cifsd...
2022-07-16 Steve Frenchsmb3: fix incorrect session setup check for multiuser...
2022-02-10 Shyam Prasad Ncifs: mark sessions for reconnection in helper function
2022-02-10 Shyam Prasad Ncifs: call cifs_reconnect when a connection is marked
2022-02-10 Steve Frenchimprove error message when mount options conflict with...
2022-02-10 Ryan Baircifs: fix workstation_name for multiuser mounts
2022-02-10 Shyam Prasad Ncifs: unlock chan_lock before calling cifs_put_tcp_session
2022-02-10 David HowellsFix a warning about a malformed kernel doc comment...
2022-02-10 Shyam Prasad Ncifs: cifs_ses_mark_for_reconnect should also update...
2022-02-10 Shyam Prasad Ncifs: update tcpStatus during negotiate and sess setup
2022-02-10 Shyam Prasad Ncifs: make status checks in version independent callers
2022-02-10 Shyam Prasad Ncifs: remove repeated state change in dfs tree connect
2022-02-10 Shyam Prasad Ncifs: fix the cifs_reconnect path for DFS
2022-02-10 Shyam Prasad Ncifs: protect all accesses to chan_* with chan_lock
2022-02-10 Shyam Prasad Ncifs: fix the connection state transitions with multich...
2022-02-10 Shyam Prasad Ncifs: check reconnects for channels of active tcons too
2022-02-10 Eugene Korenevskycifs: quirk for STATUS_OBJECT_NAME_INVALID returned...
2022-02-10 Shyam Prasad Ncifs: avoid race during socket reconnect between send...
2022-02-10 Shyam Prasad Ncifs: maintain a state machine for tcp/smb/tcon sessions
2022-02-10 Shyam Prasad Ncifs: take cifs_tcp_ses_lock for status checks
2022-02-10 Shyam Prasad Ncifs: reconnect only the connection and not smb session...
2022-02-10 Shyam Prasad Ncifs: use the chans_need_reconnect bitmap for reconnect...
2022-02-10 Shyam Prasad Ncifs: track individual channel status using chans_need_...
2022-02-10 Shyam Prasad Ncifs: ignore resource_id while getting fscache super...
2022-02-10 Shyam Prasad Ncifs: add server conn_id to fscache client cookie
2022-02-10 Shyam Prasad Ncifs: wait for tcon resource_id before getting fscache...
2022-02-10 Paulo Alcantaracifs: fix missed refcounting of ipc tcon
2022-02-10 Shyam Prasad Ncifs: nosharesock should be set on new server
2022-02-10 Paulo Alcantaracifs: introduce cifs_ses_mark_for_reconnect() helper
2022-02-10 Steve Frenchcifs: protect srv_count with cifs_tcp_ses_lock
2022-02-10 Shyam Prasad Ncifs: do not duplicate fscache cookie for secondary...
2022-02-10 Shyam Prasad Ncifs: connect individual channel servers to primary...
2022-02-10 Shyam Prasad Ncifs: protect session channel fields with chan_lock
2022-02-10 Shyam Prasad Ncifs: do not negotiate session if session already exists
2022-02-10 Steve Frenchsmb3: do not setup the fscache_super_cookie until fsinf...
2022-02-10 Paulo Alcantaracifs: fix potential use-after-free bugs
2022-02-10 Steve Frenchcifs: release lock earlier in dequeue_mid error case
2022-02-10 Steve Frenchsmb3: remove trivial dfs compile warning
2022-02-10 Paulo Alcantaracifs: support nested dfs links over reconnect
2022-02-10 Paulo Alcantaracifs: set a minimum of 120s for next dns resolution
2022-02-10 Paulo Alcantaracifs: split out dfs code from cifs_reconnect()
2022-02-10 Paulo Alcantaracifs: convert list_for_each to entry variant
2022-02-10 Paulo Alcantaracifs: introduce new helper for cifs_reconnect()
2022-02-10 Shyam Prasad Ncifs: send workstation name during ntlmssp session...
2022-02-10 Shyam Prasad Ncifs: nosharesock should not share socket with future...
2022-02-10 Steve Frenchsmb3: add dynamic trace points for socket connection
2022-02-10 Ronnie Sahlbergcifs: Create a new shared file holding smb2 pdu definitions
2022-02-10 Shyam Prasad Ncifs: To match file servers, make sure the server hostn...
2022-02-10 Steve Frenchcifs: fix incorrect check for null pointer in header_as...
2022-02-10 Steve Frenchcifs: fix incorrect kernel doc comments
2022-02-10 Steve Frenchcifs: remove pathname for file from SPDX header
2022-02-10 Ronnie Sahlbergcifs: remove support for NTLM and weaker authentication...
2022-02-10 Paulo Alcantaracifs: support share failover when remounting
2022-02-10 Paulo Alcantaracifs: do not share tcp sessions of dfs connections
2022-02-10 Shyam Prasad Ncifs: added WARN_ON for all the count decrements
2022-02-10 Steve Frenchcifs: fix missing null session check in mount
2022-02-10 Paulo Alcantaracifs: handle reconnect of tcon when there is no cached...
2022-02-10 Shyam Prasad Ncifs: use the expiry output of dns_query to schedule...
2022-02-10 Steve Frenchcifs: make locking consistent around the server session...
2022-02-10 Steve Frenchcifs: fix missing spinlock around update to ses->status
2022-02-10 Steve Frenchcifs: missing null pointer check in cifs_mount
2022-02-09 Steve Frenchcifs: use SPDX-Licence-Identifier
2022-02-09 Paulo Alcantaracifs: do not share tcp servers with dfs mounts
2022-02-09 Paulo Alcantaracifs: handle different charsets in dfs cache
2022-02-09 Paulo Alcantaracifs: keep referral server sessions alive
2022-02-09 Paulo Alcantaracifs: do not send tree disconnect to ipc shares
2021-06-23 Linus TorvaldsMerge branch 'stable/for-linus-5.14' of git://git....
2021-06-18 Linus TorvaldsMerge tag 'for-5.13-rc6-tag' of git://git./linux/kernel...
2021-06-18 Linus TorvaldsMerge tag 'printk-for-5.13-fixup' of git://git./linux...
2021-06-12 Linus TorvaldsMerge tag 'block-5.13-2021-06-12' of git://git.kernel...
2021-06-12 Linus TorvaldsMerge tag 'io_uring-5.13-2021-06-12' of git://git.kerne...
2021-06-11 Linus TorvaldsMerge tag 'sound-5.13-rc6' of git://git./linux/kernel...
2021-06-11 Dave AirlieMerge tag 'drm-msm-fixes-2021-06-10' of https://gitlab...
2021-06-09 Linus TorvaldsMerge tag 'for-5.13-rc5-tag' of git://git./linux/kernel...
2021-06-08 Linus TorvaldsMerge tag 'regulator-fix-v5.13-rc4' of git://git./linux...
2021-06-08 Takashi IwaiMerge tag 'asoc-fix-v5.13-rc4' of https://git./linux...
2021-06-06 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2021-06-05 Olof JohanssonMerge tag 'omap-for-v5.13/fixes-sata' of git://git...
2021-06-04 Linus TorvaldsMerge tag 'sound-5.13-rc5' of git://git./linux/kernel...
2021-06-03 David S. MillerMerge tag 'ieee802154-for-davem-2021-06-03' of git...
2021-06-03 Linus TorvaldsMerge tag 'block-5.13-2021-06-03' of git://git.kernel...
2021-06-03 Linus TorvaldsMerge tag 'io_uring-5.13-2021-06-03' of git://git.kerne...
2021-06-03 Linus TorvaldsMerge tag 'for-5.13-rc4-tag' of git://git./linux/kernel...
next