Historique des commits

Auteur SHA1 Message Date
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t il y a 4 ans
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) il y a 4 ans
  Lenny Maiorani 5751327195 Kernel: static vs non-static constexpr variables il y a 4 ans
  Justin 721a867c65 Kernel: Expose FileSystem's fragment size il y a 4 ans
  Brian Gianforcaro fb40da0429 Kernel: Replace make<T>() with adopt_own_if_nonnull() in Ext2FileSystem il y a 4 ans
  sin-ack fe5ca6ca27 Kernel: Implement multi-watch InodeWatcher :^) il y a 4 ans
  Mart G e0deb46723 Kernel: Traverse ext2 directories blockwise. il y a 4 ans
  Mart G 25a5e59f79 Kernel: Place ext2 dir entries so they don't span multiple blocks il y a 4 ans
  Mart G cab6155254 Kernel: Allow Ext2FSInode::write_bytes calls with a byte count of zero il y a 4 ans
  Mart G bfce328ade Kernel: Set unused block pointers in ext2 inodes to zero il y a 4 ans
  Mart G 6e641fadfa Kernel: Resize Ext2FSInode when writing directory contents (#6897) il y a 4 ans
  Gunnar Beutner 6990ab41c8 Kernel: Fix some 64-bit portability issues il y a 4 ans
  Brian Gianforcaro 234c6ae32d Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t> il y a 4 ans
  Brian Gianforcaro f05086a5d2 Kernel: Harden Ext2FileSystem Vector usage against OOM. il y a 4 ans
  Andreas Kling cd9be1733c Kernel: Make Inode::set_{a,c,m}time return KResult il y a 4 ans
  Andreas Kling 3d4afe7614 Everywhere: "indexes" => "indices" il y a 4 ans
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. il y a 4 ans
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling 3f5c934ea6 Ext2FS: Put bg_used_dirs_count debug logging behind EXT2_DEBUG il y a 4 ans
  Andreas Kling acebc9beaf Ext2FS: Use if-with-initializer a lot more il y a 4 ans
  Andreas Kling 642b428793 Ext2FS: Support reading from file holes il y a 4 ans
  Andreas Kling b5b38d372c Ext2FS: Clarify error handling in Ext2FSInode::read_bytes() somewhat il y a 4 ans
  Andreas Kling 5001b71c42 Kernel: Reading past the end of an Ext2FSInode should return 0 il y a 4 ans
  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