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-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
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-08
Kernel: Use `AK::Stream` to write packed binary data
Tim Schumacher
2023-02-08
Kernel: Modernize Error handling when serializing directory entries
Tim Schumacher
2023-02-06
Kernel: Protect Thread::m_name with a spinlock
Sam Atkins
2023-02-06
Kernel: Protect Process::m_name with a spinlock
Sam Atkins
2023-02-05
Kernel: Fix CPUInfo error propagation fixme
MacDue
2023-02-04
Kernel+SystemServer+Base: Introduce the RAMFS filesystem
Liav A
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-29
Kernel/FileSystem: Simplify the ProcFS inode code
Liav A
2023-01-27
Kernel: Remove declarations for non-existent methods
Sam Atkins
2023-01-26
Kernel/PCI: Expose PCI option ROM data from the sysfs interface
Liav A
2023-01-26
Kernel/PCI: Hold a reference to DeviceIdentifier in the Device class
Liav A
2023-01-24
Kernel: Allow to remove files from sticky directory if user owns it
Karol Kosek
2023-01-21
Everywhere: Remove string.h include from AK/Traits.h and resolve fallout
Andrew Kaster
2023-01-21
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
Andrew Kaster
2023-01-16
Kernel: Fix uninitialized member variable in FATFS Filesystem
Brian Gianforcaro
2023-01-09
Kernel/FileSystem: Fix kernel panic during FS init or mount failure
Taj Morton
2023-01-07
Kernel: Mark Process::jail() method as const
Liav A
2023-01-06
Kernel: Add helper function to check if a Process is in jail
Liav A
2023-01-05
Kernel/SysFS: Don't refresh/set-values inside the Jail spinlock scope
Liav A
2023-01-04
Kernel/FileSystem: Fix handling of FAT names that don't fill an entry
Taj Morton
2023-01-04
Kernel/FileSystem: Remove FIXME about old/new path being the same
Taj Morton
2023-01-02
Everywhere: Remove unused includes of AK/Memory.h
Ben Wiederhake
2023-01-02
Kernel: Remove unused includes of Kernel/Debug.h
Ben Wiederhake
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2023-01-01
Kernel+Tests: Allow deleting someone else's file in my sticky directory
Andreas Kling
2023-01-01
Kernel: Annotate VirtualFileSystem::rmdir() errors with spec comments
Andreas Kling
2023-01-01
Kernel+Tests: Remove inaccurate FIXME in sys$rmdir()
Andreas Kling
2023-01-01
Kernel+Tests: Make sys$rmdir() fail with EINVAL if basename is "."
Andreas Kling
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-21
Kernel/FileSystem: Prevent symlink creation in veiled directory paths
Liav A
[next]