コミット履歴

作者 SHA1 メッセージ 日付
  Jean-Baptiste Boric f7f794e74a Kernel: Move Mutex into Locking/ 4 年 前
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& 4 年 前
  Andreas Kling 58c6d30f6a Kernel/Ext2FS: Cache the root inode in a member variable 4 年 前
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex 4 年 前
  Andreas Kling a803c4026c Kernel: Make FileSystem::class_name() return a StringView 4 年 前
  Andreas Kling 98080497d2 Kernel: Use Forward.h headers more 4 年 前
  Andreas Kling ea8578bf11 Kernel: Remove unnecessary includes in FileSystem.{cpp,h} 4 年 前
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem 4 年 前
  Jean-Baptiste Boric fdb5367da1 Kernel: Promote various integers to 64 bits in storage layer 4 年 前
  Lenny Maiorani 5751327195 Kernel: static vs non-static constexpr variables 4 年 前
  Justin 721a867c65 Kernel: Expose FileSystem's fragment size 4 年 前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
  Andreas Kling e44c1792a7 Kernel: Add distinct InodeIndex type 4 年 前
  Ben Wiederhake 64cc3f51d0 Meta+Kernel: Make clang-format-10 clean 4 年 前
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 年 前
  Itamar 33138900de FileSystem: Convert file types to DT_* types at a later stage 4 年 前
  Andreas Kling 71e8554740 Kernel: Remove the now-unused FS::DirectoryEntry 4 年 前
  Andreas Kling eeaba41d13 Kernel: Add DirectoryEntryView for VFS directory traversal 4 年 前
  Sergey Bugaev 6efbbcd4ba Kernel: Port mounts to reference inodes directly 5 年 前
  Sergey Bugaev df66c28479 Kernel: Deemphasize inode identifiers 5 年 前
  Brian Gianforcaro c459e4ecb2 Kernel: Clang format file system in prep for changes. 5 年 前
  Sergey Bugaev de4b7d9c21 Kernel: Make FS::block_size a size_t 5 年 前
  Liav A ecee76b741 Kernel: Change Ext2FS to be backed by a file instead of a block device 5 年 前
  Andreas Kling c2a8bbcb59 Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device" 5 年 前
  Liav A 6b59311d4b Kernel: Change Ext2FS to be backed by a file instead of a block device 5 年 前
  Andreas Kling e28809a996 Kernel: Add forward declaration header 5 年 前
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 年 前
  Andreas Kling 6cbd72f54f AK: Remove bitrotted Traits::dump() mechanism 5 年 前
  Andreas Kling 42d41fdf94 Kernel: Simplify FS::create_inode() a little bit 5 年 前
  Andreas Kling 8731682d0e Kernel: Simplify FS::create_directory() a little bit 5 年 前