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-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
2023-02-21
Kernel: Fix const-correctness of PCI::DeviceIdentifier usage
Andreas Kling
2023-02-19
Kernel+Userland: Add constants subdirectory at /sys/kernel directory
Liav A
2023-02-19
Kernel: Remove unnecessary include from SysFS PowerStateSwitch code
Liav A
2023-02-19
Kernel/FileSystem: Don't assume flags for root filesystem mount flags
Liav A
2023-02-19
Kernel/FileSystem: Fix check of read offset for the RAMFSInode code
Liav A
2023-02-19
Kernel/FileSystem: Add check of read offset for the FATInode code
Liav A
2023-02-19
Kernel: Change polarity of weak ownership between Inode and LocalSocket
Peter Elliott
2023-02-18
Kernel: Dont crash if power states gets set to an invalid value
Undefine
2023-02-12
AK: Add conversion functions for packed DOS time format
Ollrogge
2023-02-10
Kernel: Explicitly copy Plan9FS read errors to registered delegates
Timothy Flynn
[next]