summaryrefslogtreecommitdiff
path: root/fs/cifs/dfs_cache.h
Commit message (Expand)AuthorAgeFilesLines
* cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara2023-05-031-0/+9
* cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara2023-03-141-2/+0
* cifs: remove unused functionPaulo Alcantara2023-01-181-3/+0
* cifs: don't block in dfs_cache_noreq_update_tgthint()Paulo Alcantara2022-12-191-1/+1
* cifs: support share failover when remountingPaulo Alcantara2021-07-221-0/+3
* cifs: handle different charsets in dfs cachePaulo Alcantara2021-06-201-21/+16
* cifs: keep referral server sessions alivePaulo Alcantara2021-06-201-5/+3
* cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg2020-12-131-1/+1
* cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara2020-08-021-4/+3
* cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)2020-03-221-0/+4
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-1/+1
* cifs: Fix DFS cache refresher for DFS linksPaulo Alcantara (SUSE)2019-05-071-2/+3
* cifs: Add DFS cache routinesPaulo Alcantara2018-12-281-0/+97