Историја ревизија

Аутор SHA1 Порука Датум
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() пре 4 година
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. пре 4 година
  Andreas Kling 3f5c934ea6 Ext2FS: Put bg_used_dirs_count debug logging behind EXT2_DEBUG пре 4 година
  Andreas Kling acebc9beaf Ext2FS: Use if-with-initializer a lot more пре 4 година
  Andreas Kling 642b428793 Ext2FS: Support reading from file holes пре 4 година
  Andreas Kling b5b38d372c Ext2FS: Clarify error handling in Ext2FSInode::read_bytes() somewhat пре 4 година
  Andreas Kling 5001b71c42 Kernel: Reading past the end of an Ext2FSInode should return 0 пре 4 година
  Jean-Baptiste Boric eea5a5ed5d Kernel: Make block-based file system code 64 bit ready пре 4 година
  Jean-Baptiste Boric 71b433a6f9 Kernel: Add 64 bit file size support to Ext2FS пре 4 година
  Jean-Baptiste Boric aeef14ae28 Kernel: Rationalize logs inside Ext2Fs пре 4 година
  Jean-Baptiste Boric 800dca3834 Kernel: Implement triply indirect block support in Ext2FSInode пре 4 година
  Jean-Baptiste Boric facd18113b Kernel: Modify block lists in place for Ext2FSInode::resize() пре 4 година
  Andreas Kling e58a600d52 Kernel: Remove VLA usage in Ext2FS block traversal code пре 4 година
  Andreas Kling 10f10abaa3 Kernel: Convert klog() => dmesgln() in filesystem code пре 4 година
  Andreas Kling 2871df6f0d Kernel: Stop trying to keep InodeVMObject in sync with disk changes пре 4 година
  Andreas Kling a1d1a3b50b Kernel: Use BitmapView instead of Bitmap::wrap() пре 4 година
  Ben Wiederhake 336303bda4 Kernel: Make kgettimeofday use AK::Time пре 4 година
  Andreas Kling 69a30f95cc Ext2FS: Make block list flushing a bit less aggressive пре 4 година
  Andreas Kling c3a0fd4b7a Ext2FS: Move block list computation from Ext2FS to Ext2FSInode пре 4 година
  Andreas Kling c09921b9be Ext2FS: Don't hog FS lock while reading/writing inodes пре 4 година
  Andreas Kling c7c63727bf Ext2FS: Remove unnecessary locking in find_block_containing_inode() пре 4 година
  Andreas Kling 81e3ea29c3 Ext2FS: Remove unnecessary lock in Ext2FS::write_ext2_node() пре 4 година
  Andreas Kling 65e083ed36 Revert "Ext2FS: Don't reload already-cached block list when freeing inode" пре 4 година
  Andreas Kling 1e737a5c50 Ext2FS: Don't reload already-cached block list when freeing inode пре 4 година
  Andreas Kling 1f9409a658 Ext2FS: Inode allocation improvements пре 4 година
  Andreas Kling 19083fd760 Ext2FS: Propagate errors from more places пре 4 година
  Andreas Kling 6352b4fd74 Ext2FS: Share some bitmap code between inode and block allocation пре 4 година
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY пре 4 година
  Brian Gianforcaro cbd8f78cce Kernel: Use uniform initialization instead of memset for a few stack buffer. пре 4 година
  Brian Gianforcaro 7c950c2d01 Kernel: Use ByteBuffer::zero_fill() instead of raw memset in Ext2 пре 4 година