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-06-16
Kernel+Userland: Expose list of network adapters through /proc/netadapters.
Andreas Kling
2019-06-14
Kernel: Fix not returning errors for the last path item.
Sergey Bugaev
2019-06-14
AK: Add more StringView utilities for making substrings.
Sergey Bugaev
2019-06-13
Kernel: Rename "descriptor" to "description" where appropriate.
Andreas Kling
2019-06-12
Kernel: Fix resolving symlinks in the middle of a path.
Sergey Bugaev
2019-06-12
Kernel: Fix comparing StringViews with strcmp().
Sergey Bugaev
2019-06-12
Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector
Conrad Pankoff
2019-06-09
FileSystem: Don't perform path resolution twice for open() with O_CREAT.
Andreas Kling
2019-06-09
Ext2FS: The block numbers returned by allocate_blocks() should be 1-based.
Andreas Kling
2019-06-09
Ext2FS: Fix wrong file mode being passed from create_inode() to add_child().
Andreas Kling
2019-06-09
Ext2FS: Move directory writing logic into Ext2FSInode.
Andreas Kling
2019-06-09
Kernel: Use StringView more in Inode and subclasses.
Andreas Kling
2019-06-07
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
Andreas Kling
2019-06-07
Kernel: Qualify a bunch of #include statements.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
Kernel: Rename LinearAddress => VirtualAddress.
Andreas Kling
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
2019-06-06
FIFO: Raise SIGPIPE in processes that write() to a broken pipe.
Andreas Kling
2019-06-06
FIFO: Let write() fail with EPIPE if there's no reader.
Andreas Kling
2019-06-02
FileSystem: Rename VFS::fchmod() -> chmod().
Andreas Kling
2019-06-02
FileSystem: Route chown() and fchown() through VFS for access control.
Andreas Kling
2019-06-02
FileSystem: Only retrieve inode metadata once in VFS::chown().
Andreas Kling
2019-06-02
Kernel: Memory-mapped files now have the absolute path as their name.
Andreas Kling
2019-06-01
Kernel: Add fchown() syscall.
Andreas Kling
2019-06-01
Kernel: Make File::absolute_path() const.
Andreas Kling
2019-06-01
FileSystem: Don't create a temporary FileDescriptor every time we stat().
Andreas Kling
2019-06-01
FileSystem: Make Inode::lookup() take a StringView.
Andreas Kling
2019-06-01
FileSystem: Remove now-unused Inode::parent() and Inode::reverse_lookup().
Andreas Kling
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
[next]