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
2022-01-26
Kernel: Make Inode::register_watcher() OOM-fallible
Idan Horowitz
2022-01-26
Kernel: Make InodeWatcher inode registration completely OOM-fallible
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t for BlockBasedFileSystem::read_block
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t for BlockBasedFileSystem::write_block
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t for File::can_write offset
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t for File::can_read offset
Idan Horowitz
2022-01-25
AK: Standardize the behaviour of GenericLexer::consume_until overloads
Idan Horowitz
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-24
Kernel: Make DiskCache::ensure OOM-fallible using ErrorOr
Idan Horowitz
2022-01-23
Kernel: Use ErrorOr in BlockBased and Ext2 filesystem raw read and write
David Briggs
2022-01-21
Kernel: Use KString instead of String in InodeWatcher::Event's path
Idan Horowitz
2022-01-21
Kernel: Use KString instead of String in Ext2FSInode's lookup cache
Idan Horowitz
2022-01-14
Kernel/TmpFS: Remove inode map from TmpFS
Andreas Kling
2022-01-13
Kenrel: Use a KString for Ext2FSDirectoryEntry::name
Idan Horowitz
2022-01-12
Revert "Kernel: Use a StringView for Ext2FSDirectoryEntry::name"
Idan Horowitz
2022-01-12
Kernel: Convert Inode event APIs to use StringViews instead of Strings
Idan Horowitz
2022-01-12
Kernel: Use a StringView for Ext2FSDirectoryEntry::name
Idan Horowitz
2022-01-12
Kernel: Remove the Custody::absolute_path() API
Idan Horowitz
2022-01-12
Kernel: Convert Mount::absolute_path to ErrorOr<NonnullOwnPtr<KString>>
Idan Horowitz
2022-01-12
Kernel: Use Vector::try_append in Custody::try_serialize_absolute_path
Idan Horowitz
2022-01-12
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
Daniel Bertalan
2022-01-12
Kernel: Harden DevPtsFSInode::traverse_as_directory against OOM
Brian Gianforcaro
2022-01-11
Kernel: Synchronize removals from TmpFS inode map
Andreas Kling
2022-01-11
Kernel: Remove empty Ext2FSInode::one_ref_left()
Andreas Kling
2022-01-11
Kernel: Remove empty ISO9660Inode::one_ref_left()
Andreas Kling
2022-01-08
Kernel: Fix broken disk cache behavior with O_DIRECT
Andreas Kling
2022-01-08
Kernel: Rename DiskCache::get() to ensure()
Andreas Kling
2022-01-08
Kernel: Remove redundant disk cache dirty flag in BlockBasedFileSystem
Andreas Kling
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-05
Kernel/Ext2FS: Use HashMap::remove_all_matching() in Ext2FS
Andreas Kling
2022-01-05
Kernel: Remove temporary Vector from Ext2FS::flush_writes()
Brian Gianforcaro
2022-01-05
Kernel: Use MUST + Vector::try_empend instead of Vector::empend
Brian Gianforcaro
2022-01-05
Kernel: Use MUST + Vector::try_append instead of Vector::append
Brian Gianforcaro
2022-01-04
Kernel: Include correct header for DistinctNumeric in DeviceFileTypes.h
Daniel Bertalan
2022-01-04
Kernel: Replace divide_rounded_up uses with ceil_div in Ext2FileSystem
Owen Smith
2022-01-02
Kernel: Always pass InodeIdentifier by value
Andreas Kling
2022-01-02
Kernel/TmpFS: Prevent TmpFS::add_child() from adding duplicate children
Andreas Kling
2022-01-01
Kernel+LibC+LibCore: Add lchown and fchownat functions
circl
2021-12-30
Kernel: Tighten String-related includes
Daniel Bertalan
2021-12-30
Kernel: Propagate allocation failure in resolve_path_without_veil
Daniel Bertalan
2021-12-29
Kernel: Make File::unref virtual
Idan Horowitz
2021-12-29
Kernel: Port File to RefCounted
Idan Horowitz
2021-12-29
Kernel: Rename File::{before_removing => will_be_destroyed}
Idan Horowitz
2021-12-29
Kernel: Port Custody to ListedRefCounted
Idan Horowitz
2021-12-29
Kernel: Support Mutex Protected lists in ListedRefCounted
Idan Horowitz
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-28
Kernel: Fix race condition in TmpFSInode::notify_watchers()
Andreas Kling
2021-12-26
Kernel: Remove old SlabAllocator :^)
Andreas Kling
2021-12-26
Kernel: Remove all uses of MAKE_SLAB_ALLOCATED()
Andreas Kling
[next]