[GIT PULL] configfs updates for 4.5

From: Christoph Hellwig
Date: Tue Jan 12 2016 - 14:45:28 EST


Hi Linus,

I'm assisting Joel as co-maintainer and patch monkey now, and you will
see pull reuquests from me for a while.

Besides the MAINTAINERS update there is just a single change, which
adds support for binary attributes to configfs, which are very similar
to the sysfs binary attributes. Thanks to Pantelis Antoniou!

You will see another actually bigger set of configfs changes in the
SCSI target pull from Nic - those were merged before this new tree
even existed.


The following changes since commit 4ef7675344d687a0ef5b0d7c0cee12da005870c0:

Linux 4.4-rc6 (2015-12-20 16:06:09 -0800)

are available in the git repository at:

git://git.infradead.org/users/hch/configfs.git tags/configfs-for-linus

for you to fetch changes up to 1609bac8af31f4a21bf330583c8a447e6f3d6155:

configfs: add myself as co-maintainer, updated git tree (2016-01-05 14:45:46 +0400)

----------------------------------------------------------------
Configfs changes for the 4.5 merge window:

- I'm assisting Joel as co-maintainer and patch monkey now, and you will
see pull reuquests from me for a while
- Besides the MAINTAINERS update there is just a single change, which
adds support for binary attributes to configfs, which are very similar
to the sysfs binary attributes. Thanks to Pantelis Antoniou!
- You will see another actually bigger set of configfs changes in the
SCSI target pull from Nic - those were merged before this new tree
even existed

----------------------------------------------------------------
Christoph Hellwig (1):
configfs: add myself as co-maintainer, updated git tree

Pantelis Antoniou (1):
configfs: implement binary attributes

Documentation/filesystems/configfs/configfs.txt | 57 +++++-
MAINTAINERS | 3 +-
fs/configfs/configfs_internal.h | 14 +-
fs/configfs/dir.c | 18 +-
fs/configfs/file.c | 255 +++++++++++++++++++++++-
fs/configfs/inode.c | 2 +-
include/linux/configfs.h | 50 +++++
7 files changed, 376 insertions(+), 23 deletions(-)