Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity há 5 anos atrás
  Andreas Kling 0763f67043 AK: Make Bitmap use size_t for its size há 5 anos atrás
  Andreas Kling b6887bd9cd Ext2FS: The max current block count of a file is size/block_size há 5 anos atrás
  Andreas Kling 59c052a72a Ext2FS: Allow holes in block lists há 5 anos atrás
  Andreas Kling 88b9fcb976 AK: Use size_t for ByteBuffer sizes há 5 anos atrás
  Andreas Kling e28809a996 Kernel: Add forward declaration header há 5 anos atrás
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace há 5 anos atrás
  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
  Andreas Kling 1d506a935c Ext2FS: Give names to some KBuffers há 5 anos atrás
  Marios Prokopakis da296f5865 Ext2FS: allocate_blocks allocates contiguous blocks (#1095) há 5 anos atrás
  Andreas Kling f309381d4e Ext2FS: Use more dbg() in Ext2FS code há 5 anos atrás
  Andreas Kling 94ca55cefd Meta: Add license header to source files há 5 anos atrás
  Andreas Kling e91f03cb39 Ext2FS: Assert that inline symlink read/write always uses offset=0 há 5 anos atrás
  Andreas Kling 9e54c7c17f Ext2FS: Don't allow creating new files in removed directories 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 82760998a9 Ext2FS: Take the inode lock in Ext2FSInode::metadata() há 5 anos atrás
  Drew Stratford ee0eed26f4 Ext2FileSystem: set_metadata_dirty(true) during write_directory(). há 5 anos atrás
  Andreas Kling 8ccbd7002b Ext2FS: Rename allocate_inode() => find_a_free_inode() há 5 anos atrás
  Andreas Kling a712d4ac0c Ext2FS: Writing to a slow symlink should not treat it like a fast one há 5 anos atrás
  Andreas Kling 5d08665d9a Ext2FS: Remove unnecessary extra cache lookup in get_inode() há 5 anos atrás
  Andreas Kling ba997c0a72 Ext2FS: Add some FIXME's while browsing this code há 5 anos atrás
  Andreas Kling 8d4d63d9b6 Ext2FS: Minor cleanup, remove an unused function há 5 anos atrás
  Andreas Kling 59ed235c85 Kernel: Implement O_DIRECT open() flag to bypass disk caches há 5 anos atrás
  Andreas Kling 721585473b Ext2FS: Don't uncache inodes while they are being watched há 5 anos atrás
  Andreas Kling c538648465 Ext2FS: Uncache unused Inodes after flushing contents to disk há 5 anos atrás