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-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
2022-12-17
Kernel/Plan9FS: Propagate errors in Plan9FSMessage::append_data
Freakness109
2022-12-11
Kernel: Implement flock downgrading
sin-ack
2022-12-11
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
sin-ack
2022-12-11
Kernel: Use real UID/GID when checking for file access
sin-ack
2022-12-11
Kernel: Remove InodeMetadata::may_{read,write,execute}(Process const&)
sin-ack
2022-12-11
Kernel+LibC+LibCore: Implement `renameat(2)`
sin-ack
2022-12-09
Kernel/FileSystem: Convert the mount table from Vector to IntrusiveList
Liav A
2022-12-09
Kernel: Add callback on ".." directory entry for a TmpFS root directory
Liav A
2022-12-03
Kernel: Reject create links on paths that were not unveiled as writable
Liav A
2022-12-03
Kernel+SystemServer: Don't hardcode coredump directory path
Liav A
2022-12-03
Kernel: Rename SysFSSystemBoolean => SysFSSystemBooleanVariable
Liav A
2022-12-03
Kernel: Allow read access sparingly to some /sys/kernel directory nodes
Liav A
2022-12-03
Kernel: Disallow jailed processes to read files in /sys/kernel directory
Liav A
2022-12-03
Kernel: Forbid access to /sys/kernel/power_state for Jailed processes
Liav A
2022-11-29
Kernel: Add File::is_regular_file()
Andreas Kling
2022-11-26
Kernel+LibCore+LibC: Implement support for forcing unveil on exec
Liav A
2022-11-25
Kernel: Update the ".." inode for directories after a rename
sin-ack
2022-11-24
Kernel/TmpFS: Update mtime instead of ctime when asked to update mtime
Andreas Kling
2022-11-24
Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t
Andreas Kling
2022-11-19
Kernel+lsirq: Track per-CPU IRQ handler call counts
Andreas Kling
2022-11-19
Kernel: Rename GenericInterruptHandler "invoking count" to "call count"
Andreas Kling
2022-11-11
Kernel: Add missing includes for Mount.h file
Liav A
2022-11-08
Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components
Liav A
2022-11-08
Kernel: Split the ISO9660FileSystem.{cpp,h} files to smaller components
Liav A
2022-11-08
Kernel: Split the DevPtsFS files into smaller components
Liav A
2022-11-08
Kernel: Split the Plan9FileSystem.{cpp,h} file into smaller components
Liav A
2022-11-08
Kernel: Split the ProcFS core file into smaller components
Liav A
2022-11-08
Kernel: Split the FATFileSystem.{cpp,h} files into smaller components
Liav A
2022-11-08
Kernel: Split the TmpFS core files into smaller components
Liav A
2022-11-08
Kernel: Split the SysFS core files into smaller components
Liav A
2022-11-05
Kernel: Add support for jails
Liav A
2022-10-26
Kernel: Remove bunch of unused includes in SysFS/Processes.cpp
Timon Kruiper
2022-10-26
Kernel: Include missing headers for various files
Timon Kruiper
2022-10-26
Kernel: Don't expose processor information for aarch64 in sysfs
Timon Kruiper
2022-10-25
Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory
Liav A
2022-10-25
Kernel: Introduce global variables and stats in /sys/kernel directory
Liav A
2022-10-24
Kernel/FileSystem: Remove hardcoded unveil path of /usr/lib/Loader.so
Liav A
2022-10-24
Kernel: Add support for MSG_NOSIGNAL and properly send SIGPIPE
Gunnar Beutner
2022-10-22
Kernel/FileSystem: Discard safely filesystems when unmounted last time
Liav A
2022-10-22
Kernel: Append root filesystem to the VFS FileBackedFileSystem list
Liav A
[next]