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.h
Age
Commit message (
Expand
)
Author
2023-01-27
Kernel: Remove declarations for non-existent methods
Sam Atkins
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-22
Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'
Linus Groh
2022-04-01
Everywhere: Run clang-format
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-23
Kernel: Use ErrorOr in BlockBased and Ext2 filesystem raw read and write
David Briggs
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-21
AK+Kernel: Format DistinctNumeric using the underlying type's formatter
Daniel Bertalan
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-08-22
Kernel: Rename ProtectedValue<T> => MutexProtected<T>
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-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-16
Kernel: Don't hog file system lock when doing BlockBasedFileSystem I/O
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-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-19
Kernel: Make block-based file system code 64 bit ready
Jean-Baptiste Boric
2021-02-12
Kernel: Make BlockBasedFS::BlockIndex a distinct integer type
Andreas Kling
2021-01-20
Kernel: Make BlockBasedFS read/write functions return a KResult
Andreas Kling
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
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-07-05
Kernel: Split BlockBasedFileSystem off FileBackedFileSystem
Sergey Bugaev