NVSL / linux-nova

NOVA is a log-structured file system designed for byte-addressable non-volatile memories, developed at the University of California, San Diego.
http://nvsl.ucsd.edu/index.php?path=projects/nova
Other
421 stars 118 forks source link

How does Nova filesystem handle wear-leveling? #76

Closed pratham-pc closed 4 years ago

Andiry commented 4 years ago

Currently it does not handle wear-leveling. Wear-leveling should be done in HW.

On Sun, Oct 13, 2019 at 10:56 PM Prathamesh Chavan notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NVSL/linux-nova/issues/76?email_source=notifications&email_token=AAKBYEELP7DSFNEX5SLO76TQOQCYJA5CNFSM4JAK3ZE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HRP7IRQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKBYEB7VJGAPD2ZETU2EA3QOQCYJANCNFSM4JAK3ZEQ .

pratham-pc commented 4 years ago

@Andiry thanks for the information!