linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Joel Becker <jlbec@evilplan.org>,
	linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] configfs updates for 4.5
Date: Tue, 12 Jan 2016 20:43:30 +0100	[thread overview]
Message-ID: <20160112194330.GA27637@infradead.org> (raw)

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

                 reply	other threads:[~2016-01-12 19:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20160112194330.GA27637@infradead.org \
    --to=hch@infradead.org \
    --cc=jlbec@evilplan.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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).