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