All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amir Goldstein <amir73il@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Miklos Szeredi <miklos@szeredi.hu>,
	Christian Brauner <brauner@kernel.org>,
	linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	linux-unionfs@vger.kernel.org
Subject: [GIT PULL] overlayfs update for 6.5
Date: Mon, 26 Jun 2023 22:18:49 +0300	[thread overview]
Message-ID: <20230626191849.3451873-1-amir73il@gmail.com> (raw)

Hi Linus,

I am joining Miklos in the maintanance of overlayfs kernel code.
This is my first pull request, so I hope I got everything in order.

This branch has been sitting in linux-next for over a week and it
has gone through all the usual overlayfs test routines.
It merges cleanly with master branch of the moment.

FYI, there is an overlayfs related vfs change (struct backing_file) [6]
that was just merged via Christain's vfs tree [7].
That change is independent of the overlayfs changes in this pull request.
Nevertheless, the changes in this pull request have been tested together
with that vfs change.

Please refer to details about contained patch sets below.

Thanks,
Amir.

----------------------------------------------------------------

The following changes since commit 858fd168a95c5b9669aac8db6c14a9aeab446375:

  Linux 6.4-rc6 (2023-06-11 14:35:30 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git tags/ovl-update-6.5

for you to fetch changes up to 62149a745eee03194f025021640c80b84353089b:

  ovl: add Amir as co-maintainer (2023-06-20 18:29:12 +0300)

----------------------------------------------------------------
overlayfs update for 6.5

Contains the following patch sets:

- Zhihao Cheng investigated and fixed two NULL pointer deref bugs
  [1] ovl: Fix null ptr dereference at realinode in rcu-walk

- Added support for "data-only" lower layers destined to be used by composefs
  [2] Overlayfs lazy lookup of lowerdata

- Christian Brauner ported overlayfs to the new mount api
  [3] Prep patches for porting overlayfs to new mount api
  [4] ovl: port to new mount api & updated layer parsing
  [5] ovl: reserve ability to reconfigure mount options with new mount api

[1] https://lore.kernel.org/r/20230516141619.2160800-1-chengzhihao1@huawei.com
[2] https://lore.kernel.org/r/20230427130539.2798797-1-amir73il@gmail.com
[3] https://lore.kernel.org/r/20230617084702.2468470-1-amir73il@gmail.com
[4] https://lore.kernel.org/r/20230605-fs-overlayfs-mount_api-v3-0-730d9646b27d@kernel.org
[5] https://lore.kernel.org/r/20230620-fs-overlayfs-mount-api-remount-v1-1-6dfcb89088e3@kernel.org
[6] https://lore.kernel.org/r/20230615112229.2143178-1-amir73il@gmail.com
[7] https://lore.kernel.org/r/20230623-waldarbeiten-normung-c160bb98bf10@brauner

----------------------------------------------------------------
Amir Goldstein (18):
      ovl: update of dentry revalidate flags after copy up
      ovl: use OVL_E() and OVL_E_FLAGS() accessors
      ovl: use ovl_numlower() and ovl_lowerstack() accessors
      ovl: factor out ovl_free_entry() and ovl_stack_*() helpers
      ovl: move ovl_entry into ovl_inode
      ovl: deduplicate lowerpath and lowerstack[]
      ovl: deduplicate lowerdata and lowerstack[]
      ovl: remove unneeded goto instructions
      ovl: introduce data-only lower layers
      ovl: implement lookup in data-only layers
      ovl: prepare to store lowerdata redirect for lazy lowerdata lookup
      ovl: prepare for lazy lookup of lowerdata inode
      ovl: implement lazy lookup of lowerdata in data-only layers
      ovl: negate the ofs->share_whiteout boolean
      ovl: clarify ovl_get_root() semantics
      ovl: pass ovl_fs to xino helpers
      ovl: store enum redirect_mode in config instead of a string
      ovl: factor out ovl_parse_options() helper

Christian Brauner (4):
      ovl: check type and offset of struct vfsmount in ovl_entry
      ovl: port to new mount api
      ovl: modify layer parameter parsing
      ovl: reserve ability to reconfigure mount options with new mount api

Miklos Szeredi (1):
      ovl: add Amir as co-maintainer

Zhihao Cheng (3):
      ovl: let helper ovl_i_path_real() return the realinode
      ovl: fix null pointer dereference in ovl_permission()
      ovl: fix null pointer dereference in ovl_get_acl_rcu()

 Documentation/filesystems/overlayfs.rst |  44 +-
 MAINTAINERS                             |   1 +
 fs/overlayfs/Makefile                   |   2 +-
 fs/overlayfs/copy_up.c                  |  11 +
 fs/overlayfs/dir.c                      |   9 +-
 fs/overlayfs/export.c                   |  41 +-
 fs/overlayfs/file.c                     |  21 +-
 fs/overlayfs/inode.c                    |  73 +--
 fs/overlayfs/namei.c                    | 201 +++++--
 fs/overlayfs/overlayfs.h                | 106 +++-
 fs/overlayfs/ovl_entry.h                |  91 +++-
 fs/overlayfs/params.c                   | 389 ++++++++++++++
 fs/overlayfs/readdir.c                  |  19 +-
 fs/overlayfs/super.c                    | 907 +++++++++++++++-----------------
 fs/overlayfs/util.c                     | 179 +++++--
 15 files changed, 1390 insertions(+), 704 deletions(-)
 create mode 100644 fs/overlayfs/params.c

             reply	other threads:[~2023-06-26 19:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-26 19:18 Amir Goldstein [this message]
2023-06-29 20:51 ` [GIT PULL] overlayfs update for 6.5 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=20230626191849.3451873-1-amir73il@gmail.com \
    --to=amir73il@gmail.com \
    --cc=brauner@kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-unionfs@vger.kernel.org \
    --cc=miklos@szeredi.hu \
    --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.