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
2021-08-12
Kernel: Steer away from heap allocations for ProcFS process data
Liav A
2021-08-12
Kernel+LibC: Use 64 bit values for ino_t
Liav A
2021-08-10
VirtualFileSystem: Return early in rename() when old_path==new_path
LuK1337
2021-08-10
Kernel: Properly handle non-blocking I/O on pipes
Jean-Baptiste Boric
2021-08-08
Kernel: Port BlockBasedFileSystem to ProtectedValue :^)
Andreas Kling
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-08-07
Kernel: Implement a ISO 9660 filesystem reader :^)
sin-ack
2021-08-07
Kernel: Migrate FIFO table locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Use atomic integer for next FIFO id
Jean-Baptiste Boric
2021-08-07
Kernel: Move Lockable into its own header
Jean-Baptiste Boric
2021-08-07
Kernel: Move Mutex into Locking/
Jean-Baptiste Boric
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Move UnveilNode.h into Kernel/FileSystem/
Andreas Kling
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-08-06
Kernel: Fix handful of remaining "return -EFOO" mistakes
Andreas Kling
2021-08-06
Kernel: Make Thread::state_string() return StringView
Andreas Kling
2021-08-03
Kernel: Handle OOM in DiskCache when mounting Ext2 filesystems
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from DoubleBuffer creation in FIFO creation
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block()
Brian Gianforcaro
2021-08-02
VirtualFileSystem: Don't let rename() overwrite non-empty directory
LuK1337
2021-07-28
Kernel/ProcFS: Add S_IFREG bit to regular files in /proc
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-25
Kernel: Make purgeable memory a VMObject level concept (again)
Andreas Kling
2021-07-21
Revert "Kernel: Use IntrusiveList for keeping track of InodeWatchers"
Andreas Kling
2021-07-21
Kernel: Remove Inode's inheritance from Weakable
Andreas Kling
2021-07-21
Kernel: Use IntrusiveList for keeping track of InodeWatchers
Andreas Kling
2021-07-20
Kernel+LibC: Implement fcntl(2) advisory locks
Peter Elliott
2021-07-19
VirtualFileSystem: Check for '.' '..' and empty filenames
ls
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/ProcFS: Remove redundant ProcFS& member from ProcFSInode
Andreas Kling
2021-07-18
Kernel/SysFS: Remove redundant SysFS& member from SysFSInode
Andreas Kling
2021-07-18
Kernel/DevFS: Remove redundant DevFS& member from DevFSInode
Andreas Kling
2021-07-18
Kernel/Ext2FS: Surface Vector allocation failures in block allocation
Andreas Kling
2021-07-18
Kernel: Make FileSystem::root_inode() return a plain Inode&
Andreas Kling
2021-07-18
Kernel/Ext2FS: Cache the root inode in a member variable
Andreas Kling
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-07-18
Kernel/USB: Move USB bus information from /proc to /sys
Andreas Kling
2021-07-17
Kernel/SysFS: Remove unused SysFSComponent::entries_count()
Andreas Kling
2021-07-17
Kernel: Replace "folder" => "directory" everywhere
Andreas Kling
2021-07-17
Kernel: Remove Inode::directory_entry_count()
Andreas Kling
2021-07-17
Kernel: Count remaining children in VirtualFileSystem::rmdir() manually
Andreas Kling
2021-07-17
Kernel/DevFS: Use KString for DevFSDeviceInode::m_name
Andreas Kling
2021-07-17
Kernel/DevFS: Use KString for DevFSLinkInode::m_link
Andreas Kling
2021-07-17
Kernel/DevFS: Use KString for DevFSLinkInode::m_name
Andreas Kling
2021-07-17
Kernel/DevFS: Make DevFSInode::name() return StringView
Andreas Kling
[next]