All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Some more xattr cleanups
@ 2016-04-29 14:18 Andreas Gruenbacher
  2016-04-29 14:18 ` [PATCH 1/5] jffs2: Remove jffs2_{get,set,remove}xattr macros Andreas Gruenbacher
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Andreas Gruenbacher @ 2016-04-29 14:18 UTC (permalink / raw)
  To: Alexander Viro; +Cc: Andreas Gruenbacher, linux-fsdevel

Al,

here are some more cleanups for the work.xattr branch.

Thanks,
Andreas

Andreas Gruenbacher (5):
  jffs2: Remove jffs2_{get,set,remove}xattr macros
  hfs: Switch to generic xattr handlers
  kernfs: Switch to generic xattr handlers
  sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names
  sockfs: Get rid of getxattr iop

 arch/ia64/kernel/perfmon.c   |   4 +-
 drivers/gpu/drm/drm_drv.c    |   1 +
 fs/aio.c                     |   2 +-
 fs/anon_inodes.c             |   2 +-
 fs/block_dev.c               |   2 +-
 fs/btrfs/tests/btrfs-tests.c |   2 +-
 fs/hfs/attr.c                |  82 +++++++++++++++--------
 fs/hfs/hfs_fs.h              |   6 +-
 fs/hfs/inode.c               |   7 +-
 fs/hfs/super.c               |   1 +
 fs/jffs2/dir.c               |   6 +-
 fs/jffs2/file.c              |   6 +-
 fs/jffs2/symlink.c           |   6 +-
 fs/jffs2/xattr.h             |   6 --
 fs/kernfs/dir.c              |   6 +-
 fs/kernfs/inode.c            | 150 ++++++++++++++++++++++++-------------------
 fs/kernfs/kernfs-internal.h  |   6 +-
 fs/kernfs/mount.c            |   1 +
 fs/kernfs/symlink.c          |   6 +-
 fs/libfs.c                   |   3 +-
 fs/nsfs.c                    |   2 +-
 fs/pipe.c                    |   2 +-
 include/linux/fs.h           |   1 +
 net/socket.c                 |  60 +++++++++--------
 24 files changed, 203 insertions(+), 167 deletions(-)

-- 
2.5.5


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-05-01 16:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-29 14:18 [PATCH 0/5] Some more xattr cleanups Andreas Gruenbacher
2016-04-29 14:18 ` [PATCH 1/5] jffs2: Remove jffs2_{get,set,remove}xattr macros Andreas Gruenbacher
2016-04-29 14:18 ` [PATCH 2/5] hfs: Switch to generic xattr handlers Andreas Gruenbacher
2016-04-29 14:18 ` [PATCH 3/5] kernfs: " Andreas Gruenbacher
2016-04-30 17:02   ` Greg Kroah-Hartman
2016-04-30 17:25     ` Al Viro
2016-05-01 10:45     ` Andreas Grünbacher
2016-05-01 16:27       ` Greg Kroah-Hartman
2016-04-29 14:18 ` [PATCH 4/5] sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names Andreas Gruenbacher
2016-04-29 14:18 ` [PATCH 5/5] sockfs: Get rid of getxattr iop Andreas Gruenbacher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.