linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Support for O_TMPFILE in fuse
@ 2020-11-09 10:03 Chirantan Ekbote
  2020-11-09 10:03 ` [PATCH 1/2] uapi/fuse.h: Add message definitions for O_TMPFILE Chirantan Ekbote
  2020-11-09 10:03 ` [PATCH 2/2] fuse: Implement O_TMPFILE support Chirantan Ekbote
  0 siblings, 2 replies; 20+ messages in thread
From: Chirantan Ekbote @ 2020-11-09 10:03 UTC (permalink / raw)
  To: Miklos Szeredi
  Cc: linux-fsdevel, Dylan Reid, Suleiman Souhlal, fuse-devel,
	Chirantan Ekbote

This series adds support for O_TMPFILE to fuse. This wasn't supported
previously because  even though it's just another flag for open(2),
there is a separate handler for it in the inode_operations struct.

The implementation re-uses the existing infrastructure for creating new
entries in a directory (currently used by mknod, symlink, and mkdir).
I'm not sure if this requires a new minor version so I've just added the
new message definitions without changing the version number.

Chirantan Ekbote (2):
  uapi/fuse.h: Add message definitions for O_TMPFILE
  fuse: Implement O_TMPFILE support

 fs/fuse/dir.c             | 21 +++++++++++++++++++++
 fs/fuse/file.c            |  3 ++-
 include/uapi/linux/fuse.h |  7 +++++++
 3 files changed, 30 insertions(+), 1 deletion(-)

-- 
2.29.2.222.g5d2a92d10f8-goog


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

end of thread, other threads:[~2022-09-18 13:17 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-09 10:03 [PATCH 0/2] Support for O_TMPFILE in fuse Chirantan Ekbote
2020-11-09 10:03 ` [PATCH 1/2] uapi/fuse.h: Add message definitions for O_TMPFILE Chirantan Ekbote
2020-11-09 10:03 ` [PATCH 2/2] fuse: Implement O_TMPFILE support Chirantan Ekbote
2020-11-09 11:37   ` Miklos Szeredi
2020-11-10  3:33     ` Chirantan Ekbote
2020-11-10  7:52       ` Miklos Szeredi
2020-11-13  5:19         ` Chirantan Ekbote
2020-11-13 10:52           ` Miklos Szeredi
2020-11-13 12:28             ` Al Viro
2020-11-13 13:54               ` Miklos Szeredi
2022-08-31  2:57                 ` Yu-Li Lin
2022-08-31 12:19                   ` Miklos Szeredi
2022-08-31 21:30                     ` Yu-li Lin
2022-09-05 15:51                       ` Miklos Szeredi
2022-09-06  4:58                         ` Amir Goldstein
2022-09-06  5:29                           ` Al Viro
2022-09-06  7:23                             ` Miklos Szeredi
2022-09-13  1:51                         ` Al Viro
2022-09-13 10:20                           ` Miklos Szeredi
2022-09-18 13:17                             ` [fuse-devel] " Stef Bon

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