linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] New mount API syscalls
@ 2020-02-07 17:42 Petr Vorel
  2020-02-07 17:42 ` [PATCH v2 1/2] Add manpages for move_mount(2) and open_tree(2) Petr Vorel
  2020-02-07 17:42 ` [PATCH v2 2/2] Add manpage for fsopen(2), fspick(2) and fsmount(2) Petr Vorel
  0 siblings, 2 replies; 4+ messages in thread
From: Petr Vorel @ 2020-02-07 17:42 UTC (permalink / raw)
  To: linux-man
  Cc: Petr Vorel, David Howells, Michael Kerrisk, Zorro Lang,
	linux-fsdevel, linux-kernel

Hi David, Michael,

looks like David's patches to add new mount API syscalls, so I dared to
resent them. I've just changed kernel version to 5.2, fixed typos in
flags and added my tags. + added some questions in patches themselves.

Feel free to send final version in v3.

Kind regards,
Petr

David Howells (2):
  Add manpages for move_mount(2) and open_tree(2)
  Add manpage for fsopen(2), fspick(2) and fsmount(2)

 man2/fsconfig.2   | 282 ++++++++++++++++++++++++++++++++++++++++++++++
 man2/fsmount.2    |   1 +
 man2/fsopen.2     | 256 +++++++++++++++++++++++++++++++++++++++++
 man2/fspick.2     | 195 ++++++++++++++++++++++++++++++++
 man2/move_mount.2 | 271 ++++++++++++++++++++++++++++++++++++++++++++
 man2/open_tree.2  | 260 ++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 1265 insertions(+)
 create mode 100644 man2/fsconfig.2
 create mode 100644 man2/fsmount.2
 create mode 100644 man2/fsopen.2
 create mode 100644 man2/fspick.2
 create mode 100644 man2/move_mount.2
 create mode 100644 man2/open_tree.2

-- 
2.24.1


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

end of thread, other threads:[~2020-02-26 11:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-07 17:42 [PATCH v2 0/2] New mount API syscalls Petr Vorel
2020-02-07 17:42 ` [PATCH v2 1/2] Add manpages for move_mount(2) and open_tree(2) Petr Vorel
2020-02-26 11:48   ` Petr Vorel
2020-02-07 17:42 ` [PATCH v2 2/2] Add manpage for fsopen(2), fspick(2) and fsmount(2) Petr Vorel

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