]> git.ipfire.org Git - people/ms/linux.git/commit - fs/cifs/cifsglob.h
cifs: Add support for writing attributes on SMB2+
authorRonnie Sahlberg <lsahlber@redhat.com>
Thu, 24 Aug 2017 01:24:56 +0000 (11:24 +1000)
committerSteve French <smfrench@gmail.com>
Mon, 4 Sep 2017 19:03:45 +0000 (14:03 -0500)
commit5517554e43131f542e5f95c94c5cd9a1bb989fab
tree3e3a16ce06f242c85cf194218227bf57412cbe87
parent95907fea4fd8ccc736e0a428e52159b4d42b9958
cifs: Add support for writing attributes on SMB2+

This adds support for writing extended attributes on SMB2+ shares.
Attributes can be written using the setfattr command.

RH-bz: 1110709

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
fs/cifs/cifsglob.h
fs/cifs/cifsproto.h
fs/cifs/cifssmb.c
fs/cifs/smb2ops.c
fs/cifs/smb2pdu.c
fs/cifs/smb2proto.h
fs/cifs/xattr.c