Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] smb/client: handle compression flags through fileattr
@ 2026-07-22  8:53 Huiwen He
  2026-07-22  8:53 ` [PATCH 1/2] smb/client: implement fileattr_set for compression flags Huiwen He
  2026-07-22  8:53 ` [PATCH 2/2] smb/client: remove unused file flags ioctl handlers Huiwen He
  0 siblings, 2 replies; 3+ messages in thread
From: Huiwen He @ 2026-07-22  8:53 UTC (permalink / raw)
  To: smfrench, linkinjeon, pc, ronniesahlberg, sprasad, tom, bharathsm,
	senozhatsky, dhowells, chenxiaosong
  Cc: linux-cifs

From: Huiwen He <hehuiwen@kylinos.cn>

This series moves CIFS compression flag updates to the generic VFS
fileattr path.

- Patch1 implements ->fileattr_set for CIFS compression flags so
  FS_IOC_SETFLAGS uses the generic VFS permission and serialization checks.

- Patch 2 removes the old FS_IOC_GETFLAGS and FS_IOC_SETFLAGS
  handlers from cifs_ioctl(), which are no longer reachable.

Thanks,
Huiwen

Huiwen He (2):
  smb/client: implement fileattr_set for compression flags
  smb/client: remove unused file flags ioctl handlers

 fs/smb/client/cifsfs.c |   6 +-
 fs/smb/client/cifsfs.h |   2 +
 fs/smb/client/ioctl.c  | 165 ++++++++++++++++++-----------------------
 3 files changed, 79 insertions(+), 94 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-07-22  8:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-22  8:53 [PATCH 0/2] smb/client: handle compression flags through fileattr Huiwen He
2026-07-22  8:53 ` [PATCH 1/2] smb/client: implement fileattr_set for compression flags Huiwen He
2026-07-22  8:53 ` [PATCH 2/2] smb/client: remove unused file flags ioctl handlers Huiwen He

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