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
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-07-05
Kernel: Add Plan9FS :^)
Sergey Bugaev
2020-07-05
Kernel: Split BlockBasedFileSystem off FileBackedFileSystem
Sergey Bugaev
2020-07-05
Kernel: Fix .. directory entry at mount point handling a little
Sergey Bugaev
2020-07-05
AK: Make Vector::unstable_remove() return the removed value
Sergey Bugaev
2020-07-04
Kernel: Add "child added" and "child removed" InodeWatcher events
Andreas Kling
2020-07-03
Kernel: Remove /proc/PID/regs
Tom
2020-07-03
Kernel: Consolidate features into CPUFeature enum
Tom
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-07-01
Kernel/LibCore: Expose processor id where a thread last ran
Tom
2020-07-01
Kernel: List all CPUs in /proc/cpuinfo
Tom
2020-06-25
Kernel: Port mounts to reference inodes directly
Sergey Bugaev
2020-06-25
Kernel: Deemphasize inode identifiers
Sergey Bugaev
2020-06-17
Kernel: Use symbolic constants for file modes
Sergey Bugaev
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-02
Kernel: Allow File::close() to fail
Sergey Bugaev
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-29
Kernel+Userland: Support remounting filesystems :^)
Sergey Bugaev
2020-05-29
Kernel: Misc tweaks
Sergey Bugaev
2020-05-29
Kernel+Base: Mount root filesystem read-only :^)
Sergey Bugaev
2020-05-29
Kernel: Support read-only filesystem mounts
Sergey Bugaev
2020-05-29
Kernel+LibC: Move O_* and MS_* flags to UnixTypes.h
Sergey Bugaev
2020-05-29
Kernel: Pass a Custody instead of Inode to VFS methods
Sergey Bugaev
2020-05-29
Kernel: Pass a FileDescription to File::chmod() and File::chown()
Sergey Bugaev
2020-05-29
Kernel: Report source of synthetic filesystems as "none"
Sergey Bugaev
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
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-23
Kernel+LibC: Fix various build issues introduced by ssize_t
Andreas Kling
2020-05-23
Kernel: Add missing casts when calling AK::min()
Andreas Kling
2020-05-23
Kernel: Use a FlatPtr for the "argument" to ioctl()
Andreas Kling
2020-05-22
Kernel: Return ESPIPE when seeking an unseekable
Sergey Bugaev
2020-05-22
Kernel: Remove some now-unnecessary casts in ProcFS
Andreas Kling
2020-05-22
Ext2FS: Fix indirect-blocks iteration
Yonatan Goldschmidt
2020-05-19
Kernel: Tweak FileBackedFS API to avoid intermediary copies
Sergey Bugaev
2020-05-19
Kernel: Make FS::block_size a size_t
Sergey Bugaev
2020-05-19
Kernel: Inline Inode::fsid()
Sergey Bugaev
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
Kernel: Use consistent names for kmalloc globals and remove volatile
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-04-28
Kernel: Add Region helpers for accessing underlying physical pages
Andreas Kling
2020-04-19
Kernel: rmdir("/") should fail instead of asserting
Andreas Kling
2020-04-18
Kernel: Use shared locking mode in some places
Sergey Bugaev
2020-04-18
Kernel: Compactify FileDescrption
Sergey Bugaev
2020-04-11
Kernel: Keep records of PCI::Address & PCI::ID pairs for enumeration
Liav A
2020-04-10
Kernel: Add explicit offset parameter to File::read etc
Conrad Pankoff
2020-04-08
Kernel: Rename KParams => Kernel::CommandLine
Andreas Kling
2020-04-06
Kernel: Ensure we flush the entire ext2 superblock
Liav A
2020-04-06
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-04-05
Kernel: Don't enumerate blocks of ext2 symlinks by default
Liav A
[next]