All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luis de Bethencourt <luisbg@osg.samsung.com>
To: torvalds@linux-foundation.org
Cc: Greg KH <gregkh@linuxfoundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Al Viro <viro@ZenIV.linux.org.uk>,
	Javier Martinez Canillas <javier@osg.samsung.com>,
	Salah Triki <salah.triki@gmail.com>,
	Theodore Ts'o <tytso@mit.edu>,
	Linux Kernel <linux-kernel@vger.kernel.org>,
	linux-fsdevel@vger.kernel.org
Subject: [GIT PULL] fs/befs/
Date: Sat, 15 Oct 2016 19:56:31 +0100	[thread overview]
Message-ID: <58027BDF.7070608@osg.samsung.com> (raw)

Hi Linus,

I recently took maintainership of the befs file system [0]. This is the first
time I send you a git pull request, so please let me know if all the below is
OK.

Salah Triki and myself have been cleaning the code and fixing a few small bugs.

Sorry I couldn't send this sooner in the merge window, I was waiting to have my
GPG key signed by kernel members at ELCE in Berlin a few days ago.

Thank you very much,
Luis


[0] https://lkml.org/lkml/2016/7/27/502


The following changes since commit c8d2bc9bc39ebea8437fd974fdbc21847bb897a3:

  Linux 4.8 (2016-10-02 16:24:33 -0700)

are available in the git repository at:

  https://github.com/luisbg/linux-befs.git tags/befs-v4.9-rc1

for you to fetch changes up to a17e7d2010b44103e3b8e00d0c8c510606457bc6:

  befs: befs: fix style issues in datastream.c (2016-10-08 10:01:36 +0100)

----------------------------------------------------------------
befs fixes for 4.9-rc1

----------------------------------------------------------------
Luis de Bethencourt (21):
      befs: check return of sb_min_blocksize
      befs: fix function name in documentation
      befs: remove unused functions
      fs: befs: check silent flag before logging error
      fs: befs: remove comment that confuses kernel-doc
      befs: avoid dereferencing dentry twice
      befs: remove constant variable
      befs: use simpler while loop
      befs: make consistent use of befs_error()
      befs: in memory free_node_ptr and max_size never read
      befs: fix typo in befs_bt_read_node documentation
      befs: remove unused BEFS_BT_PARMATCH
      befs: fix typo in befs_find_key
      befs: dump inode_size superblock information
      befs: add check for ag_shift in superblock
      befs: fix comment style
      befs: fix style issues in super.c
      befs: fix typos in btree.c
      befs: fix typos in datastream.c
      befs: improve documentation in datastream.c
      befs: befs: fix style issues in datastream.c

Salah Triki (18):
      fs/befs/linuxvfs.c: move useless assignment
      fs/befs/linuxvfs.c: check silent flag before logging errors
      fs/befs/linuxvfs.c: remove useless pr_err in befs_fill_super()
      fs/befs/linuxvfs.c: remove useless befs_error
      fs: befs: remove useless pr_err in befs_init_inodecache()
      fs: befs: replace befs_bread by sb_bread
      fs: befs: Remove redundant validation from befs_find_brun_direct
      fs: befs: Coding style fix
      fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirect
      fs: befs: Insert NULL inode to dentry
      fs: befs: remove in vain variable assignment
      fs: befs: remove useless initialization to zero
      fs: befs: remove unnecessary *befs_sb variable
      fs: befs: remove in vain variable assignment
      fs: befs: remove ret variable
      befs: add flags field to validate superblock state
      befs: fix typo in befs_sb_info
      befs: remove unnecessary initialization

 fs/befs/befs.h       |  19 ++++---------
 fs/befs/btree.c      |  60 ++++++++++++++++++---------------------
 fs/befs/datastream.c | 253 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------
 fs/befs/debug.c      |   1 +
 fs/befs/io.c         |  26 +----------------
 fs/befs/io.h         |   2 --
 fs/befs/linuxvfs.c   | 130 +++++++++++++++++++++++++++++++++++++++++------------------------------------------
 fs/befs/super.c      |  36 +++++++++++++----------
 8 files changed, 244 insertions(+), 283 deletions(-)

             reply	other threads:[~2016-10-15 18:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-15 18:56 Luis de Bethencourt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-12-22 12:18 [GIT PULL] fs/befs/ Luis de Bethencourt
2017-05-05 10:52 Luis de Bethencourt

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=58027BDF.7070608@osg.samsung.com \
    --to=luisbg@osg.samsung.com \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=javier@osg.samsung.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=salah.triki@gmail.com \
    --cc=torvalds@linux-foundation.org \
    --cc=tytso@mit.edu \
    --cc=viro@ZenIV.linux.org.uk \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.