Histórico de commits

Autor SHA1 Mensagem Data
  Liav A ecee76b741 Kernel: Change Ext2FS to be backed by a file instead of a block device 5 anos atrás
  Liav A a7d708e47d Kernel: Don't enumerate blocks of ext2 symlinks by default 5 anos atrás
  Andreas Kling 53d0ca2ad8 Kernel: Strip SUID+SGID bits from file when written to or chowned 5 anos atrás
  Andreas Kling c2a8bbcb59 Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device" 5 anos atrás
  Liav A 6b59311d4b Kernel: Change Ext2FS to be backed by a file instead of a block device 5 anos atrás
  Andreas Kling 7d862dd5fc AK: Reduce header dependency graph of String.h 5 anos atrás
  marprok 3cbc2f4381 Ext2FS: Reset the found_a_group flag 5 anos atrás
  Andreas Kling 75a6b27f73 Ext2FS: Remove unused allocate_block() 5 anos atrás
  Andreas Kling 8bb361889c AK: Remove Optional::operator bool() 5 anos atrás
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() 5 anos atrás
  Andreas Kling 7cd1bdfd81 Kernel: Simplify some dbg() logging 5 anos atrás
  Liav A b0d40e9495 Ext2Filesystem: Use dbg() instead of dbgprintf() 5 anos atrás
  Andreas Kling ceec1a7d38 AK: Make Vector use size_t for its size and capacity 5 anos atrás
  Andreas Kling 0763f67043 AK: Make Bitmap use size_t for its size 5 anos atrás
  Andreas Kling b6887bd9cd Ext2FS: The max current block count of a file is size/block_size 5 anos atrás
  Andreas Kling 59c052a72a Ext2FS: Allow holes in block lists 5 anos atrás
  Andreas Kling 88b9fcb976 AK: Use size_t for ByteBuffer sizes 5 anos atrás
  Andreas Kling e28809a996 Kernel: Add forward declaration header 5 anos atrás
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 anos atrás
  Andreas Kling 7291370478 Kernel: Make File::truncate() take a u64 5 anos atrás
  Andreas Kling 42d41fdf94 Kernel: Simplify FS::create_inode() a little bit 5 anos atrás
  Andreas Kling 8731682d0e Kernel: Simplify FS::create_directory() a little bit 5 anos atrás
  Andreas Kling cb97ef5589 Ext2FS: Fail with EMFILE if we would overflow i_links_count 5 anos atrás
  Andreas Kling 88ea152b24 Kernel: Merge unnecessary DiskDevice class into BlockDevice 5 anos atrás
  Andreas Kling c44b4d61f3 Kernel: Make Inode::lookup() return a RefPtr<Inode> 5 anos atrás
  Andreas Kling 1d506a935c Ext2FS: Give names to some KBuffers 5 anos atrás
  Marios Prokopakis da296f5865 Ext2FS: allocate_blocks allocates contiguous blocks (#1095) 5 anos atrás
  Andreas Kling f309381d4e Ext2FS: Use more dbg() in Ext2FS code 5 anos atrás
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 anos atrás
  Andreas Kling e91f03cb39 Ext2FS: Assert that inline symlink read/write always uses offset=0 5 anos atrás