Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 1f53dd0943 Ext2FS: Propagate I/O errors from Ext2FSInode::write_bytes() il y a 4 ans
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum il y a 4 ans
  Andreas Kling e279b45aed Kernel: Make BlockBasedFS read/write functions return a KResult il y a 4 ans
  Andreas Kling 6613cef2f8 Ext2FS: Update block group directory count after directory removal il y a 4 ans
  Andreas Kling 77656aed8e Ext2FS: Zero out new space when growing an inode il y a 4 ans
  Andreas Kling f0093e5d59 Ext2FS: Convert dbg() to dbgln() il y a 4 ans
  asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln. il y a 4 ans
  Tom ae956edf6e Kernel: Improve some low-memory situations with ext2 il y a 4 ans
  Andreas Kling 43d9fe15f9 Revert "Kernel: Convert read_block method to get a reference instead of pointer" il y a 4 ans
  Liav A 092a13211a Kernel: Convert read_block method to get a reference instead of pointer il y a 4 ans
  Nathan Lanza d1891f67ac AK: Use direct-list-initialization for Vector::empend() (#4564) il y a 4 ans
  Andreas Kling 8e79bde2b7 Kernel: Move KBufferBuilder to the fallible KBuffer API il y a 4 ans
  Andreas Kling 47da86d136 Ext2FS: Fail the mount if BGD table cache allocation fails il y a 4 ans
  Andreas Kling 76308c2e1f Kernel: Reduce ByteBuffer thrashing in inode block list generation il y a 4 ans
  Andreas Kling 3e3a72f2a2 Ext2FS: Oops, fix forgotten assignment in Ext2FSInode::resize() il y a 4 ans
  Andreas Kling 20205708b9 Ext2FS: Use cached inode block list in resize() if available il y a 4 ans
  Andreas Kling bb9c705fc2 Ext2FS: Move some EXT2_DEBUG logging behind EXT2_VERY_DEBUG il y a 4 ans
  Andreas Kling df758a5a51 Ext2FS: Clear out the direct block list when an inode is resized to 0 il y a 4 ans
  Andreas Kling 1da828b8bf Ext2FS: Zero out inode metadata when deleting them il y a 4 ans
  Andreas Kling bab24ce34c Ext2FS: Deallocate block list meta blocks when freeing an inode il y a 4 ans
  Andreas Kling eeffd5be07 Ext2FS: Fix block allocation ignoring the very last block group il y a 4 ans
  Luke d79194d87f Kernel: Return early in create_inode if name is too long il y a 4 ans
  Andreas Kling 2cb32f8356 Kernel: Let InodeWatcher track child inode numbers instead of names il y a 4 ans
  asynts 206dcd84a6 FileSystem: Use OutputMemoryStream instead of BufferStream. il y a 4 ans
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks il y a 4 ans
  Ben Wiederhake 737c9f0a14 Kernel: Explain correctness of reference to local lambda il y a 4 ans
  Itamar 33138900de FileSystem: Convert file types to DT_* types at a later stage il y a 4 ans
  Itamar b6c34c0521 Ext2FS: Make reported file_type values match up with those in dirent il y a 4 ans
  Andreas Kling 31d3eac651 Ext2FS: Fix build with EXT2_DEBUG il y a 4 ans
  Andreas Kling 607e085823 Ext2FS: Fix inode link leak on all new inodes il y a 4 ans