Access to EXT3 / EXT4 Logs

ext3 and ext4 file systems have journaling. Is there any chance that some api can get details, file events?

Some kind of API that will allow User Space to access log entries for files. Or even log events (for example, file x was deleted)

It seems to be some kind of documentation , but I'm not sure if this is the right material.

+5
source share

All Articles