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
/
Ext2FileSystem.cpp
Age
Commit message (
Expand
)
Author
2021-05-13
Kernel: Replace make<T>() with adopt_own_if_nonnull() in Ext2FileSystem
Brian Gianforcaro
2021-05-12
Kernel: Implement multi-watch InodeWatcher :^)
sin-ack
2021-05-08
Kernel: Traverse ext2 directories blockwise.
Mart G
2021-05-08
Kernel: Place ext2 dir entries so they don't span multiple blocks
Mart G
2021-05-07
Kernel: Allow Ext2FSInode::write_bytes calls with a byte count of zero
Mart G
2021-05-07
Kernel: Set unused block pointers in ext2 inodes to zero
Mart G
2021-05-06
Kernel: Resize Ext2FSInode when writing directory contents (#6897)
Mart G
2021-05-03
Kernel: Fix some 64-bit portability issues
Gunnar Beutner
2021-05-02
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
Brian Gianforcaro
2021-05-01
Kernel: Harden Ext2FileSystem Vector usage against OOM.
Brian Gianforcaro
2021-04-30
Kernel: Make Inode::set_{a,c,m}time return KResult
Andreas Kling
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-25
Kernel: Remove the now defunct `LOCKER(..)` macro.
Brian Gianforcaro
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
Ext2FS: Put bg_used_dirs_count debug logging behind EXT2_DEBUG
Andreas Kling
2021-04-11
Ext2FS: Use if-with-initializer a lot more
Andreas Kling
2021-04-10
Ext2FS: Support reading from file holes
Andreas Kling
2021-04-10
Ext2FS: Clarify error handling in Ext2FSInode::read_bytes() somewhat
Andreas Kling
2021-04-04
Kernel: Reading past the end of an Ext2FSInode should return 0
Andreas Kling
2021-03-19
Kernel: Make block-based file system code 64 bit ready
Jean-Baptiste Boric
2021-03-17
Kernel: Add 64 bit file size support to Ext2FS
Jean-Baptiste Boric
2021-03-17
Kernel: Rationalize logs inside Ext2Fs
Jean-Baptiste Boric
2021-03-13
Kernel: Implement triply indirect block support in Ext2FSInode
Jean-Baptiste Boric
2021-03-13
Kernel: Modify block lists in place for Ext2FSInode::resize()
Jean-Baptiste Boric
2021-03-10
Kernel: Remove VLA usage in Ext2FS block traversal code
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in filesystem code
Andreas Kling
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: Make kgettimeofday use AK::Time
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
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: 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-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-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-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
[next]