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
/
BlockBasedFileSystem.cpp
Age
Commit message (
Expand
)
Author
2023-06-04
Kernel: Move all tasks-related code to the Tasks subdirectory
Liav A
2023-05-06
Kernel: Promote the entry to the front during a cache hit
Pankaj Raghav
2023-04-02
Kernel: Initialize DiskCache's buffer before the dirty&clean lists
Marco Cutecchia
2022-10-22
Kernel/FileSystem: Discard safely filesystems when unmounted last time
Liav A
2022-10-22
Kernel: Introduce support for using FileSystem object in multiple mounts
Liav A
2022-07-12
Kernel: Annotate all `KBuffer` and `DoubleBuffer` with a custom name
Tim Schumacher
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
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-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-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
2021-12-26
Kernel: Fix deadlock caused by page faults while holding disk cache lock
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-07
Kernel: Make KBuffer::try_create_with_size() return KResultOr
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
Andreas Kling
2021-09-06
Kernel: Use TRY() in BlockBasedFileSystem
Andreas Kling
2021-08-14
Kernel: Make FileSystem::initialize() return KResult
Andreas Kling
2021-08-08
Kernel: Port BlockBasedFileSystem to ProtectedValue :^)
Andreas Kling
2021-08-03
Kernel: Handle OOM in DiskCache when mounting Ext2 filesystems
Brian Gianforcaro
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-07-16
Kernel: Don't hog file system lock when doing BlockBasedFileSystem I/O
Andreas Kling
2021-07-16
Kernel: Don't explicitly seek before I/O in BlockBasedFileSystem
Andreas Kling
2021-07-11
Kernel: Rename BlockBasedFS => BlockBasedFileSystem
Andreas Kling
2021-07-11
Kernel: Rename FileBackedFS => FileBackedFileSystem
Andreas Kling
2021-07-06
Kernel: Promote various integers to 64 bits in storage layer
Jean-Baptiste Boric
2021-04-25
Kernel: Remove the now defunct `LOCKER(..)` macro.
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
2021-03-19
Kernel: Make FileDescription::seek() return KResultOr<off_t>
Andreas Kling
2021-03-19
Kernel: Make block-based file system code 64 bit ready
Jean-Baptiste Boric
2021-02-28
Kernel: Use default con/de-structors
Ben Wiederhake
2021-02-26
Kernel: Take FS lock in BlockBasedFS during seek/read/write operations
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-12
Kernel: Fix build with BBFS_DEBUG
Andreas Kling
2021-02-12
Kernel: Make BlockBasedFS::BlockIndex a distinct integer type
Andreas Kling
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2021-01-20
Kernel: Make BlockBasedFS read/write functions return a KResult
Andreas Kling
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-12-29
Revert "Kernel: Convert read_block method to get a reference instead of pointer"
Andreas Kling
2020-12-27
Kernel: Convert read_block method to get a reference instead of pointer
Liav A
[next]