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