Is there any reference implementation of Linux file system filter driver?
问题 According to the definition, A file system filter driver is an optional driver that adds value to or modifies the behavior of a file system. A file system filter driver can filter I/O operations for one or more file systems or file system volumes. Depending on the nature of the driver, filter can mean log, observe, modify, or even prevent. I want to write a filter driver for Linux which will intercept all read requests to an ext4 partition and redirect a few of them based on some application