summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api/gfp_mask-from-fs-io.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: core-api/gfp_mask-from-fs-io: add a label for cross-referencingMike Rapoport2018-09-201-0/+2
| | | | | Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
* docs: Use the kerneldoc comments for memalloc_no*()Jonathan Corbet2018-05-291-0/+5
| | | | | | | Now that we have kerneldoc comments for memalloc_no{fs,io}_{save_restore}(), go ahead and pull them into the docs. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
* doc: document scope NOFS, NOIO APIsMichal Hocko2018-05-291-0/+61
Although the api is documented in the source code Ted has pointed out that there is no mention in the core-api Documentation and there are people looking there to find answers how to use a specific API. Requested-by: "Theodore Y. Ts'o" <tytso@mit.edu> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Michal Hocko <mhocko@suse.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>