From: Andreas Gruenbacher <andreas.gruenbacher@gmail.com>
To: Alexander Viro <viro@zeniv.linux.org.uk>,
linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
Artem Bityutskiy <dedekind1@gmail.com>,
Adrian Hunter <adrian.hunter@intel.com>,
linux-mtd@lists.infradead.org,
Richard Weinberger <richard@nod.at>,
Eric Van Hensbergen <ericvh@gmail.com>,
Ron Minnich <rminnich@sandia.gov>,
Latchesar Ionkov <lucho@ionkov.net>,
v9fs-developer@lists.sourceforge.net
Subject: [PATCH 0/5] Pass xattr handler to xattr handler operations
Date: Fri, 4 Sep 2015 13:57:17 +0200 [thread overview]
Message-ID: <1441367842-25079-1-git-send-email-agruenba@redhat.com> (raw)
Here are some xattr cleanups centered around passing struct xattr_handler down
to the xattr handler operations. Please review.
Thanks,
Andreas
Andreas Gruenbacher (5):
ubifs: Remove unused "security.*" xattr handler
hfsplus: Remove unused xattr handler list operations
9p: Simplify the xattr handlers
xattr handlers: Pass handler to operations instead of flags
xattr handlers: Some simplifications
fs/9p/Makefile | 5 +--
fs/9p/acl.c | 59 ++++++--------------------------
fs/9p/xattr.c | 42 +++++++++++++++++++++++
fs/9p/xattr.h | 3 --
fs/9p/xattr_security.c | 80 -------------------------------------------
fs/9p/xattr_trusted.c | 80 -------------------------------------------
fs/9p/xattr_user.c | 80 -------------------------------------------
fs/ext2/xattr.c | 2 +-
fs/ext2/xattr_security.c | 9 +++--
fs/ext2/xattr_trusted.c | 9 +++--
fs/ext2/xattr_user.c | 9 +++--
fs/ext4/xattr.c | 2 +-
fs/ext4/xattr_security.c | 9 +++--
fs/ext4/xattr_trusted.c | 9 +++--
fs/ext4/xattr_user.c | 9 +++--
fs/f2fs/xattr.c | 46 ++++++++++++-------------
fs/gfs2/xattr.c | 9 +++--
fs/hfsplus/xattr.c | 17 +++-------
fs/hfsplus/xattr_security.c | 17 +++-------
fs/hfsplus/xattr_trusted.c | 17 +++-------
fs/hfsplus/xattr_user.c | 17 +++-------
fs/jffs2/security.c | 9 +++--
fs/jffs2/xattr.c | 4 +--
fs/jffs2/xattr_trusted.c | 8 +++--
fs/jffs2/xattr_user.c | 9 +++--
fs/nfs/nfs4proc.c | 18 ++++++----
fs/ocfs2/xattr.c | 27 ++++++++++-----
fs/posix_acl.c | 22 ++++++------
fs/reiserfs/xattr.c | 11 +++---
fs/reiserfs/xattr_security.c | 8 +++--
fs/reiserfs/xattr_trusted.c | 8 +++--
fs/reiserfs/xattr_user.c | 8 +++--
fs/squashfs/xattr.c | 81 ++++++++++++++++----------------------------
fs/ubifs/super.c | 1 -
fs/ubifs/ubifs.h | 1 -
fs/ubifs/xattr.c | 40 ----------------------
fs/xattr.c | 10 +++---
fs/xfs/xfs_xattr.c | 8 +++--
include/linux/xattr.h | 9 ++---
39 files changed, 259 insertions(+), 553 deletions(-)
delete mode 100644 fs/9p/xattr_security.c
delete mode 100644 fs/9p/xattr_trusted.c
delete mode 100644 fs/9p/xattr_user.c
--
2.4.3
next reply other threads:[~2015-09-04 11:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-04 11:57 Andreas Gruenbacher [this message]
2015-09-04 11:57 ` [PATCH 1/5] ubifs: Remove unused "security.*" xattr handler Andreas Gruenbacher
2015-09-04 11:57 ` [PATCH 2/5] hfsplus: Remove unused xattr handler list operations Andreas Gruenbacher
2015-09-04 11:57 ` [PATCH 3/5] 9p: Simplify the xattr handlers Andreas Gruenbacher
2015-09-16 14:14 ` Christoph Hellwig
2015-09-21 7:30 ` Aneesh Kumar K.V
2015-09-04 11:57 ` [PATCH 4/5] xattr handlers: Pass handler to operations instead of flags Andreas Gruenbacher
2015-09-16 14:16 ` Christoph Hellwig
2015-09-04 11:57 ` [PATCH 5/5] xattr handlers: Some simplifications Andreas Gruenbacher
2015-09-16 14:17 ` Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1441367842-25079-1-git-send-email-agruenba@redhat.com \
--to=andreas.gruenbacher@gmail.com \
--cc=adrian.hunter@intel.com \
--cc=dedekind1@gmail.com \
--cc=ericvh@gmail.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=lucho@ionkov.net \
--cc=richard@nod.at \
--cc=rminnich@sandia.gov \
--cc=v9fs-developer@lists.sourceforge.net \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).