All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] erofs update for 5.10-rc1
@ 2020-10-13 12:28 ` Gao Xiang
  0 siblings, 0 replies; 4+ messages in thread
From: Gao Xiang @ 2020-10-13 12:28 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Stephen Rothwell, Greg Kroah-Hartman, linux-erofs, LKML, Al Viro,
	Andrew Morton, Miao Xie, Chao Yu, Fang Wei, Li Guifu, Gao Xiang

Hi Linus,

Could you consider this pull request for 5.10-rc1?

This cycle addresses a reported permission issue with overlay
due to a duplicated permission check for "trusted." xattrs.
Also, a REQ_RAHEAD flag is added now to all readahead requests
in order to trace readahead I/Os. The others are random cleanups.

All commits have been tested and have been in linux-next as well.
This merges cleanly with master.

Thanks,
Gao Xiang

The following changes since commit 856deb866d16e29bd65952e0289066f6078af773:

  Linux 5.9-rc5 (2020-09-13 16:06:00 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 915f4c9358db6f96f08934dd683ae297aaa0fb91:

  erofs: remove unnecessary enum entries (2020-10-09 10:37:42 +0800)

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

 - fix an issue which can cause overlay permission problem
   due to duplicated permission check for "trusted." xattrs;

 - add REQ_RAHEAD flag to readahead requests for blktrace;

 - several random cleanup.

----------------------------------------------------------------
Chao Yu (1):
      erofs: remove unneeded parameter

Chengguang Xu (1):
      erofs: remove unnecessary enum entries

Gao Xiang (4):
      erofs: avoid duplicated permission check for "trusted." xattrs
      erofs: avoid unnecessary variable `err'
      erofs: fold in should_decompress_synchronously()
      erofs: add REQ_RAHEAD flag to readahead requests

 fs/erofs/data.c  |  2 +-
 fs/erofs/super.c |  2 --
 fs/erofs/xattr.c |  2 --
 fs/erofs/zdata.c | 48 +++++++++++++++++++++---------------------------
 4 files changed, 22 insertions(+), 32 deletions(-)


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

* [GIT PULL] erofs update for 5.10-rc1
@ 2020-10-13 12:28 ` Gao Xiang
  0 siblings, 0 replies; 4+ messages in thread
From: Gao Xiang @ 2020-10-13 12:28 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.10-rc1?

This cycle addresses a reported permission issue with overlay
due to a duplicated permission check for "trusted." xattrs.
Also, a REQ_RAHEAD flag is added now to all readahead requests
in order to trace readahead I/Os. The others are random cleanups.

All commits have been tested and have been in linux-next as well.
This merges cleanly with master.

Thanks,
Gao Xiang

The following changes since commit 856deb866d16e29bd65952e0289066f6078af773:

  Linux 5.9-rc5 (2020-09-13 16:06:00 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 915f4c9358db6f96f08934dd683ae297aaa0fb91:

  erofs: remove unnecessary enum entries (2020-10-09 10:37:42 +0800)

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

 - fix an issue which can cause overlay permission problem
   due to duplicated permission check for "trusted." xattrs;

 - add REQ_RAHEAD flag to readahead requests for blktrace;

 - several random cleanup.

----------------------------------------------------------------
Chao Yu (1):
      erofs: remove unneeded parameter

Chengguang Xu (1):
      erofs: remove unnecessary enum entries

Gao Xiang (4):
      erofs: avoid duplicated permission check for "trusted." xattrs
      erofs: avoid unnecessary variable `err'
      erofs: fold in should_decompress_synchronously()
      erofs: add REQ_RAHEAD flag to readahead requests

 fs/erofs/data.c  |  2 +-
 fs/erofs/super.c |  2 --
 fs/erofs/xattr.c |  2 --
 fs/erofs/zdata.c | 48 +++++++++++++++++++++---------------------------
 4 files changed, 22 insertions(+), 32 deletions(-)


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

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

The pull request you sent on Tue, 13 Oct 2020 20:28:46 +0800:

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

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

Thank you!

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

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

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

The pull request you sent on Tue, 13 Oct 2020 20:28:46 +0800:

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

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

Thank you!

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

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

end of thread, other threads:[~2020-10-13 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13 12:28 [GIT PULL] erofs update for 5.10-rc1 Gao Xiang
2020-10-13 12:28 ` Gao Xiang
2020-10-13 16:24 ` pr-tracker-bot
2020-10-13 16:24   ` pr-tracker-bot

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.