summaryrefslogtreecommitdiffstats
path: root/fs/cifs/dfs_cache.c
AgeCommit message (Expand)Author
2020-02-24cifs: fix unitialized variable poential problem with network I/O cache lock p...Steve French
2020-01-09cifs: Fix lookup of root ses in DFS referral cachePaulo Alcantara (SUSE)
2019-07-07fs: cifs: Drop unlikely before IS_ERR(_OR_NULL)Kefeng Wang
2019-05-28dfs_cache: fix a wrong use of kfree in flush_cache_ent()Gen Zhang
2019-05-07cifs: Fix DFS cache refresher for DFS linksPaulo Alcantara (SUSE)
2019-01-10cifs: Fix a tiny potential memory leakDan Carpenter
2018-12-28cifs: Use kzfree() to free passwordDan Carpenter
2018-12-28cifs: Fix to use kmem_cache_free() instead of kfree()Wei Yongjun
2018-12-28cifs: update for current_kernel_time64() removalStephen Rothwell
2018-12-28cifs: Add DFS cache routinesPaulo Alcantara