Skip to content
/ redirfs Public
forked from slavaim/redirfs

A Linux file system filter based on redirfs

Notifications You must be signed in to change notification settings

lofcek/redirfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

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 97.9%
  • Makefile 1.6%
  • Other 0.5%