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
Age
Commit message (
Expand
)
Author
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
2021-01-03
Kernel: Fix ProcFS returning Inodes that are being deleted
Tom
2021-01-02
Kernel: Pass "shared" flag to Region constructor
Andreas Kling
2021-01-02
Kernel: Fix dirty page map bitmap
Tom
2021-01-01
Kernel: Improve some low-memory situations with ext2
Tom
2021-01-01
Kernel: Merge PurgeableVMObject into AnonymousVMObject
Tom
2021-01-01
Kernel: Memory purging improvements
Tom
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-31
Kernel: Sprinkle some lockers in Inode
Andreas Kling
2020-12-30
Kernel: Consolidate the various BlockCondition::unblock variants
Tom
2020-12-29
Kernel: Remove unnecessary non-const Inode::shared_vmobject()
Andreas Kling
2020-12-29
Revert "Kernel: Convert read_block method to get a reference instead of pointer"
Andreas Kling
2020-12-27
Kernel: Introduce a new partitioning subsystem
Liav A
2020-12-27
Kernel: Introduce the DevFS
Liav A
2020-12-27
Kernel: Convert read_block method to get a reference instead of pointer
Liav A
2020-12-27
AK: Use direct-list-initialization for Vector::empend() (#4564)
Nathan Lanza
2020-12-27
Kernel: Allow sys$rename() to rename symlinks
Andreas Kling
2020-12-27
Kernel: Remove the per-process icon_id and sys$set_process_icon()
Andreas Kling
2020-12-27
Kernel: Expose process executable paths in /proc/all
Andreas Kling
2020-12-26
Kernel: Implement unveil() as a prefix-tree
AnotherTest
2020-12-25
Kernel+LibC: Introduce a "dumpable" flag for processes
Andreas Kling
2020-12-25
Kernel: Make /proc/PID directories owned by the EUID:EGID
Andreas Kling
2020-12-24
ProcFS: pid_vm: Replace duplicated purgeable key with kernel+cacheable
Brendan Coles
2020-12-23
Kernel: Tweak parameter name in Inode::read_entire()
Andreas Kling
2020-12-22
Kernel: Allow sys$chmod() to modify the set-gid bit
Andreas Kling
2020-12-21
Kernel: Improve time keeping and dramatically reduce interrupt load
Tom
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-18
Kernel: Move KBufferBuilder to the fallible KBuffer API
Andreas Kling
2020-12-18
TmpFS: Use fallible KBuffer API
Andreas Kling
2020-12-18
Ext2FS: Fail the mount if BGD table cache allocation fails
Andreas Kling
2020-12-14
Kernel: Move InodeWatcher::Event into Kernel/API/InodeWatcherEvent
Itamar
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-12-12
Kernel: Fix some issues related to fixes and block conditions
Tom
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-11-30
Kernel: Move some time related code from Scheduler into TimeManagement
Tom
2020-11-24
Kernel: Reduce ByteBuffer thrashing in inode block list generation
Andreas Kling
2020-11-24
Kernel: Use a doubly-linked list for the BlockBasedFS cache
Andreas Kling
2020-11-24
Ext2FS: Oops, fix forgotten assignment in Ext2FSInode::resize()
Andreas Kling
2020-11-24
Kernel: Add a fast lookup table to the BlockBasedFS disk cache
Andreas Kling
2020-11-24
Ext2FS: Use cached inode block list in resize() if available
Andreas Kling
2020-11-24
Kernel: Remove unnecessary SmapDisablers in FileDescription
Andreas Kling
2020-11-23
Kernel: Add unveil('b')
Sergey Bugaev
2020-11-23
ProcFS: Take the "all inodes" lock when generating /proc/inodes
Andreas Kling
2020-11-23
Ext2FS: Move some EXT2_DEBUG logging behind EXT2_VERY_DEBUG
Andreas Kling
2020-11-23
Ext2FS: Clear out the direct block list when an inode is resized to 0
Andreas Kling
2020-11-14
TmpFS: Set the root inode's timestamp to the current time
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-07
Ext2FS: Zero out inode metadata when deleting them
Andreas Kling
2020-11-07
Ext2FS: Deallocate block list meta blocks when freeing an inode
Andreas Kling
2020-11-01
Kernel+LibC: Don't allow a directory to become a subdirectory of itself
Andreas Kling
[next]