1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00
serenity/Kernel/FileSystem
Mike Akers de980de0e4 Kernel: Lock the inode before writing in SharedInodeVMObject::sync
We ensure that when we call SharedInodeVMObject::sync we lock the inode
lock before calling Inode virtual write_bytes method directly to avoid
assertion on the unlocked inode lock, as it was regressed recently. This
is not a complete fix as the need to lock from each path before calling
the write_bytes method should be avoided because it can lead to
hard-to-find bugs, and this commit only fixes the problem temporarily.
2022-08-16 16:54:03 +02:00
..
SysFS Kernel/Storage: Remove InterfaceType enum 2022-08-14 01:09:03 +01:00
AnonymousFile.cpp
AnonymousFile.h
BlockBasedFileSystem.cpp
BlockBasedFileSystem.h Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_' 2022-07-22 23:09:43 +01:00
Custody.cpp
Custody.h
DeviceFileTypes.h Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_' 2022-07-22 23:09:43 +01:00
DevPtsFS.cpp
DevPtsFS.h
DevTmpFS.cpp
DevTmpFS.h
ext2_fs.h
ext2_types.h
Ext2FileSystem.cpp Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method 2022-07-30 23:31:08 +02:00
Ext2FileSystem.h Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_' 2022-07-22 23:09:43 +01:00
FIFO.cpp
FIFO.h
File.cpp
File.h
FileBackedFileSystem.cpp
FileBackedFileSystem.h
FileSystem.cpp
FileSystem.h
Inode.cpp Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method 2022-07-30 23:31:08 +02:00
Inode.h Kernel: Lock the inode before writing in SharedInodeVMObject::sync 2022-08-16 16:54:03 +02:00
InodeFile.cpp Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method 2022-07-30 23:31:08 +02:00
InodeFile.h
InodeIdentifier.h Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_' 2022-07-22 23:09:43 +01:00
InodeMetadata.h
InodeWatcher.cpp
InodeWatcher.h
ISO9660FileSystem.cpp
ISO9660FileSystem.h
Mount.cpp
Mount.h
OpenFileDescription.cpp
OpenFileDescription.h
Plan9FileSystem.cpp
Plan9FileSystem.h
ProcFS.cpp
ProcFS.h
SysFS.cpp
SysFS.h
TmpFS.cpp Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method 2022-07-30 23:31:08 +02:00
TmpFS.h
UnveilNode.h
VirtualFileSystem.cpp Kernel/VFS: Check that mount-point is not in use 2022-08-12 19:57:18 -07:00
VirtualFileSystem.h Kernel/VFS: Check that mount-point is not in use 2022-08-12 19:57:18 -07:00