Skip to content

A Linux file system filter based on redirfs

Notifications You must be signed in to change notification settings

webstorage119/redirfs-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedirFS

This is an attempt to resurrect and extend the discontinued redirfs project from https://github.com/fhrbata/redirfs

What's new:

  • the redirfs.ko module was made compilable up to 4.14 kernel
  • some fixies to vfsmount usage
  • complete set of file_operations
  • address_space_operations support
  • shared object for hooked operations instead of a per-object structure
  • new object model to manage reference counting
  • character devices operations (requires adding /dev path as redirfs_add_path doesn't cross mount points)
  • debug build without optimization (make modules_debug)

About

A Linux file system filter based on redirfs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.1%
  • Makefile 1.6%
  • Other 0.3%