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
2019-05-31
FileSystem: Pass mode_t to Inode::add_child().
Andreas Kling
2019-05-31
Update Badge<T> instantiations to simply be {}.
Andreas Kling
2019-05-31
FileSystem: VFS should require Badge<Device> for device registration.
Andreas Kling
2019-05-31
FileSystem: Don't expose VFS::root_inode().
Andreas Kling
2019-05-31
FileSystem: Rename VFS::resolve_path_to_custody() => resolve_path().
Andreas Kling
2019-05-31
FileSystem: Reuse existing custodies when possible, and keep them updated.
Andreas Kling
2019-05-31
FileSystem: Merge symlink following logic into path resolution.
Andreas Kling
2019-05-30
FileSystem: Get rid of VFS::resolve_path().
Andreas Kling
2019-05-30
FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies.
Andreas Kling
2019-05-30
FileSystem: Get rid of VFS::resolve_path_to_inode() and old_resolve_path().
Andreas Kling
2019-05-30
Kernel: Rename Process::cwd_custody() to Process::current_directory().
Andreas Kling
2019-05-30
FileSystem: Port most of the code over to using custodies.
Andreas Kling
2019-05-30
FileSystem: Add a Custody class that represents a parent/child guardianship.
Andreas Kling
2019-05-30
Kernel: Make the Process allocate_region* API's understand "int prot".
Andreas Kling
2019-05-30
Kernel: Make fcntl(F_SETFL) actually update the append/blocking flags.
Andreas Kling
2019-05-30
Kernel: Add InodeFile, a File subclass for regular files.
Andreas Kling
2019-05-30
Kernel: Pass 'prot' argument to File::mmap() and act on it.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-26
Kernel: Support O_APPEND
Robin Burchell
2019-05-25
Ext2FS: Block #0 can terminate an inode block list early.
Andreas Kling
2019-05-25
Ext2FS: Fix build with EXT2_DEBUG enabled, and tweak some variable names.
Andreas Kling
2019-05-18
Kernel: Don't page in entire file immediately on mmap().
Andreas Kling
2019-05-18
FileDescriptor: It's actually okay to seek past the end of a file. :^)
Andreas Kling
2019-05-18
Kernel: SharedMemory should implement mmap().
Andreas Kling
2019-05-18
Kernel: Tidy up FileDescriptor members a bit.
Andreas Kling
2019-05-17
Kernel: Factor out range allocation from Process::allocate_region*().
Andreas Kling
2019-05-16
FileSystem: fix errno on lseek() beyond the bounds of a file
Robin Burchell
2019-05-16
Kernel: Move Inode to its own files.
Andreas Kling
2019-05-14
Kernel: Encapsulate the Region's COW map a bit better.
Andreas Kling
2019-05-03
Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.
Andreas Kling
2019-05-03
Kernel: Make Socket inherit from File.
Andreas Kling
2019-05-03
Kernel: Prepare Socket for becoming a File.
Andreas Kling
2019-05-02
Kernel: Remove unused Region::is_bitmap().
Andreas Kling
2019-05-02
Kernel: Assign Lock names in class member initializers.
Andreas Kling
2019-04-30
Kernel: Don't symbolicate symbol+offset for obvious non-kernel addresses.
Andreas Kling
2019-04-29
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
Andreas Kling
2019-04-29
Kernel: Make FIFO inherit from File.
Andreas Kling
2019-04-28
VFS: Also respect the sticky bit of the new parent in rename().
Andreas Kling
2019-04-28
VFS: Implement sticky bit behavior for rename() and unlink().
Andreas Kling
2019-04-28
Kernel: Make SharedMemory inherit from File.
Andreas Kling
2019-04-28
Ext2FS: Put some debug spam behind EXT2_DEBUG.
Andreas Kling
2019-04-28
Ext2FS: Support shrinking inode to a smaller size.
Andreas Kling
2019-04-28
FileDescriptor: Let TTY handle its own absolute_path().
Andreas Kling
2019-04-28
Kernel: Make ProcessTracer inherit from File.
Andreas Kling
2019-04-27
Kernel: Fix rename() sometimes failing to move within the same directory.
Andreas Kling
2019-04-27
DiskBackedFS: Flush write cache if it reaches 32 entries before sync.
Andreas Kling
2019-04-27
Ext2FS: Fix accidental zero-fill when appending to a file.
Andreas Kling
2019-04-25
Kernel: Add a write cache to DiskBackedFS.
Andreas Kling
2019-04-25
Ext2FS: Reduce debug spam in block allocation.
Andreas Kling
2019-04-25
Kernel: Make it possible to look up FIFO's by ID.
Andreas Kling
[next]