아무것도 몰라요

Paper Review 6

[OS] Scheduler Activations: Effective Kernel Support for the User-Level Management of Parallelism

Scheduler activations: effective kernel support for the user-level management of parallelism: ACM SIGOPS Operating Systems Revie Threads are the vehicle for concurrency in many approaches to parallel programming. Threads separate the notion of a sequential execution stream from the other aspects of traditional UNIX-like processes, such as address spaces and I/O descriptors. The ... dl.acm.org Ab..

Paper Review 2022.12.11

[File System] The Design and Implementation of a Log-Structured File System

Notice 해당 post의 정리는"The Design and Implementation of a Log-Structured File System" 논문의 내용을 그대로 인용 및 정리한 것이다. https://dl.acm.org/doi/10.1145/146941.146943 The design and implementation of a log-structured file system | ACM Transactions on Computer Systems This paper presents a new technique for disk storage management called a log-structured file system. A log-structured file system writes all mo..

Paper Review 2022.11.14

[Storage] ZNS: Avoiding the Block Interface Tax for Flash-based SSDs

Notice 해당 post는 "ZNS: Avoiding the Block Interface Tax for Flash-based SSDs"논문의 대부분을 인용 + 정리한 것이다. https://www.usenix.org/conference/atc21/presentation/bjorling ZNS: Avoiding the Block Interface Tax for Flash-based SSDs | USENIX Open Access Media USENIX is committed to Open Access to the research presented at our events. Papers and proceedings are freely available to everyone once the event begi..

Paper Review 2022.11.13

[Storage] The Multi-streamed Solid-State Drive

Notice 해당 post는 "The Multi-streamed Solid-State Drive"논문의 대부분을 인용 + 정리한 것이다. https://www.usenix.org/conference/hotstorage14/workshop-program/presentation/kang The Multi-streamed Solid-State Drive | USENIX www.usenix.org Paper Review Abstract This paper makes a case for the multi-streamied solid state drive (SSD). It offers an intuitive storage interface for the host system to inform the SSD abou..

Paper Review 2022.11.13

[File System] F2FS: A New File System for Flash Storage

Notice 해당 post의 정리는 Fast 15에 발표된 "F2FS: A New File System for Flash Storage" 논문의 내용을 그대로 인용한 것이다. https://www.usenix.org/conference/fast15/technical-sessions/presentation/lee F2FS: A New File System for Flash Storage | USENIX www.usenix.org Paper Review Abstract F2FS is a Linux file system designed to perform well on modern flash storage devices. The file system builds on append-only logging and..

Paper Review 2022.11.11
1