linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH 0/2] docs: Add some struct file refcounting information
@ 2019-03-04 20:01 Jonathan Corbet
  2019-03-04 20:01 ` [PATCH 1/2] docs: Bring some order to filesystem documentation Jonathan Corbet
  2019-03-04 20:01 ` [PATCH 2/2] docs: Add struct file refcounting and SCM_RIGHTS mess info Jonathan Corbet
  0 siblings, 2 replies; 4+ messages in thread
From: Jonathan Corbet @ 2019-03-04 20:01 UTC (permalink / raw)
  To: linux-doc; +Cc: linux-kernel, linux-fsdevel, Al Viro, axboe, Jonathan Corbet

[No changes since the previous mailing; resending in hopes that somebody
will actually look at it :)  I may yet try to sneak the first patch into
5.1 if nobody screams; the second one definitely needs a more affirmative
ack, though. ]

Al Viro's recent "braindump" on how struct file refcounting works is too
good to lose, so let's capture it in Documentation/.  There are two changes
here:

 - Clean up the filesystem book, move stuff around, and generally try to
   create some order here.  No text changes other than some connecting
   text.

 - Bring in Al's text, with a fair amount of language tweaking and later
   corrections applied.

Hopefully this is just the beginning.

Jonathan Corbet (2):
  docs: Bring some order to filesystem documentation
  docs: Add struct file refcounting and SCM_RIGHTS mess info

 Documentation/filesystems/api-summary.rst | 150 ++++++++
 Documentation/filesystems/index.rst       | 395 ++--------------------
 Documentation/filesystems/journalling.rst | 184 ++++++++++
 Documentation/filesystems/lifecycles.rst  | 357 +++++++++++++++++++
 Documentation/filesystems/path-lookup.rst |  15 +
 Documentation/filesystems/splice.rst      |  22 ++
 6 files changed, 753 insertions(+), 370 deletions(-)
 create mode 100644 Documentation/filesystems/api-summary.rst
 create mode 100644 Documentation/filesystems/journalling.rst
 create mode 100644 Documentation/filesystems/lifecycles.rst
 create mode 100644 Documentation/filesystems/splice.rst

-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH 0/2] docs: Add some struct file refcounting information
@ 2019-02-21 19:02 Jonathan Corbet
  2019-02-21 19:02 ` [PATCH 2/2] docs: Add struct file refcounting and SCM_RIGHTS mess info Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2019-02-21 19:02 UTC (permalink / raw)
  To: linux-doc; +Cc: linux-kernel, Al Viro, axboe, Jonathan Corbet

Al Viro's recent "braindump" on how struct file refcounting works is too
good to lose, so let's capture it in Documentation/.  There are two changes
here:

 - Clean up the filesystem book, move stuff around, and generally try to
   create some order here.  No text changes other than some connecting
   text.

 - Bring in Al's text, with a fair amount of language tweaking and later
   corrections applied.

Hopefully this is just the beginning.

Jonathan Corbet (2):
  docs: Bring some order to filesystem documentation
  docs: Add struct file refcounting and SCM_RIGHTS mess info

 Documentation/filesystems/api-summary.rst | 150 ++++++++
 Documentation/filesystems/index.rst       | 395 ++--------------------
 Documentation/filesystems/journalling.rst | 184 ++++++++++
 Documentation/filesystems/lifecycles.rst  | 357 +++++++++++++++++++
 Documentation/filesystems/path-lookup.rst |  15 +
 Documentation/filesystems/splice.rst      |  22 ++
 6 files changed, 753 insertions(+), 370 deletions(-)
 create mode 100644 Documentation/filesystems/api-summary.rst
 create mode 100644 Documentation/filesystems/journalling.rst
 create mode 100644 Documentation/filesystems/lifecycles.rst
 create mode 100644 Documentation/filesystems/splice.rst

-- 
2.20.1


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

end of thread, other threads:[~2019-03-04 20:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04 20:01 [RESEND PATCH 0/2] docs: Add some struct file refcounting information Jonathan Corbet
2019-03-04 20:01 ` [PATCH 1/2] docs: Bring some order to filesystem documentation Jonathan Corbet
2019-03-04 20:01 ` [PATCH 2/2] docs: Add struct file refcounting and SCM_RIGHTS mess info Jonathan Corbet
  -- strict thread matches above, loose matches on Subject: below --
2019-02-21 19:02 [PATCH 0/2] docs: Add some struct file refcounting information Jonathan Corbet
2019-02-21 19:02 ` [PATCH 2/2] docs: Add struct file refcounting and SCM_RIGHTS mess info Jonathan Corbet

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