From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ronnie Sahlberg Subject: [PATCH 0/2] cifs: Add attribute read/write support to SMB2+ Date: Thu, 24 Aug 2017 08:51:17 +1000 Message-ID: <20170823225119.30337-1-lsahlber@redhat.com> Cc: Steve French To: linux-cifs Return-path: Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: The following two patches add support to reading and writing attributes on SMB2+ shares. Tested against both Samba shares as well as Win7 shares. Version 4: * Remove remaining CamelCases * ea_value_length is __le16, not __u16 Version 3: * No CamelCase in new code. * No declarations inside loops. Version 2: * For reading attributes we need FILE_READ_EA not FILE_READ_ATTRIBUTES