Age | Commit message (Expand) | Author |
---|---|---|
2021-09-07 | Kernel: Rename FileDescription => OpenFileDescription | Andreas Kling |
2021-07-11 | Kernel: Rename FileBackedFS => FileBackedFileSystem | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2020-07-05 | Kernel: Split BlockBasedFileSystem off FileBackedFileSystem | Sergey Bugaev |
2020-05-19 | Kernel: Tweak FileBackedFS API to avoid intermediary copies | Sergey Bugaev |
2020-04-06 | Kernel: Ensure we flush the entire ext2 superblock | Liav A |
2020-04-06 | Kernel: Change Ext2FS to be backed by a file instead of a block device | Liav A |
2020-04-03 | Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device" | Andreas Kling |
2020-04-02 | Kernel: Change Ext2FS to be backed by a file instead of a block device | Liav A |