Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [PATCH 00/17] cifs.ko fixes
@ 2023-08-17 15:33 Paulo Alcantara
  2023-08-17 15:33 ` [PATCH 01/17] smb: client: introduce DFS_CACHE_TGT_LIST() Paulo Alcantara
                   ` (17 more replies)
  0 siblings, 18 replies; 21+ messages in thread
From: Paulo Alcantara @ 2023-08-17 15:33 UTC (permalink / raw)
  To: smfrench; +Cc: linux-cifs, Paulo Alcantara

Hi Steve,

Follow patchset with DFS, reparse point and -Wframe-larger-than fixes
for v6.6.

Please review & test.

Paulo Alcantara (17):
  smb: client: introduce DFS_CACHE_TGT_LIST()
  smb: client: ensure to try all targets when finding nested links
  smb: client: move some params to cifs_open_info_data
  smb: client: make smb2_compound_op() return resp buffer on success
  smb: client: rename cifs_dfs_ref.c to namespace.c
  smb: client: get rid of dfs naming in automount code
  smb: client: get rid of dfs code dep in namespace.c
  smb: client: parse reparse point flag in create response
  smb: client: do not query reparse points twice on symlinks
  smb: client: query reparse points in older dialects
  smb: cilent: set reparse mount points as automounts
  smb: client: reduce stack usage in cifs_try_adding_channels()
  smb: client: reduce stack usage in cifs_demultiplex_thread()
  smb: client: reduce stack usage in smb_send_rqst()
  smb: client: reduce stack usage in smb2_set_ea()
  smb: client: reduce stack usage in smb2_query_info_compound()
  smb: client: reduce stack usage in smb2_query_reparse_point()

 fs/smb/client/Makefile                        |   5 +-
 fs/smb/client/cifsfs.c                        |   2 +-
 fs/smb/client/cifsfs.h                        |  11 +-
 fs/smb/client/cifsglob.h                      |  69 ++-
 fs/smb/client/cifsproto.h                     |   9 +-
 fs/smb/client/connect.c                       |   8 +-
 fs/smb/client/dfs.c                           | 291 +++++-----
 fs/smb/client/dfs.h                           | 141 +++--
 fs/smb/client/dfs_cache.c                     |  10 +-
 fs/smb/client/dfs_cache.h                     |  12 +-
 fs/smb/client/dir.c                           |   4 +-
 fs/smb/client/inode.c                         | 530 ++++++++++--------
 fs/smb/client/{cifs_dfs_ref.c => namespace.c} | 113 ++--
 fs/smb/client/readdir.c                       |  23 +-
 fs/smb/client/sess.c                          |  68 ++-
 fs/smb/client/smb1ops.c                       |  26 +-
 fs/smb/client/smb2inode.c                     | 199 ++++---
 fs/smb/client/smb2ops.c                       | 283 +++-------
 fs/smb/client/smb2proto.h                     |  17 +-
 fs/smb/client/transport.c                     |  29 +-
 20 files changed, 993 insertions(+), 857 deletions(-)
 rename fs/smb/client/{cifs_dfs_ref.c => namespace.c} (62%)

-- 
2.41.0


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2023-08-19  3:38 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-17 15:33 [PATCH 00/17] cifs.ko fixes Paulo Alcantara
2023-08-17 15:33 ` [PATCH 01/17] smb: client: introduce DFS_CACHE_TGT_LIST() Paulo Alcantara
2023-08-17 15:34 ` [PATCH 02/17] smb: client: ensure to try all targets when finding nested links Paulo Alcantara
2023-08-17 15:34 ` [PATCH 03/17] smb: client: move some params to cifs_open_info_data Paulo Alcantara
2023-08-17 15:34 ` [PATCH 04/17] smb: client: make smb2_compound_op() return resp buffer on success Paulo Alcantara
2023-08-17 15:34 ` [PATCH 05/17] smb: client: rename cifs_dfs_ref.c to namespace.c Paulo Alcantara
2023-08-17 15:34 ` [PATCH 06/17] smb: client: get rid of dfs naming in automount code Paulo Alcantara
2023-08-17 15:34 ` [PATCH 07/17] smb: client: get rid of dfs code dep in namespace.c Paulo Alcantara
2023-08-17 15:34 ` [PATCH 08/17] smb: client: parse reparse point flag in create response Paulo Alcantara
2023-08-17 15:34 ` [PATCH 09/17] smb: client: do not query reparse points twice on symlinks Paulo Alcantara
2023-08-17 15:52   ` Fwd: " Steve French
2023-08-17 16:19     ` Paulo Alcantara
2023-08-17 15:34 ` [PATCH 10/17] smb: client: query reparse points in older dialects Paulo Alcantara
2023-08-17 15:34 ` [PATCH 11/17] smb: cilent: set reparse mount points as automounts Paulo Alcantara
2023-08-17 15:34 ` [PATCH 12/17] smb: client: reduce stack usage in cifs_try_adding_channels() Paulo Alcantara
2023-08-17 15:34 ` [PATCH 13/17] smb: client: reduce stack usage in cifs_demultiplex_thread() Paulo Alcantara
2023-08-17 15:34 ` [PATCH 14/17] smb: client: reduce stack usage in smb_send_rqst() Paulo Alcantara
2023-08-17 15:34 ` [PATCH 15/17] smb: client: reduce stack usage in smb2_set_ea() Paulo Alcantara
2023-08-17 15:34 ` [PATCH 16/17] smb: client: reduce stack usage in smb2_query_info_compound() Paulo Alcantara
2023-08-17 15:34 ` [PATCH 17/17] smb: client: reduce stack usage in smb2_query_reparse_point() Paulo Alcantara
2023-08-19  3:37 ` [PATCH 00/17] cifs.ko fixes Steve French

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox