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
2020-10-22
TmpFS: Don't allow file names longer than NAME_MAX
Andreas Kling
2020-10-20
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
2020-10-07
Ext2FS: Fix block allocation ignoring the very last block group
Andreas Kling
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-28
Kernel: Return early in create_inode if name is too long
Luke
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-19
Kernel: Let InodeWatcher track child inode numbers instead of names
Andreas Kling
2020-09-19
Kernel: Don't assert when reading too little from an InodeWatcher
Andreas Kling
2020-09-19
Kernel: Simplify ProcFS callbacks by using function pointers directly
Tom
2020-09-16
Kernel: Fix kernel crash in get_dir_entries when buffer too small.
asynts
2020-09-15
FileSystem: Use OutputMemoryStream instead of BufferStream.
asynts
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-12
Kernel: Fix various forward declarations
Ben Wiederhake
2020-09-10
Kernel: Rename Process::is_ring0/3 to Process::is_kernel/user_process
Tom
2020-09-08
Refactor: Replace usages of FixedArray with Vector.
asynts
2020-09-06
Kernel: Track time-of-last-write in SlavePTY and report it as mtime
Andreas Kling
2020-09-06
Kernel: Make File weakable
Andreas Kling
2020-09-06
Kernel: Virtualize the File::stat() operation
Andreas Kling
2020-09-06
Kernel: Rename FileDescription::fstat() => stat()
Andreas Kling
2020-08-30
Kernel: Make Heap implementation reusable, and make kmalloc expandable
Tom
2020-08-30
Kernel: Explain correctness of reference to local lambda
Ben Wiederhake
2020-08-30
Kernel: Unbreak building with extra debug macros, part 2
Ben Wiederhake
2020-08-30
Kernel: Unbreak building with extra debug macros, part 1
Ben Wiederhake
2020-08-29
FileSystem: Convert file types to DT_* types at a later stage
Itamar
2020-08-28
Ext2FS: Make reported file_type values match up with those in dirent
Itamar
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-23
Ext2FS: Fix build with EXT2_DEBUG
Andreas Kling
2020-08-22
Kernel: Prefer snprintf over sprintf
Ben Wiederhake
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
2020-08-22
Kernel: Move Singleton class to AK
Tom
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-19
Ext2FS: Fix inode link leak on all new inodes
Andreas Kling
2020-08-18
Kernel: Remove the now-unused FS::DirectoryEntry
Andreas Kling
2020-08-18
Ext2FS: Stop using FS::DirectoryEntry
Andreas Kling
2020-08-18
TmpFS: Stop using FS::DirectoryEntry in TmpFSInode
Andreas Kling
2020-08-18
TmpFS: Avoid unnecessary inode lookup in TmpFSInode::lookup()
Andreas Kling
2020-08-18
Kernel: Add DirectoryEntryView for VFS directory traversal
Andreas Kling
2020-08-17
Kernel: Emit ProcFS pledge/veil properties as "N/A" for kernel processes
Brian Gianforcaro
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-12
Kernel: Avoid ninja-import of global variable
Ben Wiederhake
2020-08-12
Kernel: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Kernel: Expose thread stacks as separate files
Ben Wiederhake
2020-08-11
Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer)
Andreas Kling
2020-08-10
Kernel: More PID/TID typing
Ben Wiederhake
2020-08-10
Kernel: PID/PGID typing
Ben Wiederhake
2020-08-10
Kernel: PID/TID typing
Ben Wiederhake
2020-08-09
Kernel: Fix my result propagation bug @BenWiederhake spotted
Brian Gianforcaro
[prev]
[next]