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-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
2020-01-03
Kernel: The superuser is allowed to utime() on any file
Andreas Kling
2020-01-03
Kernel: rename() should fail with EXDEV for cross-device requests
Andreas Kling
2020-01-03
Kernel: Fix awkward bug where "touch /foo/bar/baz" could create "/baz"
Andreas Kling
2020-01-03
Kernel: read() and write() should fail with EBADF for wrong mode fd's
Andreas Kling
2020-01-03
Kernel: Don't allow open() with (O_CREAT | O_DIRECTORY)
Andreas Kling
2020-01-03
Kernel: Handle O_DIRECTORY in VFS::open() instead of in each syscall
Andreas Kling
2020-01-02
Kernel: Don't include the process GID in the "extra GIDs" table
Andreas Kling
2020-01-02
Kernel: Mask kernel addresses in backtraces and profiles
Andreas Kling
2020-01-02
Kernel: Remove broken implementation of Unix SHM
Andreas Kling
2020-01-02
Kernel: Create support for PCI ECAM
Liav A
2019-12-31
ProcFS: Supervisor-only inodes should be owned by UID 0, GID 0
Andreas Kling
2019-12-31
ProcFS: Reduce the amount of info accessible to non-superusers
Andreas Kling
2019-12-31
Kernel: Remove some unnecessary leaking of kernel pointers into dmesg
Andreas Kling
2019-12-30
Kernel: Refactor scheduler to use dynamic thread priorities
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process clean inode memory
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process dirty private memory
Andreas Kling
2019-12-26
ProcFS: Fix inconsistent numbers in /proc/memstat
Andreas Kling
2019-12-24
Kernel: Implement recursion limit on path resolution
Shannon Booth
2019-12-21
Kernel: Expose region executable bit in /proc/PID/vm
Andreas Kling
2019-12-19
Kernel: Rename vmo => vmobject everywhere
Andreas Kling
2019-12-15
Kernel+SystemMonitor: Prevent userspace access to process ELF image
Andreas Kling
2019-12-15
Kernel+FileManager: Disallow watch_file() in unsupported file systems
Andreas Kling
2019-12-15
Kernel+SystemMonitor: Expose the number of set CoW bits in each Region
Andreas Kling
[next]