aboutsummaryrefslogtreecommitdiff
path: root/file.h
AgeCommit message (Expand)Author
2024-02-22Allow C headers to be included in cpp filesWeston Carvalho
2023-03-21storage: Add repair ack flag to more file operationsStephen Crane
2023-03-21storage: Improve file operation return valuesStephen Crane
2023-03-21storage: fs: Do not check data blocks in fs_checkStephen Crane
2023-02-09storage: Add a repaired flag to the superblockStephen Crane
2022-12-06storage: Return more descriptive results from file_openStephen Crane
2022-12-06storage: Add functionality to rebuild the free setStephen Crane
2019-11-19Replace reflist-related typedefs with struct typesNick Bray
2018-08-02Enable pre-upload clang formatting.Nick Bray
2017-09-19storage: file: Add file_moveArve Hjønnevåg
2017-08-23storage: file: Add file iterate apiArve Hjønnevåg
2017-08-23storage: file: Add api get and put file infoArve Hjønnevåg
2016-05-09storage: Add support for conflict detection of read-modify-write transactions.Arve Hjønnevåg
2016-05-05storage: Change how open files are updated on transaction completeArve Hjønnevåg
2016-04-13storage: fileArve Hjønnevåg