Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/4] cifs: Add support for querying reparse points from userspace
@ 2024-12-22 15:43 Pali Rohár
  2024-12-22 15:43 ` [PATCH 1/4] cifs: Split parse_reparse_point callback to functions: get buffer and parse buffer Pali Rohár
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Pali Rohár @ 2024-12-22 15:43 UTC (permalink / raw)
  To: Steve French, Paulo Alcantara, Ronnie Sahlberg; +Cc: linux-cifs, linux-kernel

This patch series add a new xattr system.reparse for querying reparse
point buffer from userspace, fixes errnos related to reparse points and
do not attempt to use reparse points when server does not support them.

Add new reparse point or changing/deleting existing reparse point is not
implemented yet, can be done in the future via setxattr()/removexattr().

Pali Rohár (4):
  cifs: Split parse_reparse_point callback to functions: get buffer and
    parse buffer
  cifs: Add a new xattr system.reparse for querying repase point from
    SMB server
  cifs: Change translation of STATUS_NOT_A_REPARSE_POINT to -ENODATA
  cifs: Check if server supports reparse points before using them

 fs/smb/client/cifsglob.h     |  6 ++---
 fs/smb/client/cifssmb.c      |  3 +++
 fs/smb/client/inode.c        | 11 +++++----
 fs/smb/client/link.c         |  3 ++-
 fs/smb/client/netmisc.c      |  7 ++++++
 fs/smb/client/nterr.c        |  1 +
 fs/smb/client/nterr.h        |  1 +
 fs/smb/client/reparse.c      | 15 ++++--------
 fs/smb/client/reparse.h      |  5 +---
 fs/smb/client/smb1ops.c      | 17 +++++--------
 fs/smb/client/smb2inode.c    |  8 +++++++
 fs/smb/client/smb2maperror.c |  2 +-
 fs/smb/client/smb2ops.c      | 12 +++++-----
 fs/smb/client/xattr.c        | 46 ++++++++++++++++++++++++++++++++++++
 14 files changed, 96 insertions(+), 41 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2024-12-22 15:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-22 15:43 [PATCH 0/4] cifs: Add support for querying reparse points from userspace Pali Rohár
2024-12-22 15:43 ` [PATCH 1/4] cifs: Split parse_reparse_point callback to functions: get buffer and parse buffer Pali Rohár
2024-12-22 15:43 ` [PATCH 2/4] cifs: Add a new xattr system.reparse for querying repase point from SMB server Pali Rohár
2024-12-22 15:43 ` [PATCH 3/4] cifs: Change translation of STATUS_NOT_A_REPARSE_POINT to -ENODATA Pali Rohár
2024-12-22 15:43 ` [PATCH 4/4] cifs: Check if server supports reparse points before using them Pali Rohár

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