linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] overlayfs update for 5.6
@ 2020-02-04  9:37 Miklos Szeredi
  2020-02-04 13:25 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Miklos Szeredi @ 2020-02-04  9:37 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel, linux-unionfs

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git tags/ovl-update-5.6

- Try and preserve holes in sparse files when copying up, thus saving disk
  space and improving performance.

- Fix a performance regression introduced in v4.19 by preserving
  asynchronicity of IO when fowarding to underlying layers.  Add VFS
  helpers to submit async iocbs.

- Fix a regression in lseek(2) introduced in v4.19 that breaks >2G seeks on
  32bit kernels.

- Fix a corner case where st_ino/st_dev was not preserved across copy up.

- Miscellaneous fixes and cleanups.

Thanks,
Miklos

---
Amir Goldstein (7):
      ovl: fix wrong WARN_ON() in ovl_cache_update_ino()
      ovl: use ovl_inode_lock in ovl_llseek()
      ovl: generalize the lower_layers[] array
      ovl: simplify ovl_same_sb() helper
      ovl: generalize the lower_fs[] array
      ovl: fix corner case of conflicting lower layer uuid
      ovl: fix corner case of non-constant st_dev;st_ino

Chengguang Xu (1):
      ovl: improving copy-up efficiency for big sparse file

Jiufei Xue (2):
      vfs: add vfs_iocb_iter_[read|write] helper functions
      ovl: implement async IO routines

Miklos Szeredi (2):
      ovl: layer is const
      ovl: fix lseek overflow on 32bit

Murphy Zhou (1):
      ovl: add splice file read write helper

lijiazi (1):
      ovl: use pr_fmt auto generate prefix

---
 fs/overlayfs/copy_up.c   |  43 ++++++++-
 fs/overlayfs/dir.c       |  10 +-
 fs/overlayfs/export.c    |  28 +++---
 fs/overlayfs/file.c      | 162 +++++++++++++++++++++++++++++---
 fs/overlayfs/inode.c     |  66 ++++++++------
 fs/overlayfs/namei.c     |  38 ++++----
 fs/overlayfs/overlayfs.h |  24 ++++-
 fs/overlayfs/ovl_entry.h |  23 +++--
 fs/overlayfs/readdir.c   |  22 +++--
 fs/overlayfs/super.c     | 233 ++++++++++++++++++++++++++---------------------
 fs/overlayfs/util.c      |  28 ++----
 fs/read_write.c          |  56 ++++++++++++
 include/linux/fs.h       |  16 ++++
 13 files changed, 521 insertions(+), 228 deletions(-)

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

* Re: [GIT PULL] overlayfs update for 5.6
  2020-02-04  9:37 [GIT PULL] overlayfs update for 5.6 Miklos Szeredi
@ 2020-02-04 13:25 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-02-04 13:25 UTC (permalink / raw)
  To: Miklos Szeredi; +Cc: Linus Torvalds, linux-kernel, linux-fsdevel, linux-unionfs

The pull request you sent on Tue, 4 Feb 2020 10:37:58 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git tags/ovl-update-5.6

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

Thank you!

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

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

end of thread, other threads:[~2020-02-04 13:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04  9:37 [GIT PULL] overlayfs update for 5.6 Miklos Szeredi
2020-02-04 13:25 ` 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).