[<prev] [next>] [day] [month] [year] [list]
Message-ID: <585BC479.5080808@osg.samsung.com>
Date: Thu, 22 Dec 2016 12:18:01 +0000
From: Luis de Bethencourt <luisbg@....samsung.com>
To: torvalds@...ux-foundation.org
CC: Greg KH <gregkh@...uxfoundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Al Viro <viro@...IV.linux.org.uk>,
Javier Martinez Canillas <javier@....samsung.com>,
Salah Triki <salah.triki@...il.com>,
Theodore Ts'o <tytso@....edu>,
Linux Kernel <linux-kernel@...r.kernel.org>,
linux-fsdevel@...r.kernel.org
Subject: [GIT PULL] fs/befs/
Hi Linus,
Second git pull request since I took maintainership of the befs file system [0].
A series of small fixes and adding NFS export support.
Thank you very much,
Luis
[0] https://lkml.org/lkml/2016/7/27/502
The following changes since commit 69973b830859bc6529a7a0468ba0d80ee5117826:
Linux 4.9 (2016-12-11 11:17:54 -0800)
are available in the git repository at:
https://github.com/luisbg/linux-befs.git tags/befs-v4.10-rc1
for you to fetch changes up to ac632f5b6301c4beb19f9ea984ce0dc67b6e5874:
befs: add NFS export support (2016-12-22 11:25:24 +0000)
----------------------------------------------------------------
befs fixes for 4.10-rc1
----------------------------------------------------------------
Luis de Bethencourt (9):
befs: fix style issues in debug.c
befs: fix style issues in inode.c
befs: fix style issues in io.c
befs: fix typos in linuxvfs.c
befs: fix style issues in linuxvfs.c
befs: fix style issues in header files
befs: remove signatures from comments
befs: remove trailing whitespaces
befs: add NFS export support
fs/befs/befs.h | 3 +-
fs/befs/befs_fs_types.h | 12 +++---
fs/befs/btree.c | 48 +++++++++++------------
fs/befs/btree.h | 8 ++--
fs/befs/datastream.c | 8 ++--
fs/befs/datastream.h | 5 +--
fs/befs/debug.c | 14 ++++---
fs/befs/inode.c | 12 +++---
fs/befs/inode.h | 5 +--
fs/befs/io.c | 7 ++--
fs/befs/io.h | 1 -
fs/befs/linuxvfs.c | 134 ++++++++++++++++++++++++++++++++++++++++-----------------------
fs/befs/super.h | 4 +-
13 files changed, 145 insertions(+), 116 deletions(-)
Powered by blists - more mailing lists