sfrench/cifs-2.6.git
2023-07-25 Steve FrenchAdd a zip file with all patches in the July 24th 2023... 5.15-backport-7-19-23
2023-07-25 Steve FrenchAdd full backport list of commits
2023-07-25 Steve Frenchcifs: update internal module version number for cifs.ko
2023-07-20 Steve Frenchcifs: fix mid leak during reconnection after timeout...
2023-07-20 Steve Frenchsmb: client: fix missed ses refcounting
2023-07-20 Steve Frenchsmb: client: Fix -Wstringop-overflow issues
2023-07-20 Steve Frenchcifs: if deferred close is disabled then close files...
2023-07-20 Steve Frenchsmb: client: remove redundant pointer 'server'
2023-07-20 Steve Frenchcifs: fix session state transition to avoid use-after...
2023-07-20 Steve Frenchcifs: new dynamic tracepoint to track ses not found...
2023-07-20 Steve Frenchcifs: log session id when a matching ses is not found
2023-07-20 Steve Frenchsmb: client: improve DFS mount check
2023-07-20 Steve Frenchsmb: client: fix shared DFS root mounts with different...
2023-07-20 Steve Frenchsmb: client: fix parsing of source mount option
2023-07-20 Steve Frenchsmb: client: fix broken file attrs with nodfs mounts
2023-07-20 Steve Frenchcifs: print client_guid in DebugData
2023-07-20 Steve Frenchcifs: fix session state check in smb2_find_smb_ses
2023-07-20 Steve Frenchcifs: fix session state check in reconnect to avoid
2023-07-19 Steve Frenchcifs: do all necessary checks for credits within or...
2023-07-19 Steve Frenchcifs: prevent use-after-free by freeing the cfile later
2023-07-19 Steve Frenchsmb: client: fix warning in generic_ip_connect()
2023-07-19 Steve Frenchsmb: client: fix warning in CIFSFindNext()
2023-07-19 Steve Frenchsmb: client: fix warning in CIFSFindFirst()
2023-07-19 Steve Frenchsmb3: do not reserve too many oplock credits
2023-07-19 Steve Frenchcifs: print more detail when invalidate_inode_mapping...
2023-07-19 Steve Frenchsmb: client: fix warning in cifs_smb3_do_mount()
2023-07-19 Steve Frenchsmb: client: fix warning in cifs_match_super()
2023-07-19 Steve Frenchcifs: print nosharesock value while dumping mount options
2023-07-19 Steve FrenchSMB3: Do not send lease break acknowledgment if all
2023-06-16 Steve Frenchcifs: add a warning when the in-flight count goes negative 5.15-backport-6-15-23
2023-06-16 Steve Frenchcifs: fix lease break oops in xfstest generic/098
2023-06-16 Steve Frenchcifs: fix max_credits implementation
2023-06-16 Steve Frenchcifs: fix sockaddr comparison in iface_cmp
2023-06-16 Steve Frenchsmb/client: print "Unknown" instead of bogus link speed...
2023-06-16 Steve Frenchcifs: print all credit counters in DebugData
2023-06-16 Steve Frenchcifs: fix status checks in cifs_tree_connect
2023-06-16 Steve Frenchsmb: remove obsolete comment
2023-06-01 Steve Frenchcifs: address unused variable warning 5.15-backport-5-30-23
2023-06-01 Steve Frenchsmb: delete an unnecessary statement
2023-06-01 Steve Frenchsmb3: missing null check in SMB2_change_notify
2023-06-01 Steve Frenchcifs: mapchars mount option ignored
2023-06-01 Steve Frenchsmb3: display debug information better for encryption
2023-06-01 Paulo Alcantaracifs: fix smb1 mount regression
2023-06-01 Bharath SMSMB3: drop reference to cfile before sending oplock...
2023-06-01 Bharath SMSMB3: Close all deferred handles of inode in case of...
2023-06-01 Steve Frenchcifs: release leases for deferred close handles when...
2023-06-01 Steve Frenchsmb3: fix problem remounting a share after shutdown
2023-06-01 Steve FrenchSMB3: force unmount was failing to close deferred close...
2023-06-01 Steve Frenchsmb3: improve parallel reads of large files
2023-06-01 Steve Frenchdo not reuse connection if share marked as isolated
2023-06-01 Pawel Witekcifs: fix pcchunk length type in smb2_copychunk_range
2023-06-01 Paulo Alcantaracifs: fix sharing of DFS connections
2023-06-01 Paulo Alcantaracifs: avoid potential races when handling multiple...
2023-06-01 Paulo Alcantaracifs: protect access of TCP_Server_Info::{origin,leaf...
2023-06-01 Paulo Alcantaracifs: fix potential race when tree connecting ipc
2023-06-01 Paulo Alcantaracifs: fix potential use-after-free bugs in TCP_Server_I...
2023-06-01 Paulo Alcantaracifs: print smb3_fs_context::source when mounting
2023-06-01 Paulo Alcantaracifs: protect session status check in smb2_reconnect()
2023-06-01 Steve FrenchSMB3.1.1: correct definition for app_instance_id create...
2023-06-01 Steve Frenchcifs: update internal module version number for cifs.ko
2023-06-01 Steve Frenchsmb3: move some common open context structs to smbfs_common
2023-06-01 Steve Frenchsmb3: make query_on_disk_id open context consistent...
2023-06-01 Steve FrenchSMB3.1.1: add new tree connect ShareFlags
2023-06-01 Steve Frenchcifs: missing lock when updating session status
2023-06-01 Bharath SMSMB3: Close deferred file handles in case of handle...
2023-06-01 Bharath SMSMB3: Add missing locks to protect deferred close file...
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 Paulo Alcantaracifs: avoid dup prefix path in dfs_get_automount_devname()
2023-06-01 David Disseldorpcifs: fix negotiate context parsing
2023-06-01 Dan Carpentercifs: double lock in cifs_reconnect_tcon()
2023-06-01 Thiago Rafael... cifs: sanitize paths in cifs_update_super_prepath.
2023-06-01 Paulo Alcantaracifs: get rid of dead check in smb2_reconnect()
2023-06-01 Paulo Alcantaracifs: prevent infinite recursion in CIFSGetDFSRefer()
2023-06-01 Paulo Alcantaracifs: avoid races in parallel reconnects in smb1
2023-06-01 David Disseldorpcifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL
2023-06-01 Steve Frenchsmb3: fix unusable share after force unmount failure
2023-06-01 Paulo Alcantaracifs: fix dentry lookups in directory handle cache
2023-06-01 Steve Frenchsmb3: lower default deferred close timeout to address...
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 Shyam Prasad Ncifs: print session id while listing open files
2023-06-01 Shyam Prasad Ncifs: dump pending mids for all channels in DebugData
2023-06-01 Shyam Prasad Ncifs: empty interface list when server doesn't support...
2023-06-01 Shyam Prasad Ncifs: do not poll server interfaces too regularly
2023-06-01 Shyam Prasad Ncifs: lock chan_lock outside match_session
2023-06-01 Shyam Prasad Ncifs: check only tcon status on tcon related functions
2023-06-01 Paulo Alcantaracifs: use DFS root session instead of tcon ses
2023-06-01 Paulo Alcantaracifs: return DFS root session id in DebugData
2023-06-01 Paulo Alcantaracifs: fix use-after-free bug in refresh_cache_worker()
2023-06-01 Paulo Alcantaracifs: set DFS root session in cifs_get_smb_ses()
2023-06-01 Shyam Prasad Ncifs: generate signkey for the channel that's reconnecting
2023-06-01 Volker Lendeckecifs: Fix smb2_set_path_size()
2023-06-01 Zhang Xiaoxucifs: Move the in_send statistic to __smb_send_rqst()
2023-06-01 Paulo Alcantaracifs: prevent data race in cifs_reconnect_tcon()
2023-06-01 Paulo Alcantaracifs: improve checking of DFS links over STATUS_OBJECT_...
2023-06-01 Shyam Prasad Ncifs: reuse cifs_match_ipaddr for comparison of dstaddr too
next