summaryrefslogtreecommitdiffstats
path: root/fs/cifs/dfs_cache.c
Commit message (Expand)AuthorAgeFilesLines
* fs: cifs: Drop unlikely before IS_ERR(_OR_NULL)Kefeng Wang2019-07-081-1/+1
* dfs_cache: fix a wrong use of kfree in flush_cache_ent()Gen Zhang2019-05-291-2/+2
* cifs: Fix DFS cache refresher for DFS linksPaulo Alcantara (SUSE)2019-05-081-15/+125
* cifs: Fix a tiny potential memory leakDan Carpenter2019-01-101-0/+1
* cifs: Use kzfree() to free passwordDan Carpenter2018-12-281-1/+1
* cifs: Fix to use kmem_cache_free() instead of kfree()Wei Yongjun2018-12-281-2/+2
* cifs: update for current_kernel_time64() removalStephen Rothwell2018-12-281-2/+4
* cifs: Add DFS cache routinesPaulo Alcantara2018-12-281-0/+1365