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-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
2020-02-20
AK: Use size_t for ByteBuffer sizes
Andreas Kling
2020-02-18
Kernel: Use a FixedArray for a process's extra GIDs
Andreas Kling
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: More header dependency reduction work
Andreas Kling
2020-02-16
Kernel: Reduce header dependencies of Process and Thread
Andreas Kling
2020-02-16
Kernel: Add forward declaration header
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-09
Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal
Liav A
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-08
Kernel: Send SIGPIPE to the current thread on write to a broken pipe
Andreas Kling
2020-02-08
Kernel: Make File::truncate() take a u64
Andreas Kling
2020-02-08
Kernel: Simplify FS::create_inode() a little bit
Andreas Kling
2020-02-08
Kernel: Simplify FS::create_directory() a little bit
Andreas Kling
2020-02-08
Ext2FS: Fail with EMFILE if we would overflow i_links_count
Andreas Kling
2020-02-08
Kernel: Merge unnecessary DiskDevice class into BlockDevice
Andreas Kling
2020-02-01
Kernel: Make Inode::lookup() return a RefPtr<Inode>
Andreas Kling
[next]