mbox series

[v4,0/6] DFS fixes

Message ID 20191204203803.2316-1-pc@cjr.nz
Headers show
Series DFS fixes | expand

Message

Paulo Alcantara Dec. 4, 2019, 8:37 p.m. UTC
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(-)

Comments

Steve French Jan. 15, 2020, 9:08 p.m. UTC | #1
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
>