summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/FileBackedFileSystem.h
AgeCommit message (Expand)Author
2021-07-11Kernel: Rename FileBackedFS => FileBackedFileSystemAndreas Kling
2021-07-11Kernel: Rename FS => FileSystemAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2020-07-05Kernel: Split BlockBasedFileSystem off FileBackedFileSystemSergey Bugaev
2020-05-19Kernel: Tweak FileBackedFS API to avoid intermediary copiesSergey Bugaev
2020-04-06Kernel: Ensure we flush the entire ext2 superblockLiav A
2020-04-06Kernel: Change Ext2FS to be backed by a file instead of a block deviceLiav A
2020-04-03Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"Andreas Kling
2020-04-02Kernel: Change Ext2FS to be backed by a file instead of a block deviceLiav A