From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756258AbdKQDH6 (ORCPT ); Thu, 16 Nov 2017 22:07:58 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:43168 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755738AbdKQDHw (ORCPT ); Thu, 16 Nov 2017 22:07:52 -0500 Date: Fri, 17 Nov 2017 03:07:51 +0000 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git cramfs series Message-ID: <20171117030750.GN21978@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nicolas Pitre cramfs work. The following changes since commit 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f: Linux 4.14-rc4 (2017-10-08 20:53:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.cramfs for you to fetch changes up to 8d59598c35dc1071e6c36f86c9a95f26dd08b4e5: cramfs: rehabilitate it (2017-10-15 00:47:23 -0400) ---------------------------------------------------------------- Nicolas Pitre (4): cramfs: direct memory access support cramfs: implement uncompressed and arbitrary data block positioning cramfs: add mmap support cramfs: rehabilitate it Documentation/filesystems/cramfs.txt | 42 +++ MAINTAINERS | 4 +- fs/cramfs/Kconfig | 39 ++- fs/cramfs/README | 31 ++- fs/cramfs/inode.c | 511 ++++++++++++++++++++++++++++++----- include/uapi/linux/cramfs_fs.h | 26 +- 6 files changed, 584 insertions(+), 69 deletions(-)