index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
FileSystem
/
Inode.h
Age
Commit message (
Expand
)
Author
2021-02-12
Kernel: Add distinct InodeIndex type
Andreas Kling
2021-02-12
Kernel: Remove default arguments from Inode::resolve_as_link()
Andreas Kling
2021-01-30
Kernel: Add FIBMAP ioctl to Ext2FileSystem
Peter Elliott
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
2020-12-31
Kernel: Sprinkle some lockers in Inode
Andreas Kling
2020-12-29
Kernel: Remove unnecessary non-const Inode::shared_vmobject()
Andreas Kling
2020-12-18
Kernel: Move KBufferBuilder to the fallible KBuffer API
Andreas Kling
2020-11-23
ProcFS: Take the "all inodes" lock when generating /proc/inodes
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-09-19
Kernel: Let InodeWatcher track child inode numbers instead of names
Andreas Kling
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-18
Kernel: Add DirectoryEntryView for VFS directory traversal
Andreas Kling
2020-08-12
Kernel: Avoid ninja-import of global variable
Ben Wiederhake
2020-08-11
Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer)
Andreas Kling
2020-08-05
Kernel: Make Inode::directory_entry_count errors observable.
Brian Gianforcaro
2020-07-19
Kernel: Implement FIFOs/named pipes
Peter Elliott
2020-07-04
Kernel: Add "child added" and "child removed" InodeWatcher events
Andreas Kling
2020-06-25
Kernel: Deemphasize inode identifiers
Sergey Bugaev
2020-05-26
Kernel: Plumb KResult through FileDescription::read_entire_file() implementat...
Brian Gianforcaro
2020-05-26
Kernel: Clang format file system in prep for changes.
Brian Gianforcaro
2020-05-19
Kernel: Inline Inode::fsid()
Sergey Bugaev
2020-04-04
Kernel: Strip SUID+SGID bits from file when written to or chowned
Andreas Kling
2020-02-28
Kernel: Rename InodeVMObject => SharedInodeVMObject
Andreas Kling
2020-02-18
Kernel: Use a FixedArray for a process's extra GIDs
Andreas Kling
2020-02-16
Kernel: Add forward declaration header
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-08
Kernel: Make File::truncate() take a u64
Andreas Kling
2020-02-08
Ext2FS: Fail with EMFILE if we would overflow i_links_count
Andreas Kling
2020-02-01
Kernel: Make Inode::lookup() return a RefPtr<Inode>
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Let inodes provide pre-open file descriptions
Sergey Bugaev
2020-01-17
Kernel: Let symlinks resolve themselves
Sergey Bugaev
2019-12-19
Kernel: Rename vmo => vmobject everywhere
Andreas Kling
2019-11-04
Ext2FS: Don't uncache inodes while they are being watched
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-04
Kernel: Rename "vmo" to "vmobject" everywhere
Andreas Kling
2019-08-08
Kernel: Turns global Custody and Inode tables into InlineLinkedLists
Andreas Kling
2019-08-07
Kernel: Split VMObject into two classes: Anonymous- and InodeVMObject
Andreas Kling
2019-07-22
Kernel: Add a mechanism for listening for changes to an inode.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-21
AK: Rename Retainable.h => RefCounted.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
Andreas Kling
2019-06-09
Kernel: Use StringView more in Inode and subclasses.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
2019-06-01
FileSystem: Make Inode::lookup() take a StringView.
Andreas Kling
2019-06-01
FileSystem: Remove now-unused Inode::parent() and Inode::reverse_lookup().
Andreas Kling
2019-05-31
FileSystem: Pass mode_t to Inode::add_child().
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-16
Kernel: Move Inode to its own files.
Andreas Kling