2
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Jun 10, 2025 — Jun 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #346 from jkrehm/human-numbers
gboudreau
as Guillaume Boudreau
More... 20 days ago
update the numbers on the trash page to match the dialogs More... 20 days ago
fix: ensure we get the real (absolute) path of symlinks found in LZ (readlink could be a relative path)
gboudreau
as Guillaume Boudreau
More... 5 months ago
fix: allow installation of package on Debian Trixie Ref: #345
gboudreau
as Guillaume Boudreau
More... 5 months ago
New VFS modules for Samba 4.20, 4.21 and 4.22
gboudreau
as Guillaume Boudreau
More... 10 months ago
fix: fsck: don't automatically trash symlinks found in LZ - if they point to a relative path, let them be. Those can be used to create (on the server) symlinks that don't use the Minshall+French symlinks format (aka XSym files), but look like real files to clients. Useful for Windows clients that do not support XSym files.
gboudreau
as Guillaume Boudreau
More... 10 months ago
Merge pull request #342 from PhilJung/master
gboudreau
as Guillaume Boudreau
More... 10 months ago
NEW: VFS module for Samba 4.22 (Trixie) More... 10 months ago
meh
gboudreau
as Guillaume Boudreau
More... over 1 year ago
Bugfix: before fsck will queue a new write operation, ensure all pasts Samba-spooled operations have been added to the tasks queue
gboudreau
as Guillaume Boudreau
More... over 1 year ago
Bugfix: catch cases of "rename after fsck started" for folders Ref: 7684a10949b43d1e829972883c824deae5a61654
gboudreau
as Guillaume Boudreau
More... over 1 year ago
Bugfix: catch cases of "rename after fsck started" for files in the root of a share Ref: 7684a10949b43d1e829972883c824deae5a61654
gboudreau
as Guillaume Boudreau
More... over 1 year ago
Bugfix: deleting a file after a fsck started could result in false-positive "missing file" report by fsck
gboudreau
as Guillaume Boudreau
More... over 1 year ago
Bugfix: renaming an existing file after a fsck started could result in a "lost" file (until fsck ran again for this file, then it came back)
gboudreau
as Guillaume Boudreau
More... over 1 year ago
fix: fsck_file email report was always empty (even when it shouldn't be!)
gboudreau
as Guillaume Boudreau
More... over 1 year ago
Fix: needed .patch for compiling VFS module on Alpine 3.20 (Samba 4.19) on ARM64
gboudreau
as Guillaume Boudreau
More... over 1 year ago
Fix: build_vfs for Alpine Linux 3.20 (Samba 4.19), used by samba-greyhole docker image
gboudreau
as Guillaume Boudreau
More... over 1 year ago
New: VFS module for Samba 4.19 (Ubuntu Noble)
gboudreau
as Guillaume Boudreau
More... almost 2 years ago
Bugfix: when using greyhole --copy (cpgh), replace characters that Samba doesn't support, in the filenames
gboudreau
as Guillaume Boudreau
More... almost 2 years ago
Bugfix: when `greyhole --mv` is used to move a folder, correctly remove the empty folders from the source when finished
gboudreau
as Guillaume Boudreau
More... almost 2 years ago
Bugfix: Correctly handle leftover empty metadata folder when creating a file with the same name
gboudreau
as Guillaume Boudreau
More... almost 2 years ago
Bugfix: when using `greyhole --copy` (aka `cpgh`), the target files/folders (in storage pool drives) should be owned by the user who executed the command, NOT the source's owner. i.e. don't preserve ownership, like cp does.
gboudreau
as Guillaume Boudreau
More... almost 2 years ago
Bugfix: log real filename, not temporary filenames, when creating file copies using parallel_copying = yes
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Bugfix: creating a file copy on a storage pool dirve could fail if: 1) parallel copying is enabled; 2) one of the file copy would be created on the same drive as the landing zone; 3) another file copy was created on another storage pool drive; 4) the file copy on another drive was linked to (on the landing zone) BEFORE the same-drive file copy was created.
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Bugfix: when creating a parent folder (eg. missing share folder in storage pool), we need to use the proper 'original folder' to copy the ownership + permission from.
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Fixed build_vfs.sh for Samba 4.15 on Fedore; less verbose build_vfs.sh output Fixes #316
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Balance task is now better at finding the right files to move first, for faster results
gboudreau
as Guillaume Boudreau
More... almost 3 years ago
Update scorecards-analysis.yml
gboudreau
as Guillaume Boudreau
More... almost 3 years ago
Bugfix: don't show a warning about logrotate not being installed, when in fact it's man that isn't installed Fixes #313
gboudreau
as Guillaume Boudreau
More... almost 3 years ago
Bugfix: missing symlinks for libsmbd-base-samba4.so & libsamba-debug-samba4.so (on Debian 12 at least) - Ref: #312
gboudreau
as Guillaume Boudreau
More... almost 3 years ago