summaryrefslogtreecommitdiff
path: root/AK/Retainable.h
AgeCommit message (Expand)Author
2019-03-16AK: Hoist the assertion in Retainable::release() to RetainableBase.Andreas Kling
2019-03-16AK: Reduce template bloat by hoisting non-typed parts of Retainable.Andreas Kling
2019-01-01Ext2FS: Free Ext2FSInodes when the last user releases them.Andreas Kling
2018-12-19Automatically call Inode::flush_metadata() before an Inode is destroyed.Andreas Kling
2018-10-29Add an inode metadata cache to the ext2fs implementation.Andreas Kling
2018-10-16Start fixing up AK to work inside the kernel.Andreas Kling
2018-10-13Add WeakPtr/Weakable templates.Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling