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-01-19
TmpFS: Grow the underlying inode buffer with 2x factor when written to
Andreas Kling
2020-01-18
Kernel: Move setting file flags and r/w mode to VFS::open()
Sergey Bugaev
2020-01-18
Kernel: Fix identifier casing
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Misc tweaks
Sergey Bugaev
2020-01-17
ProcFS: Implement symlink magic
Sergey Bugaev
2020-01-17
Kernel: Let inodes provide pre-open file descriptions
Sergey Bugaev
2020-01-17
Kernel: Let symlinks resolve themselves
Sergey Bugaev
2020-01-17
Kernel: Simplify VFS::resolve_path() further
Sergey Bugaev
2020-01-15
Kernel: Trying to sys$link() a directory should fail with EPERM
Andreas Kling
2020-01-15
Ext2FS: Assert that inline symlink read/write always uses offset=0
Andreas Kling
2020-01-15
Kernel: Avoid an extra call to read_bytes() in Inode::read_entire()
Andreas Kling
2020-01-15
Ext2FS: Don't allow creating new files in removed directories
Andreas Kling
2020-01-15
Kernel: Use Vector::unstable_remove() in a couple of places
Andreas Kling
2020-01-14
Kernel: Refactor/rewrite VFS::resolve_path()
Sergey Bugaev
2020-01-12
Kernel: read() and write() should EOVERFLOW if (offset+size) overflows
Andreas Kling
2020-01-12
Kernel: Add a basic lock to FileDescription
Andreas Kling
2020-01-12
Kernel: Don't forget to copy & destroy root_directory_for_procfs
Sergey Bugaev
2020-01-12
Kernel+Base: Mount root as nodev,nosuid
Sergey Bugaev
2020-01-12
Kernel: Properly propagate bind mount flags
Sergey Bugaev
2020-01-12
Kernel: Allow getting a Device from a FileDescription
Sergey Bugaev
2020-01-12
Kernel: Put some VFS debug spam behind VFS_DEBUG
Andreas Kling
2020-01-11
ProcFS: Expose process pledge promises in /proc/all
Andreas Kling
2020-01-11
Kernel: Implement bind mounts
Sergey Bugaev
2020-01-11
Kernel+LibC: Implement a few mount flags
Sergey Bugaev
2020-01-11
Kernel+LibC: Add O_EXEC, move exec permission checking to VFS::open()
Sergey Bugaev
2020-01-11
Kernel+LibC: Add support for mount flags
Sergey Bugaev
2020-01-11
Kernel: Simplify VFS::Mount handling
Sergey Bugaev
2020-01-10
Kernel: Expose a process's filesystem root as a /proc/PID/root symlink
Andreas Kling
2020-01-10
Kernel: Add a basic chroot() syscall :^)
Andreas Kling
2020-01-10
Kernel: Custody::absolute_path() should always return "/" for roots
Andreas Kling
2020-01-10
Kernel: unlink() should not follow symlinks
Andreas Kling
2020-01-10
TmpFS: Synthesize "." and ".." in traverse_as_directory()
Andreas Kling
2020-01-10
ProcFS: Don't expose kernel-only regions to users via /proc/PID/vm
Andreas Kling
2020-01-08
Kernel: Opening a file with O_TRUNC should update mtime
Andreas Kling
2020-01-08
Kernel: ftruncate() should update mtime
Andreas Kling
2020-01-08
ProcFS: Reads past the end of a generated file should be zero-length
Andreas Kling
2020-01-08
TmpFS: Reads past the end of a file should be zero-length
Andreas Kling
2020-01-07
Kernel: Take const Process& in InodeMetadata::may_{read,write,execute}
Andreas Kling
2020-01-07
Kernel: Make Process::file_description() vend a RefPtr<FileDescription>
Andreas Kling
2020-01-07
TmpFS: Add ASSERT(offset >= 0) to read_bytes() and write_bytes()
Andreas Kling
2020-01-07
TmpFS: Add "." and ".." entries to all directories
Andreas Kling
2020-01-07
Kernel: Don't leak kmalloc pointers through FIFO absolute paths
Andreas Kling
2020-01-05
Kernel: Start implementing x86 SMAP support
Andreas Kling
2020-01-04
Kernel: Entries in /dev/pts should be accessible only to the owner
Andreas Kling
2020-01-04
Kernel: File::open() should apply r/w mode from the provided options
Andreas Kling
2020-01-04
Kernel: The root inode of a TmpFS should have the sticky bit set
Andreas Kling
2020-01-03
Kernel: Allow fchmod() and fchown() on pre-bind() local sockets
Andreas Kling
2020-01-03
Kernel: Allow passing initial UID and GID when creating new inodes
Andreas Kling
2020-01-03
Ext2FS: Take the inode lock in Ext2FSInode::metadata()
Andreas Kling
[prev]
[next]