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-13
Kernel: Use divide_rounded_up inside write_block_list_for_inode
Jean-Baptiste Boric
2021-02-13
Kernel: Support triply indirect blocks for BlockListShape computation
Jean-Baptiste Boric
2021-02-13
Kernel: Add forgotten 'const' flag
Ben Wiederhake
2021-02-12
DevFS: Use strongly typed InodeIndex
Andreas Kling
2021-02-12
Kernel: Fix build with BBFS_DEBUG
Andreas Kling
2021-02-12
Ext2FS: Make Ext2FS::GroupIndex a distinct integer type
Andreas Kling
2021-02-12
Kernel: Make BlockBasedFS::BlockIndex a distinct integer type
Andreas Kling
2021-02-12
Kernel: Add distinct InodeIndex type
Andreas Kling
2021-02-12
Kernel: Remove default arguments from Inode::resolve_as_link()
Andreas Kling
2021-02-11
Ext2FS: Convert #if EXT2_DEBUG => dbgln_if() and constexpr-if
Andreas Kling
2021-02-11
Ext2FS: Shrink Ext2FSDirectoryEntry from 16 to 12 bytes
Andreas Kling
2021-02-09
Kernel: Convert all *Builder::appendf() => appendff()
Andreas Kling
2021-02-08
Kernel: Move memory statistics helpers from Process to Space
Andreas Kling
2021-02-08
Kernel: Factor address space management out of the Process class
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-02-05
Kernel: Don't create a zero-length VLA in Ext2FS block list walk
Andreas Kling
2021-02-04
Kernel: Make /proc/PID/stacks/TID a JSON array
Andreas Kling
2021-02-03
Kernel: Check for off_t overflow in FileDescription::read/write
Andreas Kling
2021-02-03
Kernel: Check for off_t overflow before reading/writing InodeFile
Andreas Kling
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
[prev]
[next]