summaryrefslogtreecommitdiffstats
path: root/fs/cifs/dfs_cache.c
Commit message (Expand)AuthorAgeFilesLines
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-1305/+0
* cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara2023-05-031-77/+60
* cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara2023-05-031-1/+5
* cifs: check only tcon status on tcon related functionsShyam Prasad N2023-03-171-1/+1
* cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara2023-03-141-140/+0
* cifs: remove unused functionPaulo Alcantara2023-01-181-60/+0
* cifs: fix return of uninitialized rc in dfs_cache_update_tgthint()Paulo Alcantara2023-01-181-3/+3
* cifs: handle cache lookup errors different than -ENOENTPaulo Alcantara2023-01-181-2/+9
* cifs: remove duplicate code in __refresh_tcon()Paulo Alcantara2023-01-181-38/+33
* cifs: don't take exclusive lock for updating target hintsPaulo Alcantara2023-01-181-27/+20
* cifs: avoid re-lookups in dfs_cache_find()Paulo Alcantara2023-01-181-24/+34
* cifs: fix potential deadlock in cache_refresh_path()Paulo Alcantara2023-01-181-19/+23
* cifs: remove redundant assignment to the variable matchColin Ian King2023-01-101-1/+0
* cifs: don't block in dfs_cache_noreq_update_tgthint()Paulo Alcantara2022-12-191-11/+7
* cifs: refresh root referralsPaulo Alcantara2022-12-191-18/+22
* cifs: fix refresh of cached referralsPaulo Alcantara2022-12-191-115/+25
* cifs: don't refresh cached referrals from unactive mountsPaulo Alcantara2022-12-191-72/+1
* cifs: share dfs connections and supersPaulo Alcantara2022-12-191-11/+3
* cifs: set resolved ip in sockaddrPaulo Alcantara2022-12-191-12/+5
* smb3: add dynamic trace points for tree disconnectSteve French2022-10-051-1/+1
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-1/+7
* 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
* cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-011-2/+2
* cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya2022-05-201-3/+3
* cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara2022-04-201-7/+12
* cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N2022-03-181-1/+1
* cifs: call helper functions for marking channels for reconnectShyam Prasad N2022-02-081-1/+1
* cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N2022-01-191-1/+1
* cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara2021-11-161-6/+1
* cifs: support nested dfs links over reconnectPaulo Alcantara2021-11-101-8/+36
* cifs: fix print of hdr_flags in dfscache_proc_show()Paulo Alcantara2021-11-091-1/+1
* cifs: support share failover when remountingPaulo Alcantara2021-07-221-38/+191
* cifs: fix check of dfs interlinksPaulo Alcantara2021-06-201-4/+3
* cifs: avoid starvation when refreshing dfs cachePaulo Alcantara2021-06-201-40/+105
* cifs: set a minimum of 2 minutes for refreshing dfs cachePaulo Alcantara2021-06-201-1/+2
* cifs: fix path comparison and hash calcPaulo Alcantara2021-06-201-76/+94
* cifs: handle different charsets in dfs cachePaulo Alcantara2021-06-201-88/+77
* cifs: keep referral server sessions alivePaulo Alcantara2021-06-201-427/+250
* cifs: get rid of @noreq param in __dfs_cache_find()Paulo Alcantara2021-06-201-14/+3
* cifs: Remove unused inline function is_sysvol_or_netlogon()YueHaibing2021-06-201-11/+0
* cifs: constify get_normalized_path() properlyAl Viro2021-04-251-12/+13
* cifs: don't cargo-cult strndup()Al Viro2021-04-251-9/+9
* cifs: introduce helper for finding referral server to improve DFS target reso...Paulo Alcantara2021-02-251-16/+17
* cifs: fix dfs domain referralsRonnie Sahlberg2021-01-281-3/+5
* cifs: check pointer before freeingTom Rix2021-01-131-1/+2
* cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg2020-12-141-2/+2
* cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg2020-12-131-4/+2
* cifs: switch to new mount apiRonnie Sahlberg2020-12-131-4/+4
* cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg2020-12-131-59/+1