Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling ace8b9a0ee Kernel/Ext2FS: Don't hog both locks in Ext2FSInode::lookup() há 4 anos atrás
  Andreas Kling 79552c91d5 Kernel: Rename BlockBasedFS => BlockBasedFileSystem há 4 anos atrás
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem há 4 anos atrás
  Jean-Baptiste Boric fdb5367da1 Kernel: Promote various integers to 64 bits in storage layer há 4 anos atrás
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` há 4 anos atrás
  Sam Atkins ab7023dbe5 Kernel: Ensure Ext2FSInode's lookup is populated before using it há 4 anos atrás
  Gunnar Beutner bf779e182e Kernel: Remove obsolete size_t casts há 4 anos atrás
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t há 4 anos atrás
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) há 4 anos atrás
  Lenny Maiorani 5751327195 Kernel: static vs non-static constexpr variables há 4 anos atrás
  Justin 721a867c65 Kernel: Expose FileSystem's fragment size há 4 anos atrás
  Brian Gianforcaro fb40da0429 Kernel: Replace make<T>() with adopt_own_if_nonnull() in Ext2FileSystem há 4 anos atrás
  sin-ack fe5ca6ca27 Kernel: Implement multi-watch InodeWatcher :^) há 4 anos atrás
  Mart G e0deb46723 Kernel: Traverse ext2 directories blockwise. há 4 anos atrás
  Mart G 25a5e59f79 Kernel: Place ext2 dir entries so they don't span multiple blocks há 4 anos atrás
  Mart G cab6155254 Kernel: Allow Ext2FSInode::write_bytes calls with a byte count of zero há 4 anos atrás
  Mart G bfce328ade Kernel: Set unused block pointers in ext2 inodes to zero há 4 anos atrás
  Mart G 6e641fadfa Kernel: Resize Ext2FSInode when writing directory contents (#6897) há 4 anos atrás
  Gunnar Beutner 6990ab41c8 Kernel: Fix some 64-bit portability issues há 4 anos atrás
  Brian Gianforcaro 234c6ae32d Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t> há 4 anos atrás
  Brian Gianforcaro f05086a5d2 Kernel: Harden Ext2FileSystem Vector usage against OOM. há 4 anos atrás
  Andreas Kling cd9be1733c Kernel: Make Inode::set_{a,c,m}time return KResult há 4 anos atrás
  Andreas Kling 3d4afe7614 Everywhere: "indexes" => "indices" há 4 anos atrás
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. há 4 anos atrás
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Andreas Kling 3f5c934ea6 Ext2FS: Put bg_used_dirs_count debug logging behind EXT2_DEBUG há 4 anos atrás
  Andreas Kling acebc9beaf Ext2FS: Use if-with-initializer a lot more há 4 anos atrás
  Andreas Kling 642b428793 Ext2FS: Support reading from file holes há 4 anos atrás
  Andreas Kling b5b38d372c Ext2FS: Clarify error handling in Ext2FSInode::read_bytes() somewhat há 4 anos atrás