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-01-27
Kernel: Make Processor::id a static function
Tom
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Kernel: Hoist VM range allocation up to sys$mmap() itself
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
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-23
Ext2FS: Assert that create_directory() is called with valid mode
Andreas Kling
2021-01-23
Ext2FS: Don't create a directory when asked to create a socket file
Andreas Kling
2021-01-22
Kernel: Make device generate their own names
Jean-Baptiste Boric
2021-01-22
Kernel: Hook Ramdisk devices inside DevFS
Jean-Baptiste Boric
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-21
Ext2FS: Propagate I/O errors from Ext2FSInode::write_bytes()
Andreas Kling
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2021-01-20
Kernel: Make BlockBasedFS read/write functions return a KResult
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-17
Kernel: Assert on attempt to mark inode metadata dirty on read-only FS
Andreas Kling
2021-01-17
Kernel: Remove /proc/PID/vmobjects
Andreas Kling
2021-01-17
Kernel: Remove unused /proc/mm file
Andreas Kling
2021-01-17
Kernel: Unbreak /proc/PID/root symlink
Andreas Kling
2021-01-17
Ext2FS: Update block group directory count after directory removal
Andreas Kling
2021-01-15
Kernel: Make Process::allocate_region*() return KResultOr<Region*>
Andreas Kling
2021-01-15
Kernel: Add anonymous files, created with sys$anon_create()
Andreas Kling
2021-01-14
ProcFS: Ignore directories in refresh_data().
Mart G
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-11
Kernel: Remove /proc/mounts
Andreas Kling
2021-01-11
Kernel: Remove /proc/inodes
Andreas Kling
2021-01-11
Kernel: Convert a bunch of String::format() => String::formatted()
Andreas Kling
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Kernel+Profiler: Make profiling per-process and without core dumps
Andreas Kling
2021-01-10
Kernel: Don't allow non-root, non-owners to rmdir any child of sticky
Andreas Kling
2021-01-09
Ext2FS: Zero out new space when growing an inode
Andreas Kling
2021-01-09
Ext2FS: Convert dbg() to dbgln()
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-05
Kernel: Provide consistent memory stats in ProcFS
Tom
2021-01-04
Kernel: Specify default memory order for some non-synchronizing Atomics
Tom
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
2021-01-03
Kernel: Fix ProcFS returning Inodes that are being deleted
Tom
2021-01-02
Kernel: Pass "shared" flag to Region constructor
Andreas Kling
2021-01-02
Kernel: Fix dirty page map bitmap
Tom
2021-01-01
Kernel: Improve some low-memory situations with ext2
Tom
2021-01-01
Kernel: Merge PurgeableVMObject into AnonymousVMObject
Tom
2021-01-01
Kernel: Memory purging improvements
Tom
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
[next]