From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751662AbcEQVXh (ORCPT ); Tue, 17 May 2016 17:23:37 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:49208 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750918AbcEQVXg (ORCPT ); Tue, 17 May 2016 17:23:36 -0400 Date: Tue, 17 May 2016 22:23:34 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git#for-cifs Message-ID: <20160517212334.GJ14480@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org remaining parts of work.xattr - cifs bits. Never-rebase branch that had prevented work.xattr rebase... The following changes since commit ce23e640133484eebc20ca7b7668388213e11327: ->getxattr(): pass dentry and inode as separate arguments (2016-04-11 00:48:00 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-cifs for you to fetch changes up to a9ae008f407b50fc92ef19588d2ea2be13a7f5e2: cifs: Switch to generic xattr handlers (2016-04-23 15:33:03 -0400) ---------------------------------------------------------------- Andreas Gruenbacher (4): cifs: Fix xattr name checks cifs: Check for equality with ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT cifs: Fix removexattr for os2.* xattrs cifs: Switch to generic xattr handlers fs/cifs/Makefile | 3 +- fs/cifs/cifsfs.c | 26 ++--- fs/cifs/cifsfs.h | 12 +- fs/cifs/cifssmb.c | 4 +- fs/cifs/xattr.c | 342 +++++++++++++++++++++++------------------------------- 5 files changed, 167 insertions(+), 220 deletions(-)