All Projects → slavaim → redirfs

slavaim / redirfs

Licence: other
A Linux file system filter based on redirfs

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to redirfs

MacOSX-VFS-redirector
Mac OS X file system filter to redirect file operations
Stars: ✭ 38 (+40.74%)
Mutual labels:  filter, vfs
MacOSX-FileSystem-Filter
A file system filter for Mac OS X
Stars: ✭ 72 (+166.67%)
Mutual labels:  filter, vfs
pandoc-latex-environment
Pandoc filter for adding LaTeX environement on specific div
Stars: ✭ 27 (+0%)
Mutual labels:  filter
Kalman.jl
Flexible filtering and smoothing in Julia
Stars: ✭ 62 (+129.63%)
Mutual labels:  filter
restatapi
An R package to search and retrieve data from Eurostat database using SDMX
Stars: ✭ 14 (-48.15%)
Mutual labels:  filter
antirootkit-anti-splicer
The project is a demo solution for one of the anti-rootkit techniques aimed on overcoming splicers
Stars: ✭ 31 (+14.81%)
Mutual labels:  antivirus
SynnixOS
Hobbyist Operating System targeting x86_64 systems. Includes userspace, Virtual File System, An InitFS (tarfs), Lua port, easy porting, a decent LibC and LibM, and a shell that supports: piping, file redirection, and more.
Stars: ✭ 40 (+48.15%)
Mutual labels:  vfs
YaLafi
Yet another LaTeX filter
Stars: ✭ 50 (+85.19%)
Mutual labels:  filter
Camera2GLPreview
Android camera preview application using Camera2 API and OpenGL ES/Vulkan
Stars: ✭ 140 (+418.52%)
Mutual labels:  filter
go-tc
traffic control in pure go - it allows to read and alter queues, filters and classes
Stars: ✭ 245 (+807.41%)
Mutual labels:  filter
jackson-dynamic-filter
An easy way to determine filters dynamically using Jackson
Stars: ✭ 35 (+29.63%)
Mutual labels:  filter
react-native-logger
Async aware logger for react-native with grouping and filter feature
Stars: ✭ 20 (-25.93%)
Mutual labels:  filter
Filmroom
A Image Processing test field of Apple Platform. Mainly using Swift and Metal
Stars: ✭ 42 (+55.56%)
Mutual labels:  filter
grayscale
macOS status bar app for easily toggling the grayscale display filter
Stars: ✭ 20 (-25.93%)
Mutual labels:  filter
godsend
A simple and eloquent workflow for streaming messages to micro-services.
Stars: ✭ 15 (-44.44%)
Mutual labels:  filter
Litrato
Android photo editing app with various filters and tools. Included advanced features like masking, histogram, color picker, EXIF viewer...
Stars: ✭ 54 (+100%)
Mutual labels:  filter
xray
Hexrays decompiler plugin that colorizes and filters the decompiler's output based on regular expressions
Stars: ✭ 97 (+259.26%)
Mutual labels:  filter
activeadmin-ajax filter
AJAX filters for ActiveAdmin
Stars: ✭ 86 (+218.52%)
Mutual labels:  filter
dubbox
dubbox原始版本的升级版,主要根据GitHub各路大神代码的整合
Stars: ✭ 13 (-51.85%)
Mutual labels:  filter
ULogViewer
Cross-Platform Universal Log Viewer.
Stars: ✭ 64 (+137.04%)
Mutual labels:  filter

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].