linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Damien Le Moal <damien.lemoal@wdc.com>
To: Jaegeuk Kim <jaegeuk@kernel.org>, Chao Yu <yuchao0@huawei.com>,
	linux-f2fs-devel@lists.sourceforge.net
Cc: linux-fsdevel@vger.kernel.org,
	Matias Bjorling <matias.bjorling@wdc.com>,
	Masato Suzuki <masato.suzuki@wdc.com>
Subject: [PATCH V2 0/3] f2fs: bug fix and improvement
Date: Sat, 16 Mar 2019 09:13:05 +0900	[thread overview]
Message-ID: <20190316001308.18115-1-damien.lemoal@wdc.com> (raw)

Small patch series to:
* fix a bug with single zoned block device volume handling
* reduce memory usage when zoned block devices are used
* improve discard handling more multi-device volumes

Changes from V1:
* Fixed comment and commit message typos
* Added patch 3 to improve discard handling

Damien Le Moal (3):
  f2fs: Fix use of number of devices
  f2fs: Reduce zoned block device memory usage
  f2fs: improve discard handling with multi-device volumes

 fs/f2fs/data.c    | 17 +++++++++------
 fs/f2fs/f2fs.h    | 43 ++++++++++++++++++++++++++++----------
 fs/f2fs/file.c    |  2 +-
 fs/f2fs/gc.c      |  2 +-
 fs/f2fs/segment.c | 53 ++++++++++++++++++++++-------------------------
 fs/f2fs/super.c   | 13 +++++++-----
 6 files changed, 78 insertions(+), 52 deletions(-)

-- 
2.20.1


             reply	other threads:[~2019-03-16  0:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-16  0:13 Damien Le Moal [this message]
2019-03-16  0:13 ` [PATCH 1/3] f2fs: Fix use of number of devices Damien Le Moal
2019-03-16  0:13 ` [PATCH 2/3] f2fs: Reduce zoned block device memory usage Damien Le Moal
2019-03-19 11:01   ` Chao Yu
2019-03-16  0:13 ` [PATCH 3/3] f2fs: improve discard handling with multi-device volumes Damien Le Moal
2019-03-19 11:02   ` Chao Yu

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=20190316001308.18115-1-damien.lemoal@wdc.com \
    --to=damien.lemoal@wdc.com \
    --cc=jaegeuk@kernel.org \
    --cc=linux-f2fs-devel@lists.sourceforge.net \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=masato.suzuki@wdc.com \
    --cc=matias.bjorling@wdc.com \
    --cc=yuchao0@huawei.com \
    /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).