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
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-24
Kernel: Fix compiling TmpFSInode::write_bytes on x86_64
Gunnar Beutner
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-22
Kernel: Ensure Ext2FSInode's lookup is populated before using it
Sam Atkins
2021-06-18
Kernel: Add /proc/bus/usb to store information about connected devices
Jesse Buhagiar
2021-06-18
Kernel: Correctly decode proc_file_type from identifier
Tim Schumacher
2021-06-17
Kernel: Update check in Inode::read_entire
Gunnar Beutner
2021-06-17
Kernel: Remove obsolete size_t casts
Gunnar Beutner
2021-06-16
Kernel: Remove various other uses of ssize_t
Gunnar Beutner
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-11
Kernel: Use m_inode to stat in FileDescription::stat() if available
Max Wipfli
2021-06-09
Kernel: Introduce the NetworkingManagement singleton
Liav A
2021-06-08
Kernel: Don't assume there are no nodes if m_unveiled_paths.is_empty()
Max Wipfli
2021-06-08
Kernel: Implement InodeFile::stat() and simplify FileDescription::stat()
Max Wipfli
2021-06-04
Kernel: Implement offset for `lseek` with `SEEK_END`
Jelle Raaijmakers
2021-06-01
Kernel: Move ProcFS API towards OOM safety
Brian Gianforcaro
2021-06-01
Kernel: Move TmpFS towards OOM safety
Brian Gianforcaro
2021-06-01
Kernel: Move DevFS APIs towards OOM safety
Brian Gianforcaro
2021-06-01
Kernel: Make AnonymousFile::create API OOM safe
Brian Gianforcaro
2021-05-31
AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's
Ali Mohammad Pur
2021-05-29
Kernel: Ensure that an unveil node with no permission is never accepted
Ali Mohammad Pur
2021-05-28
Kernel: Rename Custody::create() => try_create()
Andreas Kling
2021-05-28
Kernel: Use a KString for Custody::m_name
Andreas Kling
2021-05-27
Kernel+AK: Move UBSanitizer to AK, and to AK namespace
Andrew Kaster
2021-05-26
Kernel: Switch Inode to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-22
Kernel: Remove an allocation from VFS::resolve_path_without_veil (#7287)
Mart G
2021-05-19
Kernel: static vs non-static constexpr variables
Lenny Maiorani
2021-05-19
Kernel: Expose FileSystem's fragment size
Justin
2021-05-19
Kernel: Ignore null parent custody without error in VFS::open
Max Wipfli
2021-05-16
Kernel: Rename Console => ConsoleDevice
Liav A
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-13
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
Andreas Kling
2021-05-13
Kernel: Make InodeWatcher::crate API OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Replace make<T>() with adopt_own_if_nonnull() in Ext2FileSystem
Brian Gianforcaro
2021-05-13
Kernel: Replace bare new in Custody::create() with adopt_ref_if_nonnull
Brian Gianforcaro
2021-05-13
Kernel: Remove unused header from FileDescription.cpp
Brian Gianforcaro
2021-05-13
Kernel: Move FileDescription::get_dir_entries to KResultOr<ssize_t>
Brian Gianforcaro
2021-05-13
Kernel: Make FileDescription::create() APIs OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make InodeFile::create() API OOM safe
Brian Gianforcaro
2021-05-12
Kernel: Implement multi-watch InodeWatcher :^)
sin-ack
2021-05-12
Kernel+LibC: Make get_dir_entries syscall retriable
Mart G
2021-05-10
Kernel: Plumb OOM propagation through Custody factory
Brian Gianforcaro
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-08
Kernel-VFS: Fixed kernel crash if parent custody is null
r-paiva
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-05
Kernel: Allow remapping Caps Lock to Control (#6883)
Spencer Dixon
[next]