Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling 7e56cf1800 Ext2FS: Lock the filesystem during initialization and during sync před 5 roky
  Andreas Kling c1d3ac7108 Ext2FS: Fix unpopulated block list cache after mkdir() před 5 roky
  Andreas Kling 1e36d899f1 Ext2FS: Use KBuffers for the cached bitmap blocks před 5 roky
  Andreas Kling 94a6b248ca Ext2FS: Resizing an Inode to its current size should do nothing před 5 roky
  Andreas Kling 5835569527 Ext2FS: Inode resizing should fail with ENOSPC if we lack blocks před 5 roky
  Andreas Kling 2ad2210eb4 Ext2FS: Use the bitmap block caching for Inode bitmaps as well před 5 roky
  Andreas Kling e52b7eeccc Ext2FS: Rename get_block_bitmap() => get_bitmap_block() před 5 roky
  Andreas Kling 1ae9d85de9 Ext2FS: Cache block bitmaps instead of always reading/writing disk před 5 roky
  Andreas Kling 3a8b5b405c Ext2FS: Tidy up code related to the Ext2 super block a bit před 5 roky
  Andreas Kling e4b7786b66 Ext2FS: Flush the super block and block group descriptors lazily před 5 roky
  Andreas Kling 5ab044beae Ext2FS: Make Ext2FSInode::is_directory() fast před 5 roky
  Andreas Kling 922fd703c9 Kernel: Convert the DiskBackedFS write API to take "const u8*" před 5 roky
  Andreas Kling 1fc2612667 Kernel: Make DiskBackedFS::read_block() write to client-provided memory před 5 roky
  Andreas Kling 8f45a259fc ByteBuffer: Remove pointer() in favor of data() před 5 roky
  Conrad Pankoff 062218b4cf Kernel: Support writing doubly-indirect ext2 blocks před 5 roky
  Andreas Kling e364846622 Ext2FS: Don't allocate blocks until we're committed to a new inode před 5 roky
  Andreas Kling bd7c38e7b6 Ext2FS: Oops, fix wrong ENOSPC in create_inode() před 5 roky
  Andreas Kling bff59eff4b Ext2FS: Fix two bugs in block allocation: před 5 roky
  Andreas Kling b9be6b7bb4 Ext2FS: Trying to create a too-long directory entry should ENAMETOOLONG před 5 roky
  Andreas Kling ac7a559d96 Ext2FS: Avoid a String allocation in lookup() před 5 roky
  Andreas Kling da7ae52eee Ext2FS: Clean up prepare_to_unmount() a little bit před 5 roky
  Jesse Buhagiar bc22456f89 Kernel: Added unmount ability to VFS před 6 roky
  Andreas Kling 4afafeae50 Ext2FS: Make some use of Vector::empend(). před 6 roky
  Andreas Kling ecb1b93d53 Ext2FS: Fix fetching of the major/minor device numbers for st_rdev. před 6 roky
  Andreas Kling 3b588b7dc0 Ext2FS: Put most debug logging behind EXT2_DEBUG. před 6 roky
  Andreas Kling 5254a320d8 Kernel: Remove use of copy_ref() in favor of regular RefPtr copies. před 6 roky
  Andreas Kling 0e75aba7c3 StringView: Rename characters() to characters_without_null_termination(). před 6 roky
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. před 6 roky
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. před 6 roky
  Andreas Kling 77b9fa89dd AK: Rename Retainable => RefCounted. před 6 roky