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-02-02
Kernel: Add a way to specify which memory regions can make syscalls
Andreas Kling
2021-02-02
Ext2FS: Avoid unnecessary parent inode lookup during inode creation
Andreas Kling
2021-02-02
Ext2FS: Simplify inode creation by always starting empty
Andreas Kling
2021-02-02
Ext2FS: Propagate error codes from write_directory()
Andreas Kling
2021-02-01
Kernel: Set file size for smbios_entry_point and DMI blobs in ProcFS
Liav A
2021-02-01
Kernel: Expose SMBIOS blobs in ProcFS
Liav A
2021-01-31
Userland: Rename PCI slot to PCI device terminology
Jean-Baptiste Boric
2021-01-31
Kernel: Fix PCI bridge enumeration
Jean-Baptiste Boric
2021-01-31
Kernel: Make /proc/self/ work again
Ben Wiederhake
2021-01-30
Kernel: Add FIBMAP ioctl to Ext2FileSystem
Peter Elliott
2021-01-28
Kernel+Userland: Remove unused "effective priority" from threads
Andreas Kling
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
[prev]
[next]