aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/dfs_cache.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-01cifs: Standardize logging outputGravatar Joe Perches 1-7/+7
2020-03-22cifs: handle prefix paths in reconnectGravatar Paulo Alcantara (SUSE) 1-0/+38
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-6/+7
2020-01-26cifs: use PTR_ERR_OR_ZERO() to simplify codeGravatar Chen Zhou 1-1/+1
2020-01-26cifs: fix unitialized variable poential problem with network I/O cache lock p...Gravatar Steve French 1-1/+1
2020-01-26cifs: Fix return value in __update_cache_entryGravatar YueHaibing 1-1/+1
2020-01-26cifs: Avoid doing network I/O while holding cache lockGravatar Paulo Alcantara (SUSE) 1-264/+283
2020-01-26cifs: Fix potential deadlock when updating vol in cifs_reconnect()Gravatar Paulo Alcantara (SUSE) 1-32/+77
2020-01-26cifs: Merge is_path_valid() into get_normalized_path()Gravatar Paulo Alcantara (SUSE) 1-17/+4
2020-01-26cifs: Introduce helpers for finding TCP connectionGravatar Paulo Alcantara (SUSE) 1-13/+31
2020-01-26cifs: Get rid of kstrdup_const()'d pathsGravatar Paulo Alcantara (SUSE) 1-3/+3
2020-01-26cifs: Clean up DFS referral cacheGravatar Paulo Alcantara (SUSE) 1-286/+279
2019-11-25cifs: Fix lookup of root ses in DFS referral cacheGravatar Paulo Alcantara (SUSE) 1-2/+1
2019-07-07fs: cifs: Drop unlikely before IS_ERR(_OR_NULL)Gravatar Kefeng Wang 1-1/+1
2019-05-28dfs_cache: fix a wrong use of kfree in flush_cache_ent()Gravatar Gen Zhang 1-2/+2
2019-05-07cifs: Fix DFS cache refresher for DFS linksGravatar Paulo Alcantara (SUSE) 1-15/+125
2019-01-10cifs: Fix a tiny potential memory leakGravatar Dan Carpenter 1-0/+1
2018-12-28cifs: Use kzfree() to free passwordGravatar Dan Carpenter 1-1/+1
2018-12-28cifs: Fix to use kmem_cache_free() instead of kfree()Gravatar Wei Yongjun 1-2/+2
2018-12-28cifs: update for current_kernel_time64() removalGravatar Stephen Rothwell 1-2/+4
2018-12-28cifs: Add DFS cache routinesGravatar Paulo Alcantara 1-0/+1365