linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] erofs update for 5.11-rc1
@ 2020-12-15 10:08 Gao Xiang
  2020-12-16  3:44 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Gao Xiang @ 2020-12-15 10:08 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Stephen Rothwell, Greg Kroah-Hartman, Miao Xie, LKML, Al Viro,
	Andrew Morton, linux-erofs

Hi Linus,

Could you consider this pull request for 5.11-rc1?

This cycle we'd like to get rid of magical page->mapping type marks
for temporary pages which had some concern before, now such usage
is replaced with specific page->private. Also switch to inplace I/O
instead of allocating extra cached pages to avoid direct reclaim
under low memory scenario. There are some bmap bugfix and minor
cleanups as well.

All commits have been tested and have been in linux-next for a while.
This merges cleanly with master.

[ Additionally, there is another lz4 inplace decompression fix [1] due
  to some different overlapped memcpy() implementation which was reviewed
  and added to akpm tree, hopefully upstream for this 5.11 cycle too. ]

Thanks,
Gao Xiang

[1] https://lore.kernel.org/r/20201122030749.2698994-1-hsiangkao@redhat.com 

The following changes since commit 0477e92881850d44910a7e94fc2c46f96faa131f:

  Linux 5.10-rc7 (2020-12-06 14:25:12 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.11-rc1

for you to fetch changes up to d8b3df8b1048405e73558b88cba2adf29490d468:

  erofs: avoid using generic_block_bmap (2020-12-10 11:07:40 +0800)

----------------------------------------------------------------
Changes since last update:

 - get rid of magical page->mapping type marks;

 - switch to inplace I/O under low memory scenario;

 - return the correct block number for bmap();

 - some minor cleanups.

----------------------------------------------------------------
Gao Xiang (4):
      erofs: get rid of magical Z_EROFS_MAPPING_STAGING
      erofs: insert to managed cache after adding to pcl
      erofs: simplify try_to_claim_pcluster()
      erofs: force inplace I/O under low memory scenario

Huang Jianan (1):
      erofs: avoid using generic_block_bmap

Vladimir Zapolskiy (1):
      erofs: remove a void EROFS_VERSION macro set in Makefile

 fs/erofs/Makefile       |   5 --
 fs/erofs/compress.h     |  54 +++++++++++----
 fs/erofs/data.c         |  26 ++------
 fs/erofs/decompressor.c |   2 +-
 fs/erofs/zdata.c        | 172 ++++++++++++++++++++++++++++--------------------
 fs/erofs/zdata.h        |   1 +
 6 files changed, 149 insertions(+), 111 deletions(-)


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

* Re: [GIT PULL] erofs update for 5.11-rc1
  2020-12-15 10:08 [GIT PULL] erofs update for 5.11-rc1 Gao Xiang
@ 2020-12-16  3:44 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-12-16  3:44 UTC (permalink / raw)
  To: Gao Xiang
  Cc: Stephen Rothwell, Greg Kroah-Hartman, Miao Xie, LKML,
	Linus Torvalds, Al Viro, Andrew Morton, linux-erofs

The pull request you sent on Tue, 15 Dec 2020 18:08:55 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.11-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e88bd82698af86887e33b07d48a1aec263cbeddb

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2020-12-16  3:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-15 10:08 [GIT PULL] erofs update for 5.11-rc1 Gao Xiang
2020-12-16  3:44 ` pr-tracker-bot

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