summaryrefslogtreecommitdiffstats
path: root/fs/cifs/dfs_cache.c
AgeCommit message (Expand)Author
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg
2020-12-13cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg
2020-12-13cifs: switch to new mount apiRonnie Sahlberg
2020-12-13cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-02cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnectPaulo Alcantara
2020-08-02cifs: reduce number of referral requests in DFS link lookupsPaulo Alcantara
2020-06-01cifs: Standardize logging outputJoe Perches
2020-03-22cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-26cifs: use PTR_ERR_OR_ZERO() to simplify codeChen Zhou
2020-01-26cifs: fix unitialized variable poential problem with network I/O cache lock p...Steve French
2020-01-26cifs: Fix return value in __update_cache_entryYueHaibing
2020-01-26cifs: Avoid doing network I/O while holding cache lockPaulo Alcantara (SUSE)
2020-01-26cifs: Fix potential deadlock when updating vol in cifs_reconnect()Paulo Alcantara (SUSE)
2020-01-26cifs: Merge is_path_valid() into get_normalized_path()Paulo Alcantara (SUSE)
2020-01-26cifs: Introduce helpers for finding TCP connectionPaulo Alcantara (SUSE)
2020-01-26cifs: Get rid of kstrdup_const()'d pathsPaulo Alcantara (SUSE)
2020-01-26cifs: Clean up DFS referral cachePaulo Alcantara (SUSE)
2019-11-25cifs: 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