linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Overlayfs aio cleanups
@ 2023-09-12 17:36 Amir Goldstein
  2023-09-12 17:36 ` [PATCH 1/4] ovl: protect copying of realinode attributes to ovl inode Amir Goldstein
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Amir Goldstein @ 2023-09-12 17:36 UTC (permalink / raw)
  To: Miklos Szeredi; +Cc: linux-unionfs

Miklos,

Following are the cleanups and minor fixes I did in preparation for
factoring out of read/write passthrough code.

There are very minor fixes, which do not desreve backporting IMO.
The only meaningful fix (fd leak) was already merged to master.

I will send out the re-factoring patch separately to fsdevel, but
I've split those prep patches for lack of wider audience interest.

Thanks,
Amir.


Amir Goldstein (4):
  ovl: protect copying of realinode attributes to ovl inode
  ovl: use simpler function to convert iocb to rw flags
  ovl: propagate IOCB_APPEND flag on writes to realfile
  ovl: move ovl_file_accessed() to aio completion

 fs/overlayfs/file.c | 75 +++++++++++++++++++++++++--------------------
 fs/overlayfs/util.c |  2 ++
 2 files changed, 44 insertions(+), 33 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-10-01 14:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12 17:36 [PATCH 0/4] Overlayfs aio cleanups Amir Goldstein
2023-09-12 17:36 ` [PATCH 1/4] ovl: protect copying of realinode attributes to ovl inode Amir Goldstein
2023-09-24  9:28   ` Amir Goldstein
2023-09-26 21:17     ` Amir Goldstein
2023-10-01 14:11       ` Amir Goldstein
2023-09-12 17:36 ` [PATCH 2/4] ovl: use simpler function to convert iocb to rw flags Amir Goldstein
2023-09-12 17:36 ` [PATCH 3/4] ovl: propagate IOCB_APPEND flag on writes to realfile Amir Goldstein
2023-09-12 17:36 ` [PATCH 4/4] ovl: move ovl_file_accessed() to aio completion Amir Goldstein
2023-09-28  5:11   ` 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).