Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 828 Bytes

File metadata and controls

20 lines (15 loc) · 828 Bytes

IPLFS (Log-structured File System for Infinite partition)

IPLFS Implementation of ATC'22 Paper <IPLFS: Log-Structured File System without Garbage Collection> (https://www.usenix.org/conference/atc22/presentation/kim-juwon)

License

IPLFS is implemented based upon Linux 5.11.0. To check License, please read Documentation/admin-guide/README.rst first.

Branch

IPLFS-stable: IPLFS source code.
original_kernel: vanilla kernel used as comparator in the paper.

Folder structure

/IPLFS-srcode: IPLFS source code based on F2FS.
/f2fs-tools: f2fs-tools used for making and mounting IPLFS.

Credit

IPLFS was mainly developed by Juwon Kim @OSLAB-KAIST ([email protected])

Experiment Data

We upload Experiment Data of the paper at the IPLFS experiment data.xlsx. You can check it at the master branch.