summaryrefslogtreecommitdiffstats
path: root/fs/cifs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds2022-08-1319-445/+528
|\
| * cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg2022-08-125-12/+25
| * cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg2022-08-116-97/+121
| * SMB3: fix lease break timeout when multiple deferred close handles for the sa...Bharath SM2022-08-111-19/+1
| * smb3: allow deferred close timeout to be configurableSteve French2022-08-115-2/+22
| * cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dirRonnie Sahlberg2022-08-112-3/+3
| * cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-1115-351/+411
| * cifs: Remove {cifs,nfs}_fscache_release_page()David Howells2022-08-101-16/+0
| * cifs: fix lock length calculationPaulo Alcantara2022-08-102-5/+5
* | Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-082-7/+4
|\ \ | |/ |/|
| * iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-082-6/+3
| * new iov_iter flavour - ITER_UBUFAl Viro2022-08-081-1/+1
* | cifs: update internal module numberSteve French2022-08-051-2/+2
* | cifs: alloc_mid function should be marked as staticSteve French2022-08-052-4/+1
* | cifs: remove "cifs_" prefix from init/destroy mids functionsEnzo Matsumiya2022-08-051-7/+5
* | cifs: remove useless DeleteMidQEntry()Enzo Matsumiya2022-08-057-49/+43
* | cifs: when insecure legacy is disabled shrink amount of SMB1 codeSteve French2022-08-0513-463/+582
* | cifs: trivial style fixupSteve French2022-08-011-0/+1
* | cifs: fix wrong unlock before return from cifs_tree_connect()Yang Yingliang2022-08-011-1/+1
* | cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-0113-243/+336
* | cifs: remove remaining build warningsSteve French2022-08-012-11/+30
* | cifs: list_for_each() -> list_for_each_entry()Enzo Matsumiya2022-08-015-67/+22
* | smb2: small refactor in smb2_check_message()Enzo Matsumiya2022-08-012-26/+34
* | cifs: Fix memory leak when using fscacheMatthew Wilcox (Oracle)2022-08-011-4/+4
* | cifs: remove minor build warningSteve French2022-08-012-2/+4
* | cifs: remove some camelCase and also some static build warningsSteve French2022-08-017-27/+34
* | cifs: remove unnecessary (void*) conversions.Yu Zhe2022-08-011-1/+1
* | cifs: remove unnecessary type castingsYu Zhe2022-08-015-6/+6
* | cifs: remove redundant initialization to variable mnt_sign_enabledColin Ian King2022-08-011-1/+1
* | smb3: check xattr value length earlierSteve French2022-08-011-2/+3
|/
* smb3: workaround negprot bug in some Samba serversSteve French2022-07-131-6/+7
* cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N2022-07-121-2/+0
* cifs: fix race condition with delayed threadsShyam Prasad N2022-07-121-2/+9
* cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara2022-06-241-1/+7
* cifs: avoid deadlocks while updating ifaceShyam Prasad N2022-06-242-15/+33
* cifs: periodically query network interfaces from serverShyam Prasad N2022-06-224-1/+35
* cifs: during reconnect, update interface if necessaryShyam Prasad N2022-06-223-0/+88
* cifs: change iface_list from array to sorted linked listShyam Prasad N2022-06-226-129/+201
* smb3: use netname when available on secondary channelsShyam Prasad N2022-06-221-2/+9
* smb3: fix empty netname context on secondary channelsSteve French2022-06-201-6/+8
* cifs: when a channel is not found for server, log its connection idShyam Prasad N2022-06-181-0/+3
* smb3: add trace point for SMB2_set_eofSteve French2022-06-162-0/+40
* Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-06-126-14/+29
|\
| * cifs: populate empty hostnames for extra channelsShyam Prasad N2022-06-102-1/+8
| * cifs: return errors during session setup during reconnectsShyam Prasad N2022-06-061-0/+3
| * cifs: fix reconnect on smb3 mount typesPaulo Alcantara2022-06-063-13/+18
* | netfs: Further cleanups after struct netfs_inode wrapper introducedLinus Torvalds2022-06-101-1/+1
* | netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-098-32/+28
|/
* cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareSteve French2022-06-041-1/+2
* cifs: skip trailing separators of prefix pathsPaulo Alcantara2022-06-031-36/+49