Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 7291370478 Kernel: Make File::truncate() take a u64 há 5 anos atrás
  Andreas Kling 42d41fdf94 Kernel: Simplify FS::create_inode() a little bit há 5 anos atrás
  Andreas Kling 8731682d0e Kernel: Simplify FS::create_directory() a little bit há 5 anos atrás
  Andreas Kling cb97ef5589 Ext2FS: Fail with EMFILE if we would overflow i_links_count há 5 anos atrás
  Andreas Kling 88ea152b24 Kernel: Merge unnecessary DiskDevice class into BlockDevice há 5 anos atrás
  Andreas Kling c44b4d61f3 Kernel: Make Inode::lookup() return a RefPtr<Inode> há 5 anos atrás
  Sergey Bugaev 7d4a267504 Kernel: Fix identifier casing há 5 anos atrás
  Andreas Kling 94ca55cefd Meta: Add license header to source files há 5 anos atrás
  Andreas Kling 4abbedb6e4 Kernel: Allow passing initial UID and GID when creating new inodes há 5 anos atrás
  Andreas Kling 5292f6e78f Kernel+FileManager: Disallow watch_file() in unsupported file systems há 5 anos atrás
  Andreas Kling 8ccbd7002b Ext2FS: Rename allocate_inode() => find_a_free_inode() há 5 anos atrás
  Andreas Kling 8d4d63d9b6 Ext2FS: Minor cleanup, remove an unused function há 5 anos atrás
  Andreas Kling 1e36d899f1 Ext2FS: Use KBuffers for the cached bitmap blocks há 5 anos atrás
  Andreas Kling 5835569527 Ext2FS: Inode resizing should fail with ENOSPC if we lack blocks há 5 anos atrás
  Andreas Kling e52b7eeccc Ext2FS: Rename get_block_bitmap() => get_bitmap_block() há 5 anos atrás
  Andreas Kling 1ae9d85de9 Ext2FS: Cache block bitmaps instead of always reading/writing disk há 5 anos atrás
  Andreas Kling 3a8b5b405c Ext2FS: Tidy up code related to the Ext2 super block a bit há 5 anos atrás
  Andreas Kling e4b7786b66 Ext2FS: Flush the super block and block group descriptors lazily há 5 anos atrás
  Andreas Kling 5ab044beae Ext2FS: Make Ext2FSInode::is_directory() fast há 5 anos atrás
  Andreas Kling 922fd703c9 Kernel: Convert the DiskBackedFS write API to take "const u8*" há 5 anos atrás
  Andreas Kling bff59eff4b Ext2FS: Fix two bugs in block allocation: há 5 anos atrás
  Jesse Buhagiar bc22456f89 Kernel: Added unmount ability to VFS há 6 anos atrás
  Andreas Kling 5254a320d8 Kernel: Remove use of copy_ref() in favor of regular RefPtr copies. há 6 anos atrás
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. há 6 anos atrás
  Andreas Kling d343fb2429 AK: Rename Retainable.h => RefCounted.h. há 6 anos atrás
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. há 6 anos atrás
  Andreas Kling 77b9fa89dd AK: Rename Retainable => RefCounted. há 6 anos atrás
  Andreas Kling 6873e7d016 Ext2FS: Move directory writing logic into Ext2FSInode. há 6 anos atrás
  Andreas Kling 8258b699db Kernel: Use StringView more in Inode and subclasses. há 6 anos atrás
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. há 6 anos atrás