sfrench/cifs-2.6.git
2022-04-26 Ronnie Sahlbergcifs: destage any unwritten data to the server before... tmp-5.15
2022-04-26 Paulo Alcantaracifs: use correct lock type in cifs_reconnect()
2022-04-26 Paulo Alcantaracifs: fix NULL ptr dereference in refresh_mounts()
2022-04-26 Haowen Baicifs: Use kzalloc instead of kmalloc/memset
2022-04-20 Ronnie Sahlbergcifs: verify that tcon is valid before dereference...
2022-04-20 Harshit Mogalapallicifs: potential buffer overflow in handling symlinks
2022-04-20 David Howellscifs: Split the smb3_add_credits tracepoint
2022-04-20 Shyam Prasad Ncifs: release cached dentries only if mount is complete
2022-04-20 David Howellscifs: Check the IOCB_DIRECT flag, not O_DIRECT
2022-04-20 Steve Frenchcifs: update internal module number
2022-04-20 Paulo Alcantaracifs: force new session setup and tcon for dfs
2022-04-20 Jakob Koschelcifs: remove check of list iterator against head past...
2022-04-20 Paulo Alcantaracifs: fix potential race with cifsd thread
2022-04-20 Matthew Wilcox... fs: Remove ->readpages address space operation
2022-04-20 Paulo Alcantaracifs: fix NULL ptr dereference in smb2_ioctl_query_info()
2022-04-20 Paulo Alcantaracifs: prevent bad output lengths in smb2_ioctl_query_info()
2022-04-20 Steve Frenchsmb3: fix ksmbd bigendian bug in oplock break, and...
2022-04-20 Steve Frenchsmb3: cleanup and clarify status of tree connections
2022-04-20 Steve Frenchsmb3: move defines for query info and query fsinfo...
2022-04-20 Steve Frenchsmb3: move defines for ioctl protocol header and SMB2...
2022-04-20 Steve Frenchmove more common protocol header definitions to smbfs_c...
2022-04-20 Xiaomeng Tongcifs: fix incorrect use of list iterator after the...
2022-04-20 Paulo Alcantaracifs: fix bad fids sent over wire
2022-04-20 Ronnie Sahlbergcifs: change smb2_query_info_compound to use a cached...
2022-04-20 Ronnie Sahlbergcifs: convert the path to utf16 in smb2_query_info_compound
2022-04-20 Paulo Alcantaracifs: do not skip link targets when an I/O fails
2022-04-20 Shyam Prasad Ncifs: use a different reconnect helper for non-cifsd...
2022-04-20 Ronnie Sahlbergcifs: we do not need a spinlock around the tree access...
2022-04-20 Steve FrenchAdjust cifssb maximum read size
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
next