Skip to content

Commit

Permalink
Adding
Browse files Browse the repository at this point in the history
  • Loading branch information
Machiry committed Mar 31, 2024
1 parent fcb404c commit 58623dc
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _lecschedule/20_linuxplayground.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
type: lecture
date: 2024-04-02T8:00:00+4:30
title: Linux Storage Stack
tldr: "Linux Storage Stack."
thumbnail: /static_files/presentations/best.png
links:
- url: /static_files/presentations/20_linuxfilesystem.pdf
name: slides
---
12 changes: 12 additions & 0 deletions _lecschedule/21_fsjournaling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
type: lecture
date: 2024-04-04T8:00:00+4:30
title: File System Reliability and Journaling File System
tldr: "File System Reliability and Journaling File System."
thumbnail: /static_files/presentations/best.png
links:
- url: /static_files/presentations/21_filesystemrealiability.pdf
name: slides
---
**Readings:**
- [Crash Consistency](https://pages.cs.wisc.edu/~remzi/OSTEP/file-journaling.pdf)
12 changes: 12 additions & 0 deletions _lecschedule/22_raid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
type: lecture
date: 2024-04-09T8:00:00+4:30
title: RAID
tldr: "RAID."
thumbnail: /static_files/presentations/best.png
links:
- url: /static_files/presentations/22_raid.pdf
name: slides
---
**Readings:**
- [RAID](https://pages.cs.wisc.edu/~remzi/OSTEP/file-raid.pdf)
13 changes: 13 additions & 0 deletions _lecschedule/23_nfs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
type: lecture
date: 2024-04-11T8:00:00+4:30
title: Distributed File Systems and NFS
tldr: "Distributed File Systems and NFS."
thumbnail: /static_files/presentations/best.png
links:
- url: /static_files/presentations/23_nfs.pdf
name: slides
---
**Readings:**
- [Distributed File Systems](https://pages.cs.wisc.edu/~remzi/OSTEP/dist-intro.pdf)
- [NFS](https://pages.cs.wisc.edu/~remzi/OSTEP/dist-nfs.pdf)

0 comments on commit 58623dc

Please sign in to comment.