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
/
VirtualFileSystem.cpp
Age
Commit message (
Expand
)
Author
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-08
Kernel: Don't assume there are no nodes if m_unveiled_paths.is_empty()
Max Wipfli
2021-05-29
Kernel: Ensure that an unveil node with no permission is never accepted
Ali Mohammad Pur
2021-05-28
Kernel: Rename Custody::create() => try_create()
Andreas Kling
2021-05-22
Kernel: Remove an allocation from VFS::resolve_path_without_veil (#7287)
Mart G
2021-05-19
Kernel: Ignore null parent custody without error in VFS::open
Max Wipfli
2021-05-10
Kernel: Plumb OOM propagation through Custody factory
Brian Gianforcaro
2021-05-08
Kernel-VFS: Fixed kernel crash if parent custody is null
r-paiva
2021-05-02
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
Brian Gianforcaro
2021-04-30
Kernel: Make Inode::set_{a,c,m}time return KResult
Andreas Kling
2021-04-25
Kernel: Remove the now defunct `LOCKER(..)` macro.
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-11
Kernel: Use more if-with-initializer in VFS
Andreas Kling
2021-03-11
Kernel: Silence debug spam about chown and symlink during boot
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in filesystem code
Andreas Kling
2021-03-02
Kernel: Make kgettimeofday use AK::Time
Ben Wiederhake
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2021-02-12
Kernel: Add distinct InodeIndex type
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-06
Kernel: Use the resolved parent path when testing create veil (#5231)
William Bowling
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-24
Revert "Kernel: Make VFS::create() fail with EINVAL on invalid file mode"
Andreas Kling
2021-01-23
Kernel: Make VFS::create() fail with EINVAL on invalid file mode
Andreas Kling
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-21
Kernel: Create new files with the current process EUID/EGID
Andreas Kling
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2021-01-19
Kernel: Allow sys$chmod() to change the sticky bit
Andreas Kling
2021-01-19
Kernel: Implement the same symlink protection as Linux
Andreas Kling
2021-01-19
Kernel: Implement the same hard link protection as Linux
Andreas Kling
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-10
Kernel: Don't allow non-root, non-owners to rmdir any child of sticky
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
2020-12-31
Kernel: Sprinkle some lockers in Inode
Andreas Kling
2020-12-27
Kernel: Allow sys$rename() to rename symlinks
Andreas Kling
2020-12-26
Kernel: Implement unveil() as a prefix-tree
AnotherTest
2020-12-22
Kernel: Allow sys$chmod() to modify the set-gid bit
Andreas Kling
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-11-23
Kernel: Add unveil('b')
Sergey Bugaev
2020-11-01
Kernel+LibC: Don't allow a directory to become a subdirectory of itself
Andreas Kling
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-22
Revert "Kernel: Switch singletons to use new Singleton class"
Andreas Kling
2020-08-22
Revert "Kernel: Move Singleton class to AK"
Andreas Kling
2020-08-22
Revert "AK: Get rid of make_singleton function"
Andreas Kling
2020-08-22
AK: Get rid of make_singleton function
Tom
[next]