Historique des commits

Auteur SHA1 Message Date
  Jean-Baptiste Boric eea5a5ed5d Kernel: Make block-based file system code 64 bit ready il y a 4 ans
  Jean-Baptiste Boric 71b433a6f9 Kernel: Add 64 bit file size support to Ext2FS il y a 4 ans
  Jean-Baptiste Boric aeef14ae28 Kernel: Rationalize logs inside Ext2Fs il y a 4 ans
  Jean-Baptiste Boric 800dca3834 Kernel: Implement triply indirect block support in Ext2FSInode il y a 4 ans
  Jean-Baptiste Boric facd18113b Kernel: Modify block lists in place for Ext2FSInode::resize() il y a 4 ans
  Andreas Kling e58a600d52 Kernel: Remove VLA usage in Ext2FS block traversal code il y a 4 ans
  Andreas Kling 10f10abaa3 Kernel: Convert klog() => dmesgln() in filesystem code il y a 4 ans
  Andreas Kling 2871df6f0d Kernel: Stop trying to keep InodeVMObject in sync with disk changes il y a 4 ans
  Andreas Kling a1d1a3b50b Kernel: Use BitmapView instead of Bitmap::wrap() il y a 4 ans
  Ben Wiederhake 336303bda4 Kernel: Make kgettimeofday use AK::Time il y a 4 ans
  Andreas Kling 69a30f95cc Ext2FS: Make block list flushing a bit less aggressive il y a 4 ans
  Andreas Kling c3a0fd4b7a Ext2FS: Move block list computation from Ext2FS to Ext2FSInode il y a 4 ans
  Andreas Kling c09921b9be Ext2FS: Don't hog FS lock while reading/writing inodes il y a 4 ans
  Andreas Kling c7c63727bf Ext2FS: Remove unnecessary locking in find_block_containing_inode() il y a 4 ans
  Andreas Kling 81e3ea29c3 Ext2FS: Remove unnecessary lock in Ext2FS::write_ext2_node() il y a 4 ans
  Andreas Kling 65e083ed36 Revert "Ext2FS: Don't reload already-cached block list when freeing inode" il y a 4 ans
  Andreas Kling 1e737a5c50 Ext2FS: Don't reload already-cached block list when freeing inode il y a 4 ans
  Andreas Kling 1f9409a658 Ext2FS: Inode allocation improvements il y a 4 ans
  Andreas Kling 19083fd760 Ext2FS: Propagate errors from more places il y a 4 ans
  Andreas Kling 6352b4fd74 Ext2FS: Share some bitmap code between inode and block allocation il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Brian Gianforcaro cbd8f78cce Kernel: Use uniform initialization instead of memset for a few stack buffer. il y a 4 ans
  Brian Gianforcaro 7c950c2d01 Kernel: Use ByteBuffer::zero_fill() instead of raw memset in Ext2 il y a 4 ans
  Jean-Baptiste Boric 9ce0639383 Kernel: Use divide_rounded_up inside write_block_list_for_inode il y a 4 ans
  Jean-Baptiste Boric 869b33d6dd Kernel: Support triply indirect blocks for BlockListShape computation il y a 4 ans
  Andreas Kling c62c00e7db Ext2FS: Make Ext2FS::GroupIndex a distinct integer type il y a 4 ans
  Andreas Kling 489317e573 Kernel: Make BlockBasedFS::BlockIndex a distinct integer type il y a 4 ans
  Andreas Kling e44c1792a7 Kernel: Add distinct InodeIndex type il y a 4 ans
  Andreas Kling 95064f8b58 Ext2FS: Convert #if EXT2_DEBUG => dbgln_if() and constexpr-if il y a 4 ans
  Andreas Kling a280cdf9ba Ext2FS: Shrink Ext2FSDirectoryEntry from 16 to 12 bytes il y a 4 ans