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
/
TmpFS.cpp
Age
Commit message (
Expand
)
Author
2021-09-07
Kernel/TmpFS: Stop leaking directory entry metadata
Andreas Kling
2021-09-07
Kernel: Make KBuffer::try_create_with_size() return KResultOr
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
Andreas Kling
2021-09-06
Kernel: Use TRY() in TmpFSInode::write_bytes()
Andreas Kling
2021-09-06
Kernel: Make KString factories return KResultOr + use TRY() everywhere
Andreas Kling
2021-09-06
Kernel: Tidy up TmpFS and TmpFSInode construction
Andreas Kling
2021-09-05
Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>>
Andreas Kling
2021-09-01
Kernel: Pass InodeMetadata by reference in TmpFSInode::create
Brian Gianforcaro
2021-08-29
Kernel: Strongly typed user & group ID's
Andreas Kling
2021-08-19
Kernel: Move set_metadata_dirty calls to notify_watchers
Edward Palmer
2021-08-14
Kernel: Make FileSystem::initialize() return KResult
Andreas Kling
2021-08-14
Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>>
Andreas Kling
2021-07-18
Kernel/TmpFS: Remove some unnecessary includes
Andreas Kling
2021-07-18
Kernel/TmpFS: Use IntrusiveList and KString for OOM safety
Andreas Kling
2021-07-18
Kernel: Make FileSystem::root_inode() return a plain Inode&
Andreas Kling
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-07-17
Kernel: Remove Inode::directory_entry_count()
Andreas Kling
2021-07-17
Kernel: Make Inode::create_child() take the name as a StringView
Andreas Kling
2021-07-17
Kernel: Rename Inode::m_lock => m_inode_lock
Andreas Kling
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-11
Kernel: Fix TmpFS resize behavior around INT32_MAX for 32-bit systems
Andrew Kaster
2021-07-11
Kernel: Rename FS => FileSystem
Andreas Kling
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-24
Kernel: Fix compiling TmpFSInode::write_bytes on x86_64
Gunnar Beutner
2021-06-16
Kernel: Remove various other uses of ssize_t
Gunnar Beutner
2021-06-01
Kernel: Move TmpFS towards OOM safety
Brian Gianforcaro
2021-05-12
Kernel: Implement multi-watch InodeWatcher :^)
sin-ack
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-25
Kernel: Remove the now defunct `LOCKER(..)` macro.
Brian Gianforcaro
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-04
Kernel: Stop trying to keep InodeVMObject in sync with disk changes
Andreas Kling
2021-03-02
Kernel: Make kgettimeofday use AK::Time
Ben Wiederhake
2021-03-02
Kernel: Remove duplicative kgettimeofday(timeval&) function
Ben Wiederhake
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-12
Kernel: Add distinct InodeIndex type
Andreas Kling
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2020-12-18
TmpFS: Use fallible KBuffer API
Andreas Kling
2020-11-14
TmpFS: Set the root inode's timestamp to the current time
Andreas Kling
2020-10-22
TmpFS: Don't allow file names longer than NAME_MAX
Andreas Kling
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-19
Kernel: Let InodeWatcher track child inode numbers instead of names
Andreas Kling
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-18
TmpFS: Stop using FS::DirectoryEntry in TmpFSInode
Andreas Kling
2020-08-18
TmpFS: Avoid unnecessary inode lookup in TmpFSInode::lookup()
Andreas Kling
2020-08-18
Kernel: Add DirectoryEntryView for VFS directory traversal
Andreas Kling
2020-08-05
Kernel: Make Inode::directory_entry_count errors observable.
Brian Gianforcaro
2020-07-04
Kernel: Add "child added" and "child removed" InodeWatcher events
Andreas Kling
[next]