sfrench/cifs-2.6.git
2022-04-20 Ronnie Sahlbergcifs: truncate the inode and mapping when we simulate...
2022-04-20 Ronnie Sahlbergcifs: fix handlecache and multiuser
2022-04-20 Steve Frenchsmb3: fix incorrect session setup check for multiuser...
2022-04-19 Gustavo A.... treewide: Replace zero-length arrays with flexible...
2022-04-19 Steve Frenchcifs: fix confusing unneeded warning message on smb2...
2022-04-19 Ronnie Sahlbergcifs: modefromsids must add an ACE for authenticated...
2022-04-19 Ronnie Sahlbergcifs: fix double free race when mount fails in cifs_get...
2022-04-19 Ronnie Sahlbergcifs: do not use uninitialized data in the owner/group sid
2022-04-19 Amir Goldsteincifs: fix set of group SID via NTSD xattrs
2022-04-19 Steve Frenchsmb3: fix snapshot mount option
2022-04-19 Shyam Prasad Ncifs: mark sessions for reconnection in helper function
2022-04-19 Shyam Prasad Ncifs: call helper functions for marking channels for...
2022-04-19 Shyam Prasad Ncifs: call cifs_reconnect when a connection is marked
2022-04-19 Steve Frenchimprove error message when mount options conflict with...
2022-02-07 Ryan Baircifs: fix workstation_name for multiuser mounts
2022-02-07 Shyam Prasad Ncifs: unlock chan_lock before calling cifs_put_tcp_session
2022-02-07 David HowellsFix a warning about a malformed kernel doc comment...
2022-02-07 Steve Frenchcifs: update internal module number
2022-02-07 Steve Frenchsmb3: send NTLMSSP version information
2022-02-07 Shyam Prasad Ncifs: cifs_ses_mark_for_reconnect should also update...
2022-02-07 Shyam Prasad Ncifs: update tcpStatus during negotiate and sess setup
2022-02-07 Shyam Prasad Ncifs: make status checks in version independent callers
2022-02-07 Shyam Prasad Ncifs: remove repeated state change in dfs tree connect
2022-02-07 Shyam Prasad Ncifs: fix the cifs_reconnect path for DFS
2022-02-07 Muhammad Usama... cifs: remove unused variable ses_selected
2022-02-07 Shyam Prasad Ncifs: protect all accesses to chan_* with chan_lock
2022-02-07 Shyam Prasad Ncifs: fix the connection state transitions with multich...
2022-02-07 Shyam Prasad Ncifs: check reconnects for channels of active tcons too
2022-02-07 Steve Frenchsmb3: add new defines from protocol specification
2022-02-07 Ronnie Sahlbergcifs: serialize all mount attempts
2022-02-07 Eugene Korenevskycifs: quirk for STATUS_OBJECT_NAME_INVALID returned...
2022-02-07 Eugene Korenevskycifs: alloc_path_with_tree_prefix: do not append sep...
2022-02-07 Yang Licifs: clean up an inconsistent indenting
2022-02-07 Shyam Prasad Ncifs: free ntlmsspblob allocated in negotiate
2022-02-07 Eugene Korenevskycifs: fix FILE_BOTH_DIRECTORY_INFO definition
2022-02-07 Jeff Laytoncifs: move superblock magic defitions to magic.h
2022-02-07 Yang Licifs: Fix smb311_update_preauth_hash() kernel-doc comment
2022-02-07 Shyam Prasad Ncifs: avoid race during socket reconnect between send...
2022-02-07 Shyam Prasad Ncifs: maintain a state machine for tcp/smb/tcon sessions
2022-02-07 Enzo Matsumiyacifs: fix hang on cifs_get_next_mid()
2022-02-07 Shyam Prasad Ncifs: take cifs_tcp_ses_lock for status checks
2022-02-07 Shyam Prasad Ncifs: reconnect only the connection and not smb session...
2022-02-07 Shyam Prasad Ncifs: add WARN_ON for when chan_count goes below minimum
2022-02-07 Shyam Prasad Ncifs: adjust DebugData to use chans_need_reconnect...
2022-02-07 Shyam Prasad Ncifs: use the chans_need_reconnect bitmap for reconnect...
2022-02-07 Shyam Prasad Ncifs: track individual channel status using chans_need_...
2022-02-07 Colin Ian Kingcifs: remove redundant assignment to pointer p
2022-02-07 Thiago Rafael... cifs: sanitize multiple delimiters in prepath
2022-02-07 Shyam Prasad Ncifs: ignore resource_id while getting fscache super...
2022-02-07 Paulo Alcantaracifs: fix ntlmssp auth when there is no key exchange
2022-02-07 Vincent Whitchurchcifs: Fix crash on unload of cifs_arc4.ko
2022-02-07 Shyam Prasad Ncifs: avoid use of dstaddr as key for fscache client...
2022-02-07 Shyam Prasad Ncifs: add server conn_id to fscache client cookie
2022-02-07 Shyam Prasad Ncifs: wait for tcon resource_id before getting fscache...
2022-02-07 Paulo Alcantaracifs: fix missed refcounting of ipc tcon
2022-02-07 Steve Frenchcifs: update internal version number
2022-02-07 Steve Frenchsmb2: clarify rc initialization in smb2_reconnect
2022-02-07 Shyam Prasad Ncifs: populate server_hostname for extra channels
2022-02-07 Shyam Prasad Ncifs: nosharesock should be set on new server
2022-02-07 Paulo Alcantaracifs: introduce cifs_ses_mark_for_reconnect() helper
2022-02-07 Steve Frenchcifs: protect srv_count with cifs_tcp_ses_lock
2022-02-07 Steve Frenchcifs: move debug print out of spinlock
2022-02-07 Shyam Prasad Ncifs: do not duplicate fscache cookie for secondary...
2022-02-07 Shyam Prasad Ncifs: connect individual channel servers to primary...
2022-02-07 Shyam Prasad Ncifs: protect session channel fields with chan_lock
2022-02-07 Shyam Prasad Ncifs: do not negotiate session if session already exists
2022-02-07 Steve Frenchsmb3: do not setup the fscache_super_cookie until fsinf...
2022-02-07 Paulo Alcantaracifs: fix potential use-after-free bugs
2022-02-07 Paulo Alcantaracifs: fix memory leak of smb3_fs_context_dup::server_ho...
2022-02-07 Steve Frenchsmb3: add additional null check in SMB311_posix_mkdir
2022-02-07 Steve Frenchcifs: release lock earlier in dequeue_mid error case
2022-02-07 Steve Frenchsmb3: add additional null check in SMB2_tcon
2022-02-07 Steve Frenchsmb3: add additional null check in SMB2_open
2022-02-07 Steve Frenchsmb3: add additional null check in SMB2_ioctl
2022-02-07 Steve Frenchsmb3: remove trivial dfs compile warning
2022-02-07 Paulo Alcantaracifs: support nested dfs links over reconnect
2022-02-07 Steve Frenchsmb3: do not error on fsync when readonly
2022-02-07 Shyam Prasad Ncifs: for compound requests, use open handle if possible
2022-02-07 Paulo Alcantaracifs: set a minimum of 120s for next dns resolution
2022-02-07 Paulo Alcantaracifs: split out dfs code from cifs_reconnect()
2022-02-07 Paulo Alcantaracifs: convert list_for_each to entry variant
2022-02-07 Paulo Alcantaracifs: introduce new helper for cifs_reconnect()
2022-02-07 Paulo Alcantaracifs: fix print of hdr_flags in dfscache_proc_show()
2022-02-07 Shyam Prasad Ncifs: send workstation name during ntlmssp session...
2022-02-07 Shyam Prasad Ncifs: nosharesock should not share socket with future...
2022-02-07 Steve Frenchsmb3: add dynamic trace points for socket connection
2022-02-07 Ronnie Sahlbergcifs: Move SMB2_Create definitions to the shared area
2022-02-07 Ronnie Sahlbergcifs: Move more definitions into the shared area
2022-02-07 Ronnie Sahlbergcifs: move NEGOTIATE_PROTOCOL definitions out into...
2022-02-07 Ronnie Sahlbergcifs: Create a new shared file holding smb2 pdu definitions
2022-02-07 Steve Frenchcifs: add mount parameter tcpnodelay
2022-02-07 Shyam Prasad Ncifs: To match file servers, make sure the server hostn...
2021-10-31 Linus TorvaldsLinux 5.15 v5.15
2021-10-31 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.15-2021-10-31' of...
2021-10-31 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2021-10-31 Kan Liangperf script: Fix PERF_SAMPLE_WEIGHT_STRUCT support
2021-10-31 Jiri Olsaperf callchain: Fix compilation on powerpc with gcc11+
2021-10-31 Song Liuperf script: Check session->header.env.arch before...
2021-10-31 Adrian Hunterperf build: Suppress 'rm dlfilter' build message
2021-10-30 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
next