Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity před 5 roky
  Andreas Kling 0763f67043 AK: Make Bitmap use size_t for its size před 5 roky
  Andreas Kling b6887bd9cd Ext2FS: The max current block count of a file is size/block_size před 5 roky
  Andreas Kling 59c052a72a Ext2FS: Allow holes in block lists před 5 roky
  Andreas Kling 88b9fcb976 AK: Use size_t for ByteBuffer sizes před 5 roky
  Andreas Kling e28809a996 Kernel: Add forward declaration header před 5 roky
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace před 5 roky
  Andreas Kling 7291370478 Kernel: Make File::truncate() take a u64 před 5 roky
  Andreas Kling 42d41fdf94 Kernel: Simplify FS::create_inode() a little bit před 5 roky
  Andreas Kling 8731682d0e Kernel: Simplify FS::create_directory() a little bit před 5 roky
  Andreas Kling cb97ef5589 Ext2FS: Fail with EMFILE if we would overflow i_links_count před 5 roky
  Andreas Kling 88ea152b24 Kernel: Merge unnecessary DiskDevice class into BlockDevice před 5 roky
  Andreas Kling c44b4d61f3 Kernel: Make Inode::lookup() return a RefPtr<Inode> před 5 roky
  Andreas Kling 1d506a935c Ext2FS: Give names to some KBuffers před 5 roky
  Marios Prokopakis da296f5865 Ext2FS: allocate_blocks allocates contiguous blocks (#1095) před 5 roky
  Andreas Kling f309381d4e Ext2FS: Use more dbg() in Ext2FS code před 5 roky
  Andreas Kling 94ca55cefd Meta: Add license header to source files před 5 roky
  Andreas Kling e91f03cb39 Ext2FS: Assert that inline symlink read/write always uses offset=0 před 5 roky
  Andreas Kling 9e54c7c17f Ext2FS: Don't allow creating new files in removed directories před 5 roky
  Andreas Kling 4abbedb6e4 Kernel: Allow passing initial UID and GID when creating new inodes před 5 roky
  Andreas Kling 82760998a9 Ext2FS: Take the inode lock in Ext2FSInode::metadata() před 5 roky
  Drew Stratford ee0eed26f4 Ext2FileSystem: set_metadata_dirty(true) during write_directory(). před 5 roky
  Andreas Kling 8ccbd7002b Ext2FS: Rename allocate_inode() => find_a_free_inode() před 5 roky
  Andreas Kling a712d4ac0c Ext2FS: Writing to a slow symlink should not treat it like a fast one před 5 roky
  Andreas Kling 5d08665d9a Ext2FS: Remove unnecessary extra cache lookup in get_inode() před 5 roky
  Andreas Kling ba997c0a72 Ext2FS: Add some FIXME's while browsing this code před 5 roky
  Andreas Kling 8d4d63d9b6 Ext2FS: Minor cleanup, remove an unused function před 5 roky
  Andreas Kling 59ed235c85 Kernel: Implement O_DIRECT open() flag to bypass disk caches před 5 roky
  Andreas Kling 721585473b Ext2FS: Don't uncache inodes while they are being watched před 5 roky
  Andreas Kling c538648465 Ext2FS: Uncache unused Inodes after flushing contents to disk před 5 roky