cifs: remove unneeded return statement
[sfrench/cifs-2.6.git] / fs / cifs / sess.c
2024-01-28 Steve Frenchcifs: remove unneeded return statement
2024-01-28 Steve Frenchcifs: make cifs_chan_update_iface() a void function
2024-01-28 Steve Frenchcifs: delete unnecessary NULL checks in cifs_chan_updat...
2024-01-28 Steve Frenchcifs: fix in logging in cifs_chan_update_iface
2024-01-28 Steve Frenchcifs: do not let cifs_chan_update_iface deallocate...
2024-01-27 Steve Frenchcifs: fix use after free for iface while disabling...
2024-01-27 Steve Frenchcifs: fix lock ordering while disabling multichannel
2024-01-27 Steve Frenchcifs: handle when server stops supporting multichannel
2024-01-27 Steve Frenchsmb3: minor cleanup of session handling code
2024-01-27 Steve Frenchcifs: do not pass cifs_sb when trying to add channels
2024-01-27 Steve Frenchcifs: account for primary channel in the interface...
2024-01-27 Steve Frenchcifs: distribute channels across interfaces based on...
2024-01-27 Steve Frenchcifs: handle cases where a channel is closed
2024-01-27 Steve Frenchsmb3: more minor cleanups for session handling routines
2024-01-27 Steve Frenchcifs: do not reset chan_max if multichannel is not...
2024-01-27 Steve Frenchcifs: Add client version details to NTLM authenticate...
2024-01-27 Steve FrenchSMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusion
2024-01-27 Steve Frenchsmb: client: reduce stack usage in cifs_try_adding_chan...
2023-08-17 Steve Frenchsmb3: do not set NTLMSSP_VERSION flag for negotiate not
2023-06-01 Paulo Alcantaracifs: fix potential use-after-free bugs in TCP_Server_I...
2023-06-01 Paulo Alcantaracifs: get rid of dns resolve worker
2023-06-01 Paulo Alcantaracifs: fix potential memory leaks in session setup
2023-06-01 Shyam Prasad Ncifs: refcount only the selected iface during interface...
2023-06-01 Dan Carpentercifs: Use after free in debug code
2023-06-01 Zhang Xiaoxucifs: Fix xid leak in cifs_ses_add_channel()
2023-06-01 Paulo Alcantaracifs: fix double-fault crash during ntlmssp
2023-06-01 Enzo Matsumiyacifs: use ALIGN() and round_up() macros
2023-06-01 Steve Frenchcifs: replace kfree() with kfree_sensitive() for sensit...
2023-05-30 Steve Frenchcifs: when insecure legacy is disabled shrink amount...
2022-07-21 Shyam Prasad Ncifs: fix race condition with delayed threads
2022-07-21 Shyam Prasad Ncifs: avoid deadlocks while updating iface
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: when a channel is not found for server, log its...
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 Paulo Alcantaracifs: fix ntlmssp on old servers
2022-07-21 Shyam Prasad Ncifs: avoid parallel session setups on same channel
2022-07-21 Steve Frenchcifs: fix confusing unneeded warning message on smb2...
2022-07-21 Ryan Baircifs: fix workstation_name for multiuser mounts
2022-07-21 Steve Frenchsmb3: send NTLMSSP version information
2022-07-21 Shyam Prasad Ncifs: cifs_ses_mark_for_reconnect should also update...
2022-07-21 Shyam Prasad Ncifs: make status checks in version independent callers
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 Yang Licifs: clean up an inconsistent indenting
2022-07-21 Shyam Prasad Ncifs: free ntlmsspblob allocated in negotiate
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: add WARN_ON for when chan_count goes below minimum
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 Paulo Alcantaracifs: fix ntlmssp auth when there is no key exchange
2022-07-21 Shyam Prasad Ncifs: populate server_hostname for extra channels
2022-07-21 Paulo Alcantaracifs: introduce cifs_ses_mark_for_reconnect() helper
2022-07-21 Steve Frenchcifs: move debug print out of spinlock
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: send workstation name during ntlmssp session...
2021-10-31 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2021-10-30 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2021-10-30 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2021-10-30 Linus TorvaldsMerge tag 'riscv-for-linus-5.15-rc8' of git://git....
2021-10-30 Linus TorvaldsMerge tag 'powerpc-5.15-6' of git://git./linux/kernel...
2021-10-29 Linus TorvaldsMerge tag 'block-5.15-2021-10-29' of git://git.kernel...
2021-10-29 Linus TorvaldsMerge tag 'for-5.15-rc7-tag' of git://git./linux/kernel...
2021-10-29 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2021-10-28 Linus TorvaldsMerge tag 'regmap-fix-v5.15-rc7' of git://git./linux...
2021-10-26 Arnd BergmannMerge tag 'qcom-arm64-fixes-for-5.15-2' of git://git...
2021-10-25 Linus TorvaldsMerge tag 'for-linus' of git://git.armlinux.org.uk...
2021-10-24 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2021-10-23 Linus TorvaldsMerge tag 'block-5.15-2021-10-22' of git://git.kernel...
2021-10-23 Linus TorvaldsMerge tag 'io_uring-5.15-2021-10-22' of git://git.kerne...
2021-10-22 Linus TorvaldsMerge tag 'hyperv-fixes-signed-20211022' of git://git...
2021-10-22 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2021-10-22 Linus TorvaldsMerge branch 'ucount-fixes-for-v5.15' of git://git...
2021-10-22 Linus TorvaldsMerge tag 'powerpc-5.15-5' of git://git./linux/kernel...
2021-10-20 Linus TorvaldsMerge tag 'dma-mapping-5.15-2' of git://git.infradead...
2021-10-20 Linus TorvaldsMerge tag 'sound-5.15-rc7' of git://git./linux/kernel...
2021-10-20 Linus TorvaldsMerge tag 'audit-pr-20211019' of git://git./linux/kerne...
2021-10-20 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2021-10-20 Arnd BergmannMerge tag 'reset-fixes-for-v5.15' of git://git.pengutro...
2021-10-20 Arnd BergmannMerge tag 'sunxi-fixes-for-5.15-1' of git://git./linux...
2021-10-20 Arnd BergmannMerge tag 'imx-fixes-5.15-4' of git://git./linux/kernel...
2021-10-18 Linus TorvaldsMerge tag 'block-5.15-2021-10-17' of git://git.kernel...
2021-10-18 Linus TorvaldsMerge tag 'io_uring-5.15-2021-10-17' of git://git.kerne...
2021-10-18 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2021-10-18 Linus TorvaldsMerge tag 'powerpc-5.15-4' of git://git./linux/kernel...
2021-10-18 Linus TorvaldsMerge tag 'efi-urgent-for-v5.15' of git://git./linux...
2021-10-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2021-10-16 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2021-10-16 Linus TorvaldsMerge tag 'pci-v5.15-fixes-2' of git://git./linux/kerne...
2021-10-15 Arnd BergmannMerge tag 'imx-fixes-5.15-3' of git://git./linux/kernel...
2021-10-15 Takashi IwaiMerge tag 'asoc-fix-v5.15-rc5' of https://git./linux...
2021-10-15 Linus TorvaldsMerge tag 'regulator-fix-v5.15-rc5' of git://git./linux...
2021-10-15 Linus TorvaldsMerge tag 'mtd/fixes-for-5.15-rc6' of git://git./linux...
2021-10-15 Linus TorvaldsMerge tag 'ntfs3_for_5.15' of git://github.com/Paragon...
2021-10-15 Dave AirlieMerge tag 'mediatek-drm-fixes-5.15' of https://git...
2021-10-14 Linus TorvaldsMerge tag 'sound-5.15-rc6' of git://git./linux/kernel...
2021-10-13 Arnd BergmannMerge tag 'optee-fix2-for-v5.15' of git://git.linaro...
next