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
/
InodeFile.cpp
Age
Commit message (
Expand
)
Author
2021-09-12
Kernel+LibC: Implement fsync
TheFightingCatfish
2021-09-07
Kernel: Use OOM-safe absolute path serialization in InodeFile::mmap()
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-06
Kernel: Use KResultOr and TRY() for {Shared,Private}InodeVMObject
Andreas Kling
2021-09-05
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
Andreas Kling
2021-09-05
Kernel: Use TRY() in InodeFile
Andreas Kling
2021-08-29
Kernel: Strongly typed user & group ID's
Andreas Kling
2021-08-22
Kernel+LibC: Implement FIONREAD ioctl
Peter Elliott
2021-08-19
Kernel: Make Process::current() return a Process& instead of Process*
Idan Horowitz
2021-08-06
Kernel: Rename Process::space() => Process::address_space()
Andreas Kling
2021-08-06
Kernel: Rename Range => VirtualRange
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-07-27
Kernel: Modify the IOCTL API to return KResult
Brian Gianforcaro
2021-07-27
Kernel: Utilize AK::Userspace<T> in the ioctl interface
Brian Gianforcaro
2021-07-11
Kernel: Rename various *VMObject::create*() => try_create()
Andreas Kling
2021-07-11
Kernel: Make SharedInodeVMObject allocation OOM-safe
Andreas Kling
2021-07-11
Kernel: Rename VFS => VirtualFileSystem
Andreas Kling
2021-05-02
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
Brian Gianforcaro
2021-04-30
Kernel: Make Inode::set_{a,c,m}time return KResult
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-19
Kernel: Refactor storage stack with u64 as mmap offset
Jean-Baptiste Boric
2021-03-17
Kernel: Refactor storage stack with u64 as file operations offset
Jean-Baptiste Boric
2021-03-02
Kernel: Make kgettimeofday use AK::Time
Ben Wiederhake
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-08
Kernel: Factor address space management out of the Process class
Andreas Kling
2021-02-03
Kernel: Check for off_t overflow before reading/writing InodeFile
Andreas Kling
2021-01-30
Kernel: Add FIBMAP ioctl to Ext2FileSystem
Peter Elliott
2021-01-25
Kernel: Hoist VM range allocation up to sys$mmap() itself
Andreas Kling
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2021-01-15
Kernel: Make Process::allocate_region*() return KResultOr<Region*>
Andreas Kling
2021-01-02
Kernel: Pass "shared" flag to Region constructor
Andreas Kling
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-04
Kernel: Make File::write() and File::read() return KResultOr<size_t>
Andreas Kling
2020-07-27
Kernel: Support file-backed mmap() with non-zero offset
Andreas Kling
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-05-29
Kernel: Pass a Custody instead of Inode to VFS methods
Sergey Bugaev
2020-05-29
Kernel: Pass a FileDescription to File::chmod() and File::chown()
Sergey Bugaev
2020-04-10
Kernel: Add explicit offset parameter to File::read etc
Conrad Pankoff
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-02-28
Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE
Andreas Kling
2020-02-28
Kernel: Remove some unnecessary indirection in InodeFile::mmap()
Andreas Kling
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-08
Kernel: Make File::truncate() take a u64
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-08
Kernel: ftruncate() should update mtime
Andreas Kling
2020-01-03
Kernel: Allow fchmod() and fchown() on pre-bind() local sockets
Andreas Kling
2020-01-03
Ext2FS: Take the inode lock in Ext2FSInode::metadata()
Andreas Kling
[next]