index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
FileSystem
/
Ext2FileSystem.h
Age
Commit message (
Expand
)
Author
2019-11-03
Ext2FS: Use KBuffers for the cached bitmap blocks
Andreas Kling
2019-11-02
Ext2FS: Inode resizing should fail with ENOSPC if we lack blocks
Andreas Kling
2019-11-02
Ext2FS: Rename get_block_bitmap() => get_bitmap_block()
Andreas Kling
2019-11-02
Ext2FS: Cache block bitmaps instead of always reading/writing disk
Andreas Kling
2019-11-02
Ext2FS: Tidy up code related to the Ext2 super block a bit
Andreas Kling
2019-11-02
Ext2FS: Flush the super block and block group descriptors lazily
Andreas Kling
2019-10-02
Ext2FS: Make Ext2FSInode::is_directory() fast
Andreas Kling
2019-09-30
Kernel: Convert the DiskBackedFS write API to take "const u8*"
Andreas Kling
2019-09-22
Ext2FS: Fix two bugs in block allocation:
Andreas Kling
2019-08-17
Kernel: Added unmount ability to VFS
Jesse Buhagiar
2019-07-11
Kernel: Remove use of copy_ref() in favor of regular RefPtr copies.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-21
AK: Rename Retainable.h => RefCounted.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-06-09
Ext2FS: Move directory writing logic into Ext2FSInode.
Andreas Kling
2019-06-09
Kernel: Use StringView more in Inode and subclasses.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
2019-06-01
FileSystem: Make Inode::lookup() take a StringView.
Andreas Kling
2019-06-01
FileSystem: Remove now-unused Inode::parent() and Inode::reverse_lookup().
Andreas Kling
2019-05-31
FileSystem: Pass mode_t to Inode::add_child().
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-16
Kernel: Move Inode to its own files.
Andreas Kling
2019-05-03
Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.
Andreas Kling
2019-04-28
Ext2FS: Support shrinking inode to a smaller size.
Andreas Kling
2019-04-23
Ext2FS: More bitmap misunderstanding cleanups.
Andreas Kling
2019-04-23
Ext2FS: Simplify block bitmap stuff.
Andreas Kling
2019-04-23
Do a pass of compiler warning fixes.
Andreas Kling
2019-04-03
Kernel: Move FS-related files into Kernel/FileSystem/
Andreas Kling