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.cpp
Age
Commit message (
Expand
)
Author
2020-04-04
Kernel: Strip SUID+SGID bits from file when written to or chowned
Andreas Kling
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-02
Kernel: Run clang-format on various files
Liav A
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-28
Kernel: Rename InodeVMObject => SharedInodeVMObject
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-08
Ext2FS: Fail with EMFILE if we would overflow i_links_count
Andreas Kling
2020-01-30
Kernel: LocalSocket should fail with EADDRINUSE for already-bound files
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Let symlinks resolve themselves
Sergey Bugaev
2020-01-15
Kernel: Avoid an extra call to read_bytes() in Inode::read_entire()
Andreas Kling
2019-12-19
Kernel: Rename vmo => vmobject everywhere
Andreas Kling
2019-09-04
Kernel: Rename "vmo" to "vmobject" everywhere
Andreas Kling
2019-08-08
Kernel: Use range-for with InlineLinkedList
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-27
Kernel: More use of NonnullRefPtrVector in the kernel.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
2019-05-31
Update Badge<T> instantiations to simply be {}.
Andreas Kling
2019-05-16
Kernel: Move Inode to its own files.
Andreas Kling