aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/dfs_cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-10cifs: Fix a tiny potential memory leakDan Carpenter1-0/+1
2018-12-28cifs: Use kzfree() to free passwordDan Carpenter1-1/+1
2018-12-28cifs: Fix to use kmem_cache_free() instead of kfree()Wei Yongjun1-2/+2
2018-12-28cifs: update for current_kernel_time64() removalStephen Rothwell1-2/+4
2018-12-28cifs: Add DFS cache routinesPaulo Alcantara1-0/+1365