Commit History

作者 SHA1 備註 提交日期
  Andreas Kling 68a6d4c30a Kernel: Tidy up InodeWatcher construction 3 年之前
  Andreas Kling f9b7ea6de9 Revert "Kernel: Use IntrusiveList for keeping track of InodeWatchers" 4 年之前
  Andreas Kling 43d6a7e74e Kernel: Use IntrusiveList for keeping track of InodeWatchers 4 年之前
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex 4 年之前
  Andreas Kling 98080497d2 Kernel: Use Forward.h headers more 4 年之前
  Andreas Kling c9f6786e8b Kernel: Make various T::class_name() and similar return StringView 4 年之前
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` 4 年之前
  Brian Gianforcaro 0d50d3ed1e Kernel: Make InodeWatcher::crate API OOM safe 4 年之前
  sin-ack fe5ca6ca27 Kernel: Implement multi-watch InodeWatcher :^) 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Jean-Baptiste Boric b05b4d4b24 Kernel: Refactor storage stack with u64 as file operations offset 4 年之前
  Itamar 345abc3132 Kernel: Move InodeWatcher::Event into Kernel/API/InodeWatcherEvent 4 年之前
  Andreas Kling 2cb32f8356 Kernel: Let InodeWatcher track child inode numbers instead of names 4 年之前
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 年之前
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> 5 年之前
  Andreas Kling 0d577ab781 Kernel: Add "child added" and "child removed" InodeWatcher events 5 年之前
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc 5 年之前
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 年之前
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 年之前
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& 5 年之前
  Andreas Kling c8e2bb5605 Kernel: Add a mechanism for listening for changes to an inode. 6 年之前