1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 15, 2024 — Nov 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a comment.
aakef
as Bernd Schubert
More... almost 19 years ago
Fix a bug in unionfs_readdir() related to file hiding.
aakef
as Bernd Schubert
More... almost 19 years ago
First step to real cow support, presently only to open() calls.
aakef
as Bernd Schubert
More... almost 19 years ago
No need to create a hiding hash table, if cow is disabled.
aakef
as Bernd Schubert
More... almost 19 years ago
Make cow optional (disabled by default, enable with -o cow).
aakef
as Bernd Schubert
More... almost 19 years ago
The cache cleanups were triggered too often More... almost 19 years ago
Converted cache size to unsigned int More... almost 19 years ago
Stupid typo More... almost 19 years ago
Convert "stats enabled" flag to bool More... almost 19 years ago
Stats are now initialized only when in use More... almost 19 years ago
Whitespace More... almost 19 years ago
Forgot to add cache key More... almost 19 years ago
Cache now has to be enabled More... almost 19 years ago
More readable iteration More... almost 19 years ago
Added cache cleaning More... almost 19 years ago
More header cleanups More... almost 19 years ago
Headers cleanup More... almost 19 years ago
Whitespace fix More... almost 19 years ago
Merged Bernd's readdir() implementation More... almost 19 years ago
Merge with Bernd More... almost 19 years ago
Fix for readdir hides only, if not there already.
aakef
as Bernd Schubert
More... almost 19 years ago
Reworked the readdir function to support the various ways of hiding in one loop More... almost 19 years ago
Very very minor whitespace changes (forgot to save the file on last commit :( )
aakef
as Bernd Schubert
More... almost 19 years ago
Very very minor white space changes.
aakef
as Bernd Schubert
More... almost 19 years ago
Initial copy-on-write (COW) support, presently only unlink().
aakef
as Bernd Schubert
More... almost 19 years ago
Fix handling for hidden files.
aakef
as Bernd Schubert
More... almost 19 years ago
Remove the extra readdir() for hiding files, we will ignore hidden files only below the root where we found the hiding file.
aakef
as Bernd Schubert
More... almost 19 years ago
Added cache refreshing More... almost 19 years ago
Enhanced stats More... almost 19 years ago
Added more comments More... almost 19 years ago