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-03-08
Kernel: Add bitwise operators for Thread::FileBlocker::BlockFlags enum
Brian Gianforcaro
2021-03-08
Everywhere: Remove unnecessary whitespace at the end of some lines.
Emanuele Torre
2021-03-07
Kernel: Expose sysctl 'ubsan_is_deadly' to panic the Kernel on UB
Ben Wiederhake
2021-03-04
Kernel: Stop trying to keep InodeVMObject in sync with disk changes
Andreas Kling
2021-03-04
Kernel: Use BitmapView instead of Bitmap::wrap()
Andreas Kling
2021-03-02
Kernel+Profiler: Capture metadata about all profiled processes
Andreas Kling
2021-03-02
Kernel: Start work on full system profiling :^)
Andreas Kling
2021-03-02
Kernel: Make kgettimeofday use AK::Time
Ben Wiederhake
2021-03-02
Kernel: Remove duplicative kgettimeofday(timeval&) function
Ben Wiederhake
2021-02-28
Kernel: Use default con/de-structors
Ben Wiederhake
2021-02-26
Ext2FS: Make block list flushing a bit less aggressive
Andreas Kling
2021-02-26
Ext2FS: Move block list computation from Ext2FS to Ext2FSInode
Andreas Kling
2021-02-26
Ext2FS: Don't hog FS lock while reading/writing inodes
Andreas Kling
2021-02-26
Ext2FS: Remove unnecessary locking in find_block_containing_inode()
Andreas Kling
2021-02-26
Ext2FS: Remove unnecessary lock in Ext2FS::write_ext2_node()
Andreas Kling
2021-02-26
Kernel: Take FS lock in BlockBasedFS during seek/read/write operations
Andreas Kling
2021-02-26
Revert "Ext2FS: Don't reload already-cached block list when freeing inode"
Andreas Kling
2021-02-26
Ext2FS: Don't reload already-cached block list when freeing inode
Andreas Kling
2021-02-26
Ext2FS: Inode allocation improvements
Andreas Kling
2021-02-26
Ext2FS: Propagate errors from more places
Andreas Kling
2021-02-26
Ext2FS: Share some bitmap code between inode and block allocation
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
Kernel: Handle overflow in FileDescription::seek(, SEEK_CUR)
Brian Gianforcaro
2021-02-21
Kernel: Use uniform initialization instead of memset for a few stack buffer.
Brian Gianforcaro
2021-02-21
Kernel: Use ByteBuffer::zero_fill() instead of raw memset in Ext2
Brian Gianforcaro
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2021-02-19
ProcFS: Fix /proc/PID/* hardening bypass
Andreas Kling
2021-02-17
Kernel: Convert snprintf() => String::formatted()/number()
Andreas Kling
2021-02-15
Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits.
Brian Gianforcaro
2021-02-14
Kernel: Remove user/kernel flags from Region
Andreas Kling
2021-02-13
Kernel: Use divide_rounded_up inside write_block_list_for_inode
Jean-Baptiste Boric
2021-02-13
Kernel: Support triply indirect blocks for BlockListShape computation
Jean-Baptiste Boric
2021-02-13
Kernel: Add forgotten 'const' flag
Ben Wiederhake
2021-02-12
DevFS: Use strongly typed InodeIndex
Andreas Kling
2021-02-12
Kernel: Fix build with BBFS_DEBUG
Andreas Kling
2021-02-12
Ext2FS: Make Ext2FS::GroupIndex a distinct integer type
Andreas Kling
2021-02-12
Kernel: Make BlockBasedFS::BlockIndex a distinct integer type
Andreas Kling
2021-02-12
Kernel: Add distinct InodeIndex type
Andreas Kling
2021-02-12
Kernel: Remove default arguments from Inode::resolve_as_link()
Andreas Kling
2021-02-11
Ext2FS: Convert #if EXT2_DEBUG => dbgln_if() and constexpr-if
Andreas Kling
2021-02-11
Ext2FS: Shrink Ext2FSDirectoryEntry from 16 to 12 bytes
Andreas Kling
2021-02-09
Kernel: Convert all *Builder::appendf() => appendff()
Andreas Kling
2021-02-08
Kernel: Move memory statistics helpers from Process to Space
Andreas Kling
2021-02-08
Kernel: Factor address space management out of the Process class
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-06
Kernel: Use the resolved parent path when testing create veil (#5231)
William Bowling
2021-02-05
Kernel: Don't create a zero-length VLA in Ext2FS block list walk
Andreas Kling
2021-02-04
Kernel: Make /proc/PID/stacks/TID a JSON array
Andreas Kling
2021-02-03
Kernel: Check for off_t overflow in FileDescription::read/write
Andreas Kling
2021-02-03
Kernel: Check for off_t overflow before reading/writing InodeFile
Andreas Kling
[prev]
[next]