1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 13:35:07 +00:00
serenity/Kernel/FileSystem/Ext2FS
Fabian Dellwing 5180e41918 Kernel: Call did_modify_contents() after truncate()
Truncating a file should absolutly mark it as modified. With this
change our `tail` implementation can correctly handle it.
2024-02-24 15:48:36 -07:00
..
Definitions.h Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components 2022-11-08 02:54:48 -07:00
DirectoryEntry.h Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
ext2_types.h Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components 2022-11-08 02:54:48 -07:00
FileSystem.cpp Kernel/Ext2: Allow checking for the presence of extended attributes 2024-01-05 04:00:11 +03:30
FileSystem.h Kernel/Ext2: Allow checking for the presence of extended attributes 2024-01-05 04:00:11 +03:30
Inode.cpp Kernel: Call did_modify_contents() after truncate() 2024-02-24 15:48:36 -07:00
Inode.h Kernel: Use UnixDateTime wherever applicable 2023-05-24 23:18:07 +02:00