Skip to content

Commit 8d194a7

Browse files
authored
Update README.md
1 parent cb38484 commit 8d194a7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ Rohan Kadekodi, Se Kwon Lee, Sanidhya Kashyap, Taesoo Kim, Aasheesh Kolli, Vijay
1313
*Proceedings of the The 27th ACM Symposium on Operating Systems Principles (SOSP 19)*.
1414
[Paper PDF](https://www.cs.utexas.edu/~vijay/papers/sosp19-splitfs.pdf). [Bibtex](https://www.cs.utexas.edu/~vijay/bibtex/sosp19-splitfs.bib). [Talk Video](https://sosp19.rcs.uwaterloo.ca/videos/D3-S1-P4.mp4)
1515

16+
~~~~
17+
@InProceedings{KadekodiEtAl19-SplitFS,
18+
title = "{SplitFS: A File System that Minimizes Software Overhead in File Systems for Persistent Memory}",
19+
author = "Rohan Kadekodi and Se Kwon Lee and Sanidhya Kashyap and Taesoo Kim and Vijay Chidambaram",
20+
booktitle = "Proceedings of the 27th ACM Symposium on Operating
21+
Systems Principles (SOSP '19)",
22+
month = "October",
23+
year = "2019",
24+
address = "Ontario, Canada",
25+
}
26+
~~~~
27+
1628
## Getting Started with SplitFS
1729

1830
This tutorial walks you through the workflow of compiling splitfs, setting up ext4-DAX, compiling an application and running it with ext4-DAX as well as SplitFS, using a simple microbenchmark. The microbenchmark appends 128MB data to an empty file, in chunks of 4KB each, and does an fsync() at the end.

0 commit comments

Comments
 (0)