From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752258AbcALTpX (ORCPT ); Tue, 12 Jan 2016 14:45:23 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:47968 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751107AbcALTpU (ORCPT ); Tue, 12 Jan 2016 14:45:20 -0500 Date: Tue, 12 Jan 2016 20:43:30 +0100 From: Christoph Hellwig To: Linus Torvalds Cc: Joel Becker , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] configfs updates for 4.5 Message-ID: <20160112194330.GA27637@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)