Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2022-08-14Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds
2022-08-13cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg
2022-08-12cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg
2022-08-12SMB3: fix lease break timeout when multiple deferred close handles for the sa...Bharath SM
2022-08-12smb3: allow deferred close timeout to be configurableSteve French
2022-08-12cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dirRonnie Sahlberg
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg
2022-08-11cifs: Remove {cifs,nfs}_fscache_release_page()David Howells
2022-08-11cifs: fix lock length calculationPaulo Alcantara
2022-08-09Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-09iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-09new iov_iter flavour - ITER_UBUFAl Viro
2022-08-05cifs: update internal module numberSteve French
2022-08-05cifs: alloc_mid function should be marked as staticSteve French
2022-08-05cifs: remove "cifs_" prefix from init/destroy mids functionsEnzo Matsumiya
2022-08-05cifs: remove useless DeleteMidQEntry()Enzo Matsumiya
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French
2022-08-01cifs: trivial style fixupSteve French
2022-08-01cifs: fix wrong unlock before return from cifs_tree_connect()Yang Yingliang
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N
2022-08-01cifs: remove remaining build warningsSteve French
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya
2022-08-01smb2: small refactor in smb2_check_message()Enzo Matsumiya
2022-08-01cifs: Fix memory leak when using fscacheMatthew Wilcox (Oracle)
2022-08-01cifs: remove minor build warningSteve French
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French
2022-08-01cifs: remove unnecessary (void*) conversions.Yu Zhe
2022-08-01cifs: remove unnecessary type castingsYu Zhe
2022-08-01cifs: remove redundant initialization to variable mnt_sign_enabledColin Ian King
2022-08-01smb3: check xattr value length earlierSteve French
2022-07-14smb3: workaround negprot bug in some Samba serversSteve French
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N
2022-07-12cifs: fix race condition with delayed threadsShyam Prasad N
2022-06-24cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara
2022-06-24cifs: avoid deadlocks while updating ifaceShyam Prasad N
2022-06-23cifs: periodically query network interfaces from serverShyam Prasad N
2022-06-23cifs: during reconnect, update interface if necessaryShyam Prasad N
2022-06-23cifs: change iface_list from array to sorted linked listShyam Prasad N
2022-06-23smb3: use netname when available on secondary channelsShyam Prasad N
2022-06-21smb3: fix empty netname context on secondary channelsSteve French
2022-06-18cifs: when a channel is not found for server, log its connection idShyam Prasad N
2022-06-17smb3: add trace point for SMB2_set_eofSteve French
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-06-11cifs: populate empty hostnames for extra channelsShyam Prasad N
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-06-07cifs: return errors during session setup during reconnectsShyam Prasad N
2022-06-06cifs: fix reconnect on smb3 mount typesPaulo Alcantara
2022-06-04cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareSteve French
2022-06-03cifs: skip trailing separators of prefix pathsPaulo Alcantara