Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 3a8b5b405c Ext2FS: Tidy up code related to the Ext2 super block a bit vor 5 Jahren
  Andreas Kling e4b7786b66 Ext2FS: Flush the super block and block group descriptors lazily vor 5 Jahren
  Andreas Kling 5ab044beae Ext2FS: Make Ext2FSInode::is_directory() fast vor 5 Jahren
  Andreas Kling 922fd703c9 Kernel: Convert the DiskBackedFS write API to take "const u8*" vor 5 Jahren
  Andreas Kling 1fc2612667 Kernel: Make DiskBackedFS::read_block() write to client-provided memory vor 5 Jahren
  Andreas Kling 8f45a259fc ByteBuffer: Remove pointer() in favor of data() vor 5 Jahren
  Conrad Pankoff 062218b4cf Kernel: Support writing doubly-indirect ext2 blocks vor 5 Jahren
  Andreas Kling e364846622 Ext2FS: Don't allocate blocks until we're committed to a new inode vor 5 Jahren
  Andreas Kling bd7c38e7b6 Ext2FS: Oops, fix wrong ENOSPC in create_inode() vor 5 Jahren
  Andreas Kling bff59eff4b Ext2FS: Fix two bugs in block allocation: vor 5 Jahren
  Andreas Kling b9be6b7bb4 Ext2FS: Trying to create a too-long directory entry should ENAMETOOLONG vor 5 Jahren
  Andreas Kling ac7a559d96 Ext2FS: Avoid a String allocation in lookup() vor 5 Jahren
  Andreas Kling da7ae52eee Ext2FS: Clean up prepare_to_unmount() a little bit vor 6 Jahren
  Jesse Buhagiar bc22456f89 Kernel: Added unmount ability to VFS vor 6 Jahren
  Andreas Kling 4afafeae50 Ext2FS: Make some use of Vector::empend(). vor 6 Jahren
  Andreas Kling ecb1b93d53 Ext2FS: Fix fetching of the major/minor device numbers for st_rdev. vor 6 Jahren
  Andreas Kling 3b588b7dc0 Ext2FS: Put most debug logging behind EXT2_DEBUG. vor 6 Jahren
  Andreas Kling 5254a320d8 Kernel: Remove use of copy_ref() in favor of regular RefPtr copies. vor 6 Jahren
  Andreas Kling 0e75aba7c3 StringView: Rename characters() to characters_without_null_termination(). vor 6 Jahren
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. vor 6 Jahren
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. vor 6 Jahren
  Andreas Kling 77b9fa89dd AK: Rename Retainable => RefCounted. vor 6 Jahren
  Sergey Bugaev 75df45d709 Kernel: Fix comparing StringViews with strcmp(). vor 6 Jahren
  Andreas Kling 51d70996ba Ext2FS: The block numbers returned by allocate_blocks() should be 1-based. vor 6 Jahren
  Andreas Kling 7562c0b7bf Ext2FS: Fix wrong file mode being passed from create_inode() to add_child(). vor 6 Jahren
  Andreas Kling 6873e7d016 Ext2FS: Move directory writing logic into Ext2FSInode. vor 6 Jahren
  Andreas Kling 8258b699db Kernel: Use StringView more in Inode and subclasses. vor 6 Jahren
  Andreas Kling 891d4c4834 Kernel: Qualify a bunch of #include statements. vor 6 Jahren
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. vor 6 Jahren
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. vor 6 Jahren