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
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
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-11-24
Kernel: Use a doubly-linked list for the BlockBasedFS cache
Andreas Kling
2020-11-24
Kernel: Add a fast lookup table to the BlockBasedFS disk cache
Andreas Kling
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-30
Kernel: Unbreak building with extra debug macros, part 1
Ben Wiederhake
2020-08-05
Kernel: Fix build break from missing KResult [[nodiscard]] suppressions
Brian Gianforcaro
2020-08-04
Kernel: Make File::write() and File::read() return KResultOr<size_t>
Andreas Kling
2020-07-05
Kernel: Split BlockBasedFileSystem off FileBackedFileSystem
Sergey Bugaev