提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling 62ec6e5fe0 Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer) 5 年之前
  Brian Gianforcaro e8c9b5e870 Kernel: Make Inode::directory_entry_count errors observable. 5 年之前
  Peter Elliott d01eba6fa3 Kernel: Implement FIFOs/named pipes 5 年之前
  Andreas Kling 0d577ab781 Kernel: Add "child added" and "child removed" InodeWatcher events 5 年之前
  Sergey Bugaev df66c28479 Kernel: Deemphasize inode identifiers 5 年之前
  Brian Gianforcaro 6a74af8063 Kernel: Plumb KResult through FileDescription::read_entire_file() implementation. 5 年之前
  Brian Gianforcaro c459e4ecb2 Kernel: Clang format file system in prep for changes. 5 年之前
  Sergey Bugaev 9cbdd5f01e Kernel: Inline Inode::fsid() 5 年之前
  Andreas Kling 53d0ca2ad8 Kernel: Strip SUID+SGID bits from file when written to or chowned 5 年之前
  Andreas Kling 07a26aece3 Kernel: Rename InodeVMObject => SharedInodeVMObject 5 年之前
  Andreas Kling a7dbb3cf96 Kernel: Use a FixedArray for a process's extra GIDs 5 年之前
  Andreas Kling e28809a996 Kernel: Add forward declaration header 5 年之前
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 年之前
  Andreas Kling 7291370478 Kernel: Make File::truncate() take a u64 5 年之前
  Andreas Kling cb97ef5589 Ext2FS: Fail with EMFILE if we would overflow i_links_count 5 年之前
  Andreas Kling c44b4d61f3 Kernel: Make Inode::lookup() return a RefPtr<Inode> 5 年之前
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 年之前
  Sergey Bugaev 8642a7046c Kernel: Let inodes provide pre-open file descriptions 5 年之前
  Sergey Bugaev ae64fd1b27 Kernel: Let symlinks resolve themselves 5 年之前
  Andreas Kling b6ee8a2c8d Kernel: Rename vmo => vmobject everywhere 5 年之前
  Andreas Kling 721585473b Ext2FS: Don't uncache inodes while they are being watched 5 年之前
  Andreas Kling 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 年之前
  Andreas Kling e25ade7579 Kernel: Rename "vmo" to "vmobject" everywhere 5 年之前
  Andreas Kling 318068fe1b Kernel: Turns global Custody and Inode tables into InlineLinkedLists 6 年之前
  Andreas Kling 6bdb81ad87 Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject 6 年之前
  Andreas Kling c8e2bb5605 Kernel: Add a mechanism for listening for changes to an inode. 6 年之前
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 年之前
  Andreas Kling d343fb2429 AK: Rename Retainable.h => RefCounted.h. 6 年之前
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 6 年之前
  Andreas Kling 77b9fa89dd AK: Rename Retainable => RefCounted. 6 年之前