linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/3] f2fs: bug fix and improvement
@ 2019-03-16  0:13 Damien Le Moal
  2019-03-16  0:13 ` [PATCH 1/3] f2fs: Fix use of number of devices Damien Le Moal
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Damien Le Moal @ 2019-03-16  0:13 UTC (permalink / raw)
  To: Jaegeuk Kim, Chao Yu, linux-f2fs-devel
  Cc: linux-fsdevel, Matias Bjorling, Masato Suzuki

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-03-19 11:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-16  0:13 [PATCH V2 0/3] f2fs: bug fix and improvement Damien Le Moal
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

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).