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
2023-06-04
Kernel: Move InterruptDisabler to the Interrupts subdirectory
Liav A
2023-06-04
Kernel: Move Performance-measurement code to the Tasks subdirectory
Liav A
2023-06-04
Kernel: Move all boot-related code to the new Boot subdirectory
Liav A
2023-06-04
Everywhere: Move global Kernel pattern code to Kernel/Library directory
Liav A
2023-06-04
Kernel: Move task-crash related code to the Tasks subdirectory
Liav A
2023-06-04
Kernel: Move {Virtual,Physical}Address classes to the Memory directory
Liav A
2023-06-04
Kernel: Move all tasks-related code to the Tasks subdirectory
Liav A
2023-06-04
Kernel: Move Jail code to a new subdirectory
Liav A
2023-06-02
Kernel+Userland: Ensure proper unveil permissions before using rm/rmdir
Liav A
2023-06-02
Kernel: Move the Storage directory to be a new directory under Devices
Liav A
2023-05-27
AK+Everywhere: Don't crash on invalid months
Ben Wiederhake
2023-05-27
AK: Test from_unix_time_parts intensively
Ben Wiederhake
2023-05-27
Kernel: Make Ext2FSInode::traverse_as_directory to take m_inode_lock
Liav A
2023-05-27
Kernel: Don't lock ProcFS mutex when calling traverse_as_directory
Liav A
2023-05-27
Kernel: Don't lock SysFS filesystem mutex calling traverse_as_directory
Liav A
2023-05-24
Kernel: Use UnixDateTime wherever applicable
kleines Filmröllchen
2023-05-24
AK: Rename Time to Duration
kleines Filmröllchen
2023-05-19
Kernel: Move a bunch of generic devices code into new subdirectory
Liav A
2023-05-17
Kernel: Add RPi Watchdog and use it for system shutdown
Daniel Bertalan
2023-05-15
Kernel: Remove `FIFO::{attach,detach}(Direction)`
Daniel Bertalan
2023-05-06
Kernel: Promote the entry to the front during a cache hit
Pankaj Raghav
2023-04-25
Kernel: Colorize log message for paths which haven't been unveiled
Timothy Flynn
2023-04-22
Kernel: Protect internal structures in InodeWatcher with spinlocks
Liav A
2023-04-21
Kernel+Userland: Remove the `nfds` entry from `/sys/kernel/processes`
Tim Schumacher
2023-04-17
Kernel: Remove unused functions related to reading full inodes
Tim Schumacher
2023-04-17
Kernel: Use purpose-sized buffers when resolving inodes as links
Tim Schumacher
2023-04-17
Kernel: Add `Inode::read_until_filled_or_end`
Tim Schumacher
2023-04-14
Kernel: Get rid of *LockRefPtr in the SysFS filesystem code
Liav A
2023-04-10
Kernel: Add the futimens syscall
Liav A
2023-04-09
Kernel: Remove redundant HID name from all associated files
Liav A
2023-04-08
Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability
Liav A
2023-04-05
Kernel: Stop using *LockRefPtr for TTY
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for Thread
Andreas Kling
2023-04-04
Kernel: Simplify Process factory functions
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for Process pointers
Andreas Kling
2023-04-04
Kernel: Simplify Mount internals
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for FileSystem pointers
Andreas Kling
2023-04-02
Kernel: Initialize DiskCache's buffer before the dirty&clean lists
Marco Cutecchia
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-12
Kernel: Make the Jails' internal design a lot more sane
Liav A
2023-03-10
Kernel: Use RefPtr instead of LockRefPtr for File and subclasses
Andreas Kling
2023-03-09
Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode>
Andreas Kling
2023-03-07
Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
Andreas Kling
2023-03-06
Kernel: Stop using NonnullLockRefPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-05
Kernel: Actually check Process unveil data when creating perfcore dump
Liav A
2023-02-24
Kernel/FileSystem: Simplify the ProcFS significantly
Liav A
2023-02-24
Kernel: Fix typo proccess => process in a name of Process method
Liav A
2023-02-24
AK+Kernel: Add includes before removing Kernel/ProcessExposed.h
Liav A
[next]