Commit History

Author SHA1 Message Date
  Andreas Kling b6ee8a2c8d Kernel: Rename vmo => vmobject everywhere 5 years ago
  Andreas Kling 721585473b Ext2FS: Don't uncache inodes while they are being watched 5 years ago
  Andreas Kling 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
  Andreas Kling e25ade7579 Kernel: Rename "vmo" to "vmobject" everywhere 5 years ago
  Andreas Kling 318068fe1b Kernel: Turns global Custody and Inode tables into InlineLinkedLists 6 years ago
  Andreas Kling 6bdb81ad87 Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject 6 years ago
  Andreas Kling c8e2bb5605 Kernel: Add a mechanism for listening for changes to an inode. 6 years ago
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 years ago
  Andreas Kling d343fb2429 AK: Rename Retainable.h => RefCounted.h. 6 years ago
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 6 years ago
  Andreas Kling 77b9fa89dd AK: Rename Retainable => RefCounted. 6 years ago
  Andreas Kling 8258b699db Kernel: Use StringView more in Inode and subclasses. 6 years ago
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. 6 years ago
  Andreas Kling bba2c062fe FileSystem: Make Inode::lookup() take a StringView. 6 years ago
  Andreas Kling 2e14e5891c FileSystem: Remove now-unused Inode::parent() and Inode::reverse_lookup(). 6 years ago
  Andreas Kling 9ac95d1867 FileSystem: Pass mode_t to Inode::add_child(). 6 years ago
  Robin Burchell 0dc9af5f7e Add clang-format file 6 years ago
  Andreas Kling 176f683f66 Kernel: Move Inode to its own files. 6 years ago