From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stefan (metze) Metzmacher" Subject: Re: [PATCH] [CIFS] Allow setting per-file compression via SMB3 Date: Tue, 08 Oct 2013 09:16:10 +0200 Message-ID: <5253B13A.3070403@samba.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable To: Steve French , "linux-cifs@vger.kernel.org" , linux-fsdevel , samba-technical Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: samba-technical-bounces@lists.samba.org Errors-To: samba-technical-bounces@lists.samba.org List-Id: linux-cifs.vger.kernel.org Hi Steve, > Allow cifs/smb2/smb3 to return whether or not a file is compressed > via lsattr, and allow SMB3 to set the per-file compression flag > ("chattr +c filename" on an smb3 mount). Why is this SMB3 specific? > Windows users often set the compressed flag (it can be > done from the desktop and file manager). David Disseldorp > has patches to Samba server to support this (at least on btrfs) > which are complementary to this. >=20 > Wish chattr supported the per-file encryption flag (that > presumably would be easy to set too via SMB3) It seems there're some unrelated changes in the commit, wouldn't it be better to split this into 2 or 3 commits? metze