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
Age
Commit message (
Expand
)
Author
2021-07-11
Kernel: Fix TmpFS resize behavior around INT32_MAX for 32-bit systems
Andrew Kaster
2021-07-11
Kernel: Rename various *VMObject::create*() => try_create()
Andreas Kling
2021-07-11
Kernel: Make SharedInodeVMObject allocation OOM-safe
Andreas Kling
2021-07-11
Kernel: Return correct error numbers for the mkdir syscall
Max Wipfli
2021-07-11
Kernel: Use Forward.h headers more
Andreas Kling
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-11
Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry
Andreas Kling
2021-07-11
Kernel: Replace "Folder" => "Directory" everywhere
Andreas Kling
2021-07-11
Kernel: Remove pointless lock/unlock in SysFS constructor
Andreas Kling
2021-07-11
Kernel: Remove all friend declarations from SysFSComponentRegistry
Andreas Kling
2021-07-11
Kernel: Move SystemExposed.* => FileSystem/SysFSComponent.*
Andreas Kling
2021-07-11
Kernel: Remove some dead code and unused includes in SysFS files
Andreas Kling
2021-07-11
Kernel: Move SysFS forward declarations to FileSystem/Forward.h
Andreas Kling
2021-07-11
Kernel: Rename SystemExposedFolder => SysFSDirectory
Andreas Kling
2021-07-11
Kernel: Rename SystemExposedComponent => SysFSComponent
Andreas Kling
2021-07-11
Kernel: Rename SystemRegistrar => SysFSComponentRegistry
Andreas Kling
2021-07-11
Kernel: Remove unnecessary includes in FileSystem.{cpp,h}
Andreas Kling
2021-07-11
Kerne: Switch SysFS to east-const style
Andreas Kling
2021-07-11
Kernel: Switch Custody to east-const style
Andreas Kling
2021-07-11
Kernel: Only allow looking up Mounts by InodeIdentifier
Andreas Kling
2021-07-11
Kernel: Make VirtualFileSystem::Mount a top-level class
Andreas Kling
2021-07-11
Kernel: Rename BlockBasedFS => BlockBasedFileSystem
Andreas Kling
2021-07-11
Kernel: Rename FileBackedFS => FileBackedFileSystem
Andreas Kling
2021-07-11
Kernel: Make VirtualFileSystem::sync() static
Andreas Kling
2021-07-11
Kernel: Rename VFS => VirtualFileSystem
Andreas Kling
2021-07-11
Kernel: Rename FS => FileSystem
Andreas Kling
2021-07-07
Kernel: Custody::absolute_path() => try_create_absolute_path()
Max Wipfli
2021-07-07
Kernel: Add Custody::try_create_absolute_path()
Max Wipfli
2021-07-07
Kernel: Add KLexicalPath::try_join and use it
Max Wipfli
2021-07-07
Kernel: Replace usage of LexicalPath with KLexicalPath
Max Wipfli
2021-07-06
Kernel: Promote various integers to 64 bits in storage layer
Jean-Baptiste Boric
2021-07-05
Kernel: Fix regression in VFS::symlink
Max Wipfli
2021-07-05
Kernel: Stricter path checking in validate_path_against_process_veil
Max Wipfli
2021-07-05
Kernel: Use the static LexicalPath::basename(String) in VFS
Max Wipfli
2021-07-05
Kernel: Don't allocate Strings unnecessarily in process veil validation
Max Wipfli
2021-07-03
Kernel: Fix miscellaneous warnings when building with Clang
Daniel Bertalan
2021-07-03
Kernel: Add missing override specifiers
Daniel Bertalan
2021-07-02
Kernel/ProcFS: Clean dead processes properly
Liav A
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-29
Kernel/ProcFS: Tighten modified time value across the filesystem objects
Liav A
2021-06-29
Kernel/ProcFS: Tighten permissions on the exposed objects
Liav A
2021-06-29
Kernel: Introduce the new ProcFS design
Liav A
2021-06-29
Kernel/SysFS: Add PCI exposed folder
Liav A
2021-06-29
Kernel: Introduce the new SysFS
Liav A
2021-06-29
Kernel: Remove DMI exposed blobs from ProcFS
Liav A
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-24
Kernel: Fix compiling TmpFSInode::write_bytes on x86_64
Gunnar Beutner
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
[next]