Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Documentation/teaching/img/vfs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documentation/teaching/img/vfscache.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions Documentation/teaching/lectures/fs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,19 @@ A summary of a typical implementation is presented below:
* when last file is closed: deallocate data and inode blocks


Photographic summary
--------------------

Below is a illustration from the *Dynamic Tracing with DTrace & SystemTap*
`book <https://myaut.github.io/dtrace-stap-book/kernel/fs.html>`_.

.. slide:: Photographic summary
:inline-contents: True
:level: 2

.. image:: ../img/vfs.png


Linux Virtual File System
=========================

Expand Down Expand Up @@ -773,3 +786,16 @@ The Page Cache
*/
int block_read_full_page(struct page *page, get_block_t *get_block)


Photographic summary
--------------------

Below is a illustration from the *Dynamic Tracing with DTrace & SystemTap*
`book <https://myaut.github.io/dtrace-stap-book/kernel/fs.html>`_.

.. slide:: Photographic summary
:inline-contents: True
:level: 2

.. image:: ../img/vfscache.png