sfrench/cifs-2.6.git
2023-04-11 Yang Yingliangcifs: fix wrong unlock before return from cifs_tree_con... 5.15-backport-4-7-23
2023-04-11 Shyam Prasad Ncifs: avoid use of global locks for high contention...
2023-04-11 Steve Frenchcifs: remove remaining build warnings
2023-04-11 Enzo Matsumiyacifs: list_for_each() -> list_for_each_entry()
2023-04-11 Enzo Matsumiyasmb2: small refactor in smb2_check_message()
2022-07-21 Steve Frenchcifs: remove minor build warning 5.15-backport
2022-07-21 Steve Frenchcifs: remove some camelCase and also some static build...
2022-07-21 Yu Zhecifs: remove unnecessary (void*) conversions.
2022-07-21 Yu Zhecifs: remove unnecessary type castings
2022-07-21 Colin Ian Kingcifs: remove redundant initialization to variable mnt_s...
2022-07-21 Steve Frenchsmb3: check xattr value length earlier
2022-07-21 Steve Frenchsmb3: workaround negprot bug in some Samba servers
2022-07-21 Shyam Prasad Ncifs: remove unnecessary locking of chan_lock while...
2022-07-21 Shyam Prasad Ncifs: fix race condition with delayed threads
2022-07-21 Paulo Alcantaracifs: update cifs_ses::ip_addr after failover
2022-07-21 Shyam Prasad Ncifs: avoid deadlocks while updating iface
2022-07-21 Shyam Prasad Ncifs: periodically query network interfaces from server
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 Nsmb3: use netname when available on secondary channels
2022-07-21 Steve Frenchsmb3: fix empty netname context on secondary channels
2022-07-21 Shyam Prasad Ncifs: when a channel is not found for server, log its...
2022-07-21 Steve Frenchsmb3: add trace point for SMB2_set_eof
2022-07-21 Shyam Prasad Ncifs: populate empty hostnames for extra channels
2022-07-21 Shyam Prasad Ncifs: return errors during session setup during reconnects
2022-07-21 Paulo Alcantaracifs: fix reconnect on smb3 mount types
2022-07-21 Steve Frenchcifs: fix uninitialized pointer in error case in dfs_ca...
2022-07-21 Paulo Alcantaracifs: skip trailing separators of prefix paths
2022-07-21 Steve Frenchcifs: update internal module number
2022-07-21 Steve Frenchcifs: version operations for smb20 unneeded when legacy...
2022-07-21 Steve Frenchcifs: do not build smb1ops if legacy support is disabled
2022-07-21 Vincent Whitchurchcifs: fix potential deadlock in direct reclaim
2022-07-21 Ronnie Sahlbergcifs: when extending a file with falloc we should make...
2022-07-21 Enzo Matsumiyacifs: remove repeated debug message on cifs_put_smb_ses()
2022-07-21 Ronnie Sahlbergcifs: fix potential double free during failed mount
2022-07-21 Steve Frenchsmb3: remove unneeded null check in cifs_readdir
2022-07-21 Paulo Alcantaracifs: fix ntlmssp on old servers
2022-07-21 Ronnie Sahlbergcifs: cache the dirents for entries in a cached directory
2022-07-21 Shyam Prasad Ncifs: avoid parallel session setups on same channel
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: add mount parm nosparse
2022-07-21 Steve Frenchsmb3: don't set rc when used and unneeded in query_info...
2022-07-21 Steve Frenchsmb3: check for null tcon
2022-07-21 Steve Frenchcifs: fix minor compile warning
2022-07-21 Steve FrenchAdd various fsctl structs
2022-07-21 Steve FrenchAdd defines for various newer FSCTLs
2022-07-21 Steve Frenchsmb3: add trace point for oplock not found
2022-07-21 ChenXiaoSongcifs: return the more nuanced writeback error on close()
2022-07-21 Steve Frenchsmb3: add trace point for lease not found issue
2022-07-21 Julia Lawallcifs: smbd: fix typo in comment
2022-07-21 Ronnie Sahlbergcifs: set the CREATE_NOT_FILE when opening the director...
2022-07-21 Ronnie Sahlbergcifs: check for smb1 in open_cached_dir()
2022-07-21 Ronnie Sahlbergcifs: move definition of cifs_fattr earlier in cifsglob.h
2022-07-21 Enzo Matsumiyacifs: print TIDs as hex
2022-07-21 Enzo Matsumiyacifs: return ENOENT for DFS lookup_cache_entry()
2022-07-21 Enzo Matsumiyacifs: don't call cifs_dfs_query_info_nonascii_quirk...
2022-07-21 Paulo Alcantaracifs: fix signed integer overflow when fl_end is OFFSET_MAX
2022-07-21 Steve FrenchSMB3: EBADF/EIO errors in rename/open caused by race...
2022-07-21 Ronnie Sahlbergcifs: destage any unwritten data to the server before...
2022-07-21 Paulo Alcantaracifs: use correct lock type in cifs_reconnect()
2022-07-21 Paulo Alcantaracifs: fix NULL ptr dereference in refresh_mounts()
2022-07-21 Haowen Baicifs: Use kzalloc instead of kmalloc/memset
2022-07-21 Ronnie Sahlbergcifs: verify that tcon is valid before dereference...
2022-07-21 Harshit Mogalapallicifs: potential buffer overflow in handling symlinks
2022-07-21 David Howellscifs: Split the smb3_add_credits tracepoint
2022-07-21 Shyam Prasad Ncifs: release cached dentries only if mount is complete
2022-07-21 David Howellscifs: Check the IOCB_DIRECT flag, not O_DIRECT
2022-07-21 Steve Frenchcifs: update internal module number
2022-07-21 Paulo Alcantaracifs: force new session setup and tcon for dfs
2022-07-21 Jakob Koschelcifs: remove check of list iterator against head past...
2022-07-21 Paulo Alcantaracifs: fix potential race with cifsd thread
2022-07-21 Paulo Alcantaracifs: fix NULL ptr dereference in smb2_ioctl_query_info()
2022-07-21 Paulo Alcantaracifs: prevent bad output lengths in smb2_ioctl_query_info()
2022-07-21 Steve Frenchsmb3: fix ksmbd bigendian bug in oplock break, and...
2022-07-21 Steve Frenchsmb3: cleanup and clarify status of tree connections
2022-07-21 Steve Frenchsmb3: move defines for query info and query fsinfo...
2022-07-21 Steve Frenchsmb3: move defines for ioctl protocol header and SMB2...
2022-07-21 Steve Frenchmove more common protocol header definitions to smbfs_c...
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 Ronnie Sahlbergcifs: change smb2_query_info_compound to use a cached...
2022-07-21 Ronnie Sahlbergcifs: convert the path to utf16 in smb2_query_info_compound
2022-07-21 Paulo Alcantaracifs: do not skip link targets when an I/O fails
2022-07-21 Shyam Prasad Ncifs: use a different reconnect helper for non-cifsd...
2022-07-21 Ronnie Sahlbergcifs: we do not need a spinlock around the tree access...
2022-07-21 Steve FrenchAdjust cifssb maximum read size
2022-07-21 Ronnie Sahlbergcifs: truncate the inode and mapping when we simulate...
2022-07-21 Ronnie Sahlbergcifs: fix handlecache and multiuser
2022-07-21 Steve Frenchsmb3: fix incorrect session setup check for multiuser...
2022-07-21 Gustavo A.... treewide: Replace zero-length arrays with flexible...
2022-07-21 Steve Frenchcifs: fix confusing unneeded warning message on smb2...
2022-07-21 Ronnie Sahlbergcifs: modefromsids must add an ACE for authenticated...
2022-07-21 Ronnie Sahlbergcifs: fix double free race when mount fails in cifs_get...
2022-07-21 Ronnie Sahlbergcifs: do not use uninitialized data in the owner/group sid
2022-07-21 Amir Goldsteincifs: fix set of group SID via NTSD xattrs
2022-07-21 Steve Frenchsmb3: fix snapshot mount option
2022-07-21 Shyam Prasad Ncifs: mark sessions for reconnection in helper function
2022-07-21 Shyam Prasad Ncifs: call helper functions for marking channels for...
2022-07-21 Shyam Prasad Ncifs: call cifs_reconnect when a connection is marked
next