summaryrefslogtreecommitdiff
path: root/Kernel/DiskBackedFileSystem.h
AgeCommit message (Collapse)Author
2019-02-25More moving towards using signed types.Andreas Kling
I'm still feeling this out, but I am starting to like the general idea.
2019-02-25AK: Add Retained<T>, like RetainPtr, but never null.Andreas Kling
Also use some Clang attribute wizardry to get a warning for use-after-move.
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2019-01-23Move VFS sources into Kernel/.Andreas Kling