Message ID | 20191204203803.2316-1-pc@cjr.nz (mailing list archive) |
---|---|
Headers | show |
Series | DFS fixes | expand |
tentatively merged into cifs-2.6.git for-next pending more testing (buildbot) and review of patches 5 and 6 in the series On Wed, Dec 4, 2019 at 2:38 PM Paulo Alcantara (SUSE) <pc@cjr.nz> wrote: > > Hi, > > Follow v4 of DFS fixes and cleanups. > > Add kref to vol_info structure and avoid potential races in cache_ttl > (Aurelien). > > Paulo Alcantara (SUSE) (6): > cifs: Clean up DFS referral cache > cifs: Get rid of kstrdup_const()'d paths > cifs: Introduce helpers for finding TCP connection > cifs: Merge is_path_valid() into get_normalized_path() > cifs: Fix potential deadlock when updating vol in cifs_reconnect() > cifs: Avoid doing network I/O while holding cache lock > > fs/cifs/dfs_cache.c | 1110 +++++++++++++++++++++++-------------------- > 1 file changed, 586 insertions(+), 524 deletions(-) > > -- > 2.24.0 >