All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaegeuk Kim <jaegeuk@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux F2FS Dev Mailing List
	<linux-f2fs-devel@lists.sourceforge.net>
Subject: [f2fs-dev] [GIT PULL] small bug fixes for 5.9
Date: Thu, 10 Sep 2020 07:02:41 -0700	[thread overview]
Message-ID: <20200910140241.GA487602@google.com> (raw)

Hi Linus,

Could you please consider this pull reqeuest having some critical bug fixes?

Thanks,

The following changes since commit 34d4ddd359dbcdf6c5fb3f85a179243d7a1cb7f8:

  Merge tag 'linux-kselftest-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (2020-09-08 11:56:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git tags/f2fs-for-5.9-rc5

for you to fetch changes up to 20d0a107fb35f37578b919f62bd474d6d358d579:

  f2fs: Return EOF on unaligned end of file DIO read (2020-09-08 20:31:33 -0700)

----------------------------------------------------------------
f2fs-for-5.9-rc5

This introduces some bug fixes including 1) SMR drive fix, 2) infinite loop
when building free node ids, 3) EOF at DIO read.

----------------------------------------------------------------
Gabriel Krisman Bertazi (1):
      f2fs: Return EOF on unaligned end of file DIO read

Sahitya Tummala (1):
      f2fs: fix indefinite loop scanning for free nid

Shin'ichiro Kawasaki (1):
      f2fs: Fix type of section block count variables

 fs/f2fs/data.c    | 3 +++
 fs/f2fs/node.c    | 3 +++
 fs/f2fs/segment.c | 8 ++++----
 3 files changed, 10 insertions(+), 4 deletions(-)


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

WARNING: multiple messages have this Message-ID (diff)
From: Jaegeuk Kim <jaegeuk@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux F2FS Dev Mailing List 
	<linux-f2fs-devel@lists.sourceforge.net>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] small bug fixes for 5.9
Date: Thu, 10 Sep 2020 07:02:41 -0700	[thread overview]
Message-ID: <20200910140241.GA487602@google.com> (raw)

Hi Linus,

Could you please consider this pull reqeuest having some critical bug fixes?

Thanks,

The following changes since commit 34d4ddd359dbcdf6c5fb3f85a179243d7a1cb7f8:

  Merge tag 'linux-kselftest-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (2020-09-08 11:56:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git tags/f2fs-for-5.9-rc5

for you to fetch changes up to 20d0a107fb35f37578b919f62bd474d6d358d579:

  f2fs: Return EOF on unaligned end of file DIO read (2020-09-08 20:31:33 -0700)

----------------------------------------------------------------
f2fs-for-5.9-rc5

This introduces some bug fixes including 1) SMR drive fix, 2) infinite loop
when building free node ids, 3) EOF at DIO read.

----------------------------------------------------------------
Gabriel Krisman Bertazi (1):
      f2fs: Return EOF on unaligned end of file DIO read

Sahitya Tummala (1):
      f2fs: fix indefinite loop scanning for free nid

Shin'ichiro Kawasaki (1):
      f2fs: Fix type of section block count variables

 fs/f2fs/data.c    | 3 +++
 fs/f2fs/node.c    | 3 +++
 fs/f2fs/segment.c | 8 ++++----
 3 files changed, 10 insertions(+), 4 deletions(-)

             reply	other threads:[~2020-09-10 14:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-10 14:02 Jaegeuk Kim [this message]
2020-09-10 14:02 ` [GIT PULL] small bug fixes for 5.9 Jaegeuk Kim
2020-09-10 20:49 ` [f2fs-dev] " pr-tracker-bot
2020-09-10 20:49   ` pr-tracker-bot

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=20200910140241.GA487602@google.com \
    --to=jaegeuk@kernel.org \
    --cc=linux-f2fs-devel@lists.sourceforge.net \
    --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 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.