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-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
2020-04-05
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
Andreas Kling
2020-04-04
Kernel: Strip SUID+SGID bits from file when written to or chowned
Andreas Kling
2020-04-04
Kernel: Enforce file system veil on file creation
Andreas Kling
2020-04-03
Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"
Andreas Kling
2020-04-02
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-04-02
Kernel: Remove unnecessary printf specifier
Liav A
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-22
Kernel: Run clang-format on files
Shannon Booth
2020-03-19
Kernel: Resolve relative paths when there is a veil (#1474)
Alex Muscar
2020-03-12
Ext2FS: Reset the found_a_group flag
marprok
2020-03-10
Kernel: Get rid of SmapDisabler in sys$fstat()
Andreas Kling
2020-03-08
Kernel: Add missing #includes now that <AK/StdLibExtras.h> is smaller
Andreas Kling
2020-03-06
Kernel: Fix syntax error in FIFO_DEBUG
Liav A
2020-03-06
Kernel: Simplify a bunch of dbg() and klog() calls
Andreas Kling
2020-03-06
Ext2FS: Remove unused allocate_block()
Andreas Kling
2020-03-06
Kernel: Change data in /proc/interrupts to be more richer
Liav A
2020-03-06
AK: Remove Optional::operator bool()
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-29
Kernel: Simplify some dbg() logging
Andreas Kling
2020-02-28
Kernel: Expose the VMObject type of each Region in /proc/PID/vm
Andreas Kling
2020-02-28
Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE
Andreas Kling
2020-02-28
Kernel: Remove some unnecessary indirection in InodeFile::mmap()
Andreas Kling
[next]