cifs: remove redundant variable tcon_exist
[sfrench/cifs-2.6.git] / fs / cifs / smb2pdu.c
2024-01-28 Steve Frenchcifs: remove redundant variable tcon_exist
2024-01-28 Steve Frenchcifs: fix a pending undercount of srv_count
2024-01-27 Steve Frenchsmb: client: fix OOB in SMB2_query_info_init()
2024-01-27 Steve Frenchsmb: client: fix potential OOBs in smb2_parse_contexts()
2024-01-27 Steve Frenchcifs: reconnect worker should take reference on server...
2024-01-27 Steve FrenchRevert "cifs: reconnect work should have reference...
2024-01-27 Steve Frenchsmb: client, common: fix fortify warnings
2024-01-27 Steve Frenchcifs: handle when server stops supporting multichannel
2024-01-27 Steve Frenchcifs: handle when server starts supporting multichannel
2024-01-27 Steve Frenchcifs: reconnect work should have reference on server...
2024-01-27 Steve Frenchsmb3: fix confusing debug message
2024-01-27 Steve Frenchsmb3: do not start laundromat thread when dir leases...
2024-01-27 Steve Frenchsmb3: fix some minor typos and repeated words
2024-01-27 Steve Frenchsmb3: move server check earlier when setting channel...
2024-01-27 Steve FrenchSMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusion
2024-01-27 Steve Frenchsend channel sequence number in SMB3 requests after...
2024-01-27 Steve Frenchcifs: fix charset issue in reconnection
2023-07-20 Steve Frenchcifs: fix session state check in reconnect to avoid
2023-06-16 Steve Frenchcifs: fix max_credits implementation
2023-06-01 Steve Frenchsmb3: missing null check in SMB2_change_notify
2023-06-01 Steve Frenchdo not reuse connection if share marked as isolated
2023-06-01 Paulo Alcantaracifs: fix sharing of DFS connections
2023-06-01 Paulo Alcantaracifs: protect session status check in smb2_reconnect()
2023-06-01 Steve Frenchsmb3: make query_on_disk_id open context consistent...
2023-06-01 Volker Lendeckecifs: Avoid a cast in add_lease_context()
2023-06-01 Volker Lendeckecifs: Simplify SMB2_open_init()
2023-06-01 Volker Lendeckecifs: Simplify SMB2_open_init()
2023-06-01 Volker Lendeckecifs: Simplify SMB2_open_init()
2023-06-01 David Disseldorpcifs: fix negotiate context parsing
2023-06-01 Paulo Alcantaracifs: get rid of dead check in smb2_reconnect()
2023-06-01 Steve Frenchsmb3: fix unusable share after force unmount failure
2023-06-01 Paulo Alcantaracifs: fix missing unload_nls() in smb2_reconnect()
2023-06-01 Shyam Prasad Ncifs: avoid race conditions with parallel reconnects
2023-06-01 Shyam Prasad Ncifs: append path to open_enter trace event
2023-06-01 Paulo Alcantaracifs: prevent data race in cifs_reconnect_tcon()
2023-06-01 Shyam Prasad Ncifs: use tcon allocation functions even for dummy...
2023-06-01 Kees Cooksmb3: Replace smb2pdu 1-element arrays with flex-arrays
2023-06-01 Kees Cookcifs: Replace remaining 1-element arrays
2023-06-01 Namjae Jeoncifs: remove unneeded 2bytes of padding from smb2 tree...
2023-06-01 Stefan Metzmachercifs: don't try to use rdma offload on encrypted connec...
2023-06-01 Stefan Metzmachercifs: split out smb3_use_rdma_offload() helper
2023-06-01 Stefan Metzmachercifs: introduce cifs_io_parms in smb2_async_writev()
2023-06-01 Paulo Alcantaracifs: prevent data race in smb2_reconnect()
2023-06-01 Enzo Matsumiyacifs: do not include page data when checking signature
2023-06-01 Paulo Alcantaracifs: fix potential memory leaks in session setup
2023-06-01 Paulo Alcantaracifs: fix double free on failed kerberos auth
2023-06-01 Paulo Alcantaracifs: fix race in assemble_neg_contexts()
2023-06-01 Paulo Alcantaracifs: fix memory leaks in session setup
2023-06-01 Zhang Xiaoxucifs: Fix memory leak when build ntlmssp negotiate...
2023-06-01 Steve Frenchsmb3: improve SMB3 change notification support
2023-06-01 Steve Frenchsmb3: must initialize two ACL struct fields to zero
2023-06-01 Enzo Matsumiyacifs: use ALIGN() and round_up() macros
2023-06-01 Paulo Alcantaracifs: prevent copying past input buffer boundaries
2023-06-01 Steve Frenchcifs: replace kfree() with kfree_sensitive() for sensit...
2023-06-01 Muhammad Usama Anjumcifs: remove initialization value
2023-06-01 Steve Frenchsmb3: add dynamic trace points for tree disconnect
2023-06-01 Zhang Xiaoxucifs: Fix the error length of VALIDATE_NEGOTIATE_INFO...
2023-06-01 Enzo Matsumiyacifs: fix small mempool leak in SMB2_negotiate()
2023-05-31 Paulo Alcantaracifs: skip extra NULL byte in filenames
2023-05-31 Wolfram Sangcifs: move from strlcpy with unused retval to strscpy
2023-05-31 Enzo Matsumiyacifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()
2023-05-31 Ronnie Sahlbergcifs: Do not use tcon->cfid directly, use the cfid...
2023-05-31 Steve Frenchcifs: Move cached-dir functions into a separate file
2023-05-30 Enzo Matsumiyacifs: remove useless DeleteMidQEntry()
2023-04-11 Shyam Prasad Ncifs: avoid use of global locks for high contention...
2022-07-21 Yu Zhecifs: remove unnecessary type castings
2022-07-21 Steve Frenchsmb3: workaround negprot bug in some Samba servers
2022-07-21 Shyam Prasad Nsmb3: use netname when available on secondary channels
2022-07-21 Steve Frenchsmb3: fix empty netname context on secondary channels
2022-07-21 Steve Frenchsmb3: add trace point for SMB2_set_eof
2022-07-21 Shyam Prasad Ncifs: return errors during session setup during reconnects
2022-07-21 Vincent Whitchurchcifs: fix potential deadlock in direct reclaim
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: cleanup and clarify status of tree connections
2022-07-21 Xiaomeng Tongcifs: fix incorrect use of list iterator after the...
2022-07-21 Paulo Alcantaracifs: fix bad fids sent over wire
2022-07-21 Steve Frenchsmb3: send NTLMSSP version information
2022-07-21 Shyam Prasad Ncifs: make status checks in version independent callers
2022-07-21 Muhammad Usama Anjumcifs: remove unused variable ses_selected
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: alloc_path_with_tree_prefix: do not append sep...
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: use the chans_need_reconnect bitmap for reconnect...
2022-07-21 Shyam Prasad Ncifs: track individual channel status using chans_need_...
2022-07-21 Steve Frenchsmb2: clarify rc initialization in smb2_reconnect
2022-07-21 Shyam Prasad Ncifs: connect individual channel servers to primary...
2022-07-21 Steve Frenchsmb3: add additional null check in SMB311_posix_mkdir
2022-07-21 Steve Frenchsmb3: add additional null check in SMB2_tcon
2022-07-21 Steve Frenchsmb3: add additional null check in SMB2_open
2022-07-21 Steve Frenchsmb3: add additional null check in SMB2_ioctl
2022-07-21 Paulo Alcantaracifs: support nested dfs links over reconnect
2022-07-21 Shyam Prasad Ncifs: send workstation name during ntlmssp session...
2022-07-21 Ronnie Sahlbergcifs: Move SMB2_Create definitions to the shared area
2022-07-21 Ronnie Sahlbergcifs: Move more definitions into the shared area
2022-07-21 Ronnie Sahlbergcifs: move NEGOTIATE_PROTOCOL definitions out into...
next