mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] configfs updates for 4.5
@ 2016-01-12 19:43 Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2016-01-12 19:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Joel Becker, linux-fsdevel, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-12 19:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-12 19:43 [GIT PULL] configfs updates for 4.5 Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome