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-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
2020-02-28
Kernel: Rename InodeVMObject => SharedInodeVMObject
Andreas Kling
2020-02-27
Ext2Filesystem: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
ProcFS: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
FIFO: Use dbg() instead of dbgprintf()
Liav A
2020-02-26
Kernel: Remove unused artifacts of the Custody cache
Andreas Kling
2020-02-25
ProcFS: Expose the physical page map of each region in /proc/PID/vm
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-24
Kernel: Change get_sharing_devices_count() in GenericInterruptHandler
Liav A
2020-02-24
Kernel: Create an entry for viewing interrupts in ProcFS
Liav A
2020-02-24
AK: Make Bitmap use size_t for its size
Andreas Kling
2020-02-22
Ext2FS: Add Missing HashMap.h include
Andreas Kling
2020-02-22
Kernel: Make FileDescription slab-allocated
Andreas Kling
2020-02-22
Kernel: Make Custody slab-allocated
Andreas Kling
2020-02-22
Kernel+ProfileViewer: Move symbolication to userspace for time profiles
Andreas Kling
2020-02-21
Ext2FS: The max current block count of a file is size/block_size
Andreas Kling
2020-02-21
Ext2FS: Allow holes in block lists
Andreas Kling
2020-02-20
Kernel: Fix a panic in VFS::rename()
Sergey Bugaev
2020-02-20
Kernel: Support trailing slashes in VFS::mkdir()
Sergey Bugaev
[next]