linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Propagate overlay f_mode from underlying file
@ 2020-06-14 13:09 Amir Goldstein
  2020-06-14 13:09 ` [PATCH 1/2] ovl: inherit supported ops f_mode flags from final real file Amir Goldstein
  2020-06-14 13:09 ` [PATCH 2/2] ovl: warn about unsupported file operations on upper fs Amir Goldstein
  0 siblings, 2 replies; 3+ messages in thread
From: Amir Goldstein @ 2020-06-14 13:09 UTC (permalink / raw)
  To: Miklos Szeredi; +Cc: Mike Kravetz, linux-unionfs

Miklos,

Following the discussions on hugetlbfs-overlayfs, I wanted to see
if we can do better to emulate the underlying file supported ops.

Those patches don't actually help the hugetlbfs issue at all and
I am not sure they improve anything, but I though it would be better
if you had a look to say if there is anything interesting we can
get from this.

Thanks,
Amir.

Amir Goldstein (2):
  ovl: inherit supported ops f_mode flags from final real file
  ovl: warn about unsupported file operations on upper fs

 fs/overlayfs/copy_up.c   | 11 ++++++++
 fs/overlayfs/file.c      | 11 ++++++++
 fs/overlayfs/overlayfs.h |  5 ++++
 fs/overlayfs/super.c     | 60 ++++++++++++++++++++++++++--------------
 4 files changed, 66 insertions(+), 21 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-06-14 13:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-14 13:09 [PATCH 0/2] Propagate overlay f_mode from underlying file Amir Goldstein
2020-06-14 13:09 ` [PATCH 1/2] ovl: inherit supported ops f_mode flags from final real file Amir Goldstein
2020-06-14 13:09 ` [PATCH 2/2] ovl: warn about unsupported file operations on upper fs Amir Goldstein

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