aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-13Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds19-445/+528
2022-08-12cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg5-12/+25
2022-08-11cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg6-97/+121
2022-08-11SMB3: fix lease break timeout when multiple deferred close handles for the same file.Bharath SM1-19/+1
2022-08-11smb3: allow deferred close timeout to be configurableSteve French5-2/+22
2022-08-11cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dirRonnie Sahlberg2-3/+3
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg15-351/+411
2022-08-10cifs: Remove {cifs,nfs}_fscache_release_page()David Howells1-16/+0
2022-08-10cifs: fix lock length calculationPaulo Alcantara2-5/+5
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-7/+4
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2-6/+3
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro1-1/+1
2022-08-05cifs: update internal module numberSteve French1-2/+2
2022-08-05cifs: alloc_mid function should be marked as staticSteve French2-4/+1
2022-08-05cifs: remove "cifs_" prefix from init/destroy mids functionsEnzo Matsumiya1-7/+5
2022-08-05cifs: remove useless DeleteMidQEntry()Enzo Matsumiya7-49/+43
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French13-463/+582
2022-08-01cifs: trivial style fixupSteve French1-0/+1
2022-08-01cifs: fix wrong unlock before return from cifs_tree_connect()Yang Yingliang1-1/+1
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N13-243/+336
2022-08-01cifs: remove remaining build warningsSteve French2-11/+30
2022-08-01cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya5-67/+22
2022-08-01smb2: small refactor in smb2_check_message()Enzo Matsumiya2-26/+34
2022-08-01cifs: Fix memory leak when using fscacheMatthew Wilcox (Oracle)1-4/+4
2022-08-01cifs: remove minor build warningSteve French2-2/+4
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French7-27/+34
2022-08-01cifs: remove unnecessary (void*) conversions.Yu Zhe1-1/+1
2022-08-01cifs: remove unnecessary type castingsYu Zhe5-6/+6
2022-08-01cifs: remove redundant initialization to variable mnt_sign_enabledColin Ian King1-1/+1
2022-08-01smb3: check xattr value length earlierSteve French1-2/+3
2022-07-13smb3: workaround negprot bug in some Samba serversSteve French1-6/+7
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N1-2/+0
2022-07-12cifs: fix race condition with delayed threadsShyam Prasad N1-2/+9
2022-06-24cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara1-1/+7
2022-06-24cifs: avoid deadlocks while updating ifaceShyam Prasad N2-15/+33
2022-06-22cifs: periodically query network interfaces from serverShyam Prasad N4-1/+35
2022-06-22cifs: during reconnect, update interface if necessaryShyam Prasad N3-0/+88
2022-06-22cifs: change iface_list from array to sorted linked listShyam Prasad N6-129/+201
2022-06-22smb3: use netname when available on secondary channelsShyam Prasad N1-2/+9
2022-06-20smb3: fix empty netname context on secondary channelsSteve French1-6/+8
2022-06-18cifs: when a channel is not found for server, log its connection idShyam Prasad N1-0/+3
2022-06-16smb3: add trace point for SMB2_set_eofSteve French2-0/+40
2022-06-12Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-14/+29
2022-06-10cifs: populate empty hostnames for extra channelsShyam Prasad N2-1/+8
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds1-1/+1
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells8-32/+28
2022-06-06cifs: return errors during session setup during reconnectsShyam Prasad N1-0/+3
2022-06-06cifs: fix reconnect on smb3 mount typesPaulo Alcantara3-13/+18
2022-06-04cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareSteve French1-1/+2
2022-06-03cifs: skip trailing separators of prefix pathsPaulo Alcantara1-36/+49