linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Prasad Joshi <prasadjoshi.linux@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, "Jörn Engel" <joern@logfs.org>
Subject: Re: [GIT PULL] logfs: some important bug fixes
Date: Sun, 26 Aug 2012 22:55:02 +0530	[thread overview]
Message-ID: <CALJbWepUfK=cLu547WZZdAV4v1DSGytQ7YrwF-K0+yR_8CT-Gg@mail.gmail.com> (raw)
In-Reply-To: <CALJbWeoW-8UxgeZr3s_hW+FkNWGe5LjdySgYaSjQ8fk54NBcWA@mail.gmail.com>

On Sun, Aug 26, 2012 at 4:56 PM, Prasad Joshi
<prasadjoshi.linux@gmail.com> wrote:
> Hello Linus,
>
> Could you please pull the following changes since commit
> dd775ae2549217d3ae09363e3edb305d0fa19928:
>
>   Linux 3.4-rc1 (2012-03-31 16:24:09 -0700)
>
> are available in the git repository at:
>   git://github.com/prasad-joshi/logfs_upstream.git master
>
> Prasad Joshi (5):
>       logfs: destroy the reserved inodes while unmounting
>       logfs: initialize the number of iovecs in bio
>       logfs: create a pagecache page if it is not present
>       logfs: maintain the ordering of meta-inode destruction
>       logfs: query block device for number of pages to send with bio
>

Please pardon my ignorance, here is a short description of above patches

9f0bbd8 logfs: query block device for number of pages to send with bio
        This BUG was found when LogFS was used on KVM. The patch fixes
        the problem by asking for underlaying block device the number
        of pages to send with each BIO.

41b93bc logfs: maintain the ordering of meta-inode destruction
        LogFS maintains file system meta-data in special inodes. These
        inodes are releated to each other, therefore they must be
        destroyed in a proper order.

ddb24bb logfs: create a pagecache page if it is not present

cd8bfa9 logfs: initialize the number of iovecs in bio
        LogFS used to panic when it was created on an encrypted LVM
        volume. The patch fixes the problem by properly initializing
        the BIO.

d2dcd90 logfs: destroy the reserved inodes while unmounting

Sorry for multiple mails and inconvenience it might have caused.

Thanks and Regards,
Prasad

>  fs/logfs/dev_bdev.c  |   15 +++++++--------
>  fs/logfs/inode.c     |   18 +++++++++++++++++-
>  fs/logfs/journal.c   |    2 +-
>  fs/logfs/readwrite.c |    1 -
>  fs/logfs/segment.c   |    2 +-
>  5 files changed, 26 insertions(+), 12 deletions(-)
>
> Please note that the signed tag (for-linus) is applied and the same is
> pushed. The repository is also added in the 'linux-next' and there no
> conflicts in the 'linux-next: Tree for Aug 24'.
>
> Thanks and Warm Regards,
> Prasad

      reply	other threads:[~2012-08-26 17:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CALJbWerzuzaRwEenLRtMmkGdmze1Zdd5PM+uVv8SknUgxnpQQw@mail.gmail.com>
2012-08-26 11:26 ` [GIT PULL] logfs: some important bug fixes Prasad Joshi
2012-08-26 17:25   ` Prasad Joshi [this message]

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='CALJbWepUfK=cLu547WZZdAV4v1DSGytQ7YrwF-K0+yR_8CT-Gg@mail.gmail.com' \
    --to=prasadjoshi.linux@gmail.com \
    --cc=joern@logfs.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).