Andreas Kling db4388f21b Kernel/TmpFS: Prevent TmpFS::add_child() from adding duplicate children 3 năm trước cách đây
..
AnonymousFile.cpp 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 năm trước cách đây
AnonymousFile.h 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang 3 năm trước cách đây
BlockBasedFileSystem.cpp 16850423cf Kernel: Fix deadlock caused by page faults while holding disk cache lock 3 năm trước cách đây
BlockBasedFileSystem.h 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 năm trước cách đây
Custody.cpp 81e23617d6 Kernel: Port Custody to ListedRefCounted 3 năm trước cách đây
Custody.h 81e23617d6 Kernel: Port Custody to ListedRefCounted 3 năm trước cách đây
DevPtsFS.cpp 8b1108e485 Everywhere: Pass AK::StringView by value 3 năm trước cách đây
DevPtsFS.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 năm trước cách đây
DevTmpFS.cpp 9eb08bdb0f Kernel: Make major and minor numbers to be DistinctNumerics 3 năm trước cách đây
DevTmpFS.h 9eb08bdb0f Kernel: Make major and minor numbers to be DistinctNumerics 3 năm trước cách đây
DeviceFileTypes.h 9eb08bdb0f Kernel: Make major and minor numbers to be DistinctNumerics 3 năm trước cách đây
Ext2FileSystem.cpp 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX 3 năm trước cách đây
Ext2FileSystem.h 0348d9afbe Kernel: Always initialize ext2_inode and ext_super_block structs 3 năm trước cách đây
FIFO.cpp 0ae8702692 Kernel: Make File::stat() & friends return Error<struct stat> 3 năm trước cách đây
FIFO.h 0ae8702692 Kernel: Make File::stat() & friends return Error<struct stat> 3 năm trước cách đây
File.cpp 6e2a82df13 Kernel: Port File to RefCounted 3 năm trước cách đây
File.h 9d034785de Kernel: Make File::unref virtual 3 năm trước cách đây
FileBackedFileSystem.cpp 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 năm trước cách đây
FileBackedFileSystem.h 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 năm trước cách đây
FileSystem.cpp e08d213830 Kernel: Use DistinctNumeric for filesystem ID's 3 năm trước cách đây
FileSystem.h e08d213830 Kernel: Use DistinctNumeric for filesystem ID's 3 năm trước cách đây
ISO9660FileSystem.cpp 4cec16a713 Kernel: Add implied auto-specifiers in FileSystem 3 năm trước cách đây
ISO9660FileSystem.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 năm trước cách đây
Inode.cpp 8e2efe78f7 Kernel: Tighten String-related includes 3 năm trước cách đây
Inode.h be91b4fe3e Kernel: Support Mutex Protected lists in ListedRefCounted 3 năm trước cách đây
InodeFile.cpp 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX 3 năm trước cách đây
InodeFile.h 0ae8702692 Kernel: Make File::stat() & friends return Error<struct stat> 3 năm trước cách đây
InodeIdentifier.h e08d213830 Kernel: Use DistinctNumeric for filesystem ID's 3 năm trước cách đây
InodeMetadata.h 9eb08bdb0f Kernel: Make major and minor numbers to be DistinctNumerics 3 năm trước cách đây
InodeWatcher.cpp fa517b213a Kernel: Handle string format errors in FileSystem APIs :^) 3 năm trước cách đây
InodeWatcher.h 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 năm trước cách đây
Mount.cpp 6a27de2d94 Kernel: Make VirtualFileSystem::Mount a top-level class 4 năm trước cách đây
Mount.h fe2cf774c3 Kernel: Fix missing include in FileSystem/Mount.h 3 năm trước cách đây
OpenFileDescription.cpp 0ae8702692 Kernel: Make File::stat() & friends return Error<struct stat> 3 năm trước cách đây
OpenFileDescription.h 43099fb387 Kernel: Remove all uses of MAKE_SLAB_ALLOCATED() 3 năm trước cách đây
Plan9FileSystem.cpp 47a39e425c Kernel: Remove else statements after return in Plan9FileSystem.cpp 3 năm trước cách đây
Plan9FileSystem.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 năm trước cách đây
ProcFS.cpp 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX 3 năm trước cách đây
ProcFS.h 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang 3 năm trước cách đây
SysFS.cpp 4cec16a713 Kernel: Add implied auto-specifiers in FileSystem 3 năm trước cách đây
SysFS.h 478f543899 Kernel/SysFS: Prevent allocation for component name during construction 3 năm trước cách đây
SysFSComponent.cpp 478f543899 Kernel/SysFS: Prevent allocation for component name during construction 3 năm trước cách đây
SysFSComponent.h 478f543899 Kernel/SysFS: Prevent allocation for component name during construction 3 năm trước cách đây
TmpFS.cpp db4388f21b Kernel/TmpFS: Prevent TmpFS::add_child() from adding duplicate children 3 năm trước cách đây
TmpFS.h 416b0374fb Kernel: Fix race condition in TmpFSInode::notify_watchers() 3 năm trước cách đây
UnveilNode.h 44da58c0b2 Kernel: Move UnveilNode.h into Kernel/FileSystem/ 4 năm trước cách đây
VirtualFileSystem.cpp 63760603f3 Kernel+LibC+LibCore: Add lchown and fchownat functions 3 năm trước cách đây
VirtualFileSystem.h 63760603f3 Kernel+LibC+LibCore: Add lchown and fchownat functions 3 năm trước cách đây
ext2_fs.h 6ad427993a Everywhere: Behaviour => Behavior 3 năm trước cách đây
ext2_types.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 năm trước cách đây