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
/
FileSystem.cpp
Age
Commit message (
Expand
)
Author
2020-05-19
Kernel: Make FS::block_size a size_t
Sergey Bugaev
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-09-10
Ext2FS: Trying to create a too-long directory entry should ENAMETOOLONG
Andreas Kling
2019-08-11
FileSystem: Move block_size() from DiskBackedFS to FS
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-27
Kernel: More use of NonnullRefPtrVector in the kernel.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-16
Kernel/Userland: Add a halt syscall, and a shutdown binary to invoke it
Robin Burchell
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-05-16
Kernel: Move Inode to its own files.
Andreas Kling
2019-05-02
Kernel: Assign Lock names in class member initializers.
Andreas Kling
2019-04-25
Kernel: Add a write cache to DiskBackedFS.
Andreas Kling
2019-04-23
Do a pass of compiler warning fixes.
Andreas Kling
2019-04-06
Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/.
Andreas Kling
2019-04-03
Kernel: Move VM-related files into Kernel/VM/.
Andreas Kling
2019-04-03
Kernel: Move FS-related files into Kernel/FileSystem/
Andreas Kling