2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 05, 2024 — Jun 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... 5 months ago
Bugfix: catch cases of "rename after fsck started" for folders Ref: 7684a10949b43d1e829972883c824deae5a61654
gboudreau
as Guillaume Boudreau
More... 5 months ago
Bugfix: catch cases of "rename after fsck started" for files in the root of a share Ref: 7684a10949b43d1e829972883c824deae5a61654
gboudreau
as Guillaume Boudreau
More... 5 months ago
Bugfix: deleting a file after a fsck started could result in false-positive "missing file" report by fsck
gboudreau
as Guillaume Boudreau
More... 5 months 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... 7 months ago
fix: fsck_file email report was always empty (even when it shouldn't be!)
gboudreau
as Guillaume Boudreau
More... 8 months ago
Fix: needed .patch for compiling VFS module on Alpine 3.20 (Samba 4.19) on ARM64
gboudreau
as Guillaume Boudreau
More... 9 months ago
Fix: build_vfs for Alpine Linux 3.20 (Samba 4.19), used by samba-greyhole docker image
gboudreau
as Guillaume Boudreau
More... 9 months ago
New: VFS module for Samba 4.19 (Ubuntu Noble)
gboudreau
as Guillaume Boudreau
More... 9 months ago
Bugfix: when using greyhole --copy (cpgh), replace characters that Samba doesn't support, in the filenames
gboudreau
as Guillaume Boudreau
More... 9 months 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... 10 months ago
Bugfix: Correctly handle leftover empty metadata folder when creating a file with the same name
gboudreau
as Guillaume Boudreau
More... 10 months 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... 10 months ago
Bugfix: log real filename, not temporary filenames, when creating file copies using parallel_copying = yes
gboudreau
as Guillaume Boudreau
More... over 1 year 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 1 year 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 1 year 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 1 year ago
Balance task is now better at finding the right files to move first, for faster results
gboudreau
as Guillaume Boudreau
More... almost 2 years ago
Update scorecards-analysis.yml
gboudreau
as Guillaume Boudreau
More... almost 2 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 2 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 2 years ago
New: VFS module for 4.18 Bugfix: deb-specific modules, starting at 4.17 : using non-bundled (i.e. shared) libraries (for ldb, tdb, tevent & talloc) - Ref: #312
gboudreau
as Guillaume Boudreau
More... almost 2 years ago
New VFS module for Samba 4.17: small change in `openat_fn` function definition (const struct vfs_open_how *how param replaces int flags, mode_t mode) Fixes #311
gboudreau
as Guillaume Boudreau
More... almost 2 years ago
More changes to use utf8mb4 for .full_path columns in DB
gboudreau
as Guillaume Boudreau
More... about 2 years ago
Migration full path fo utf8mb4 to support emoji in file name More... about 2 years ago
Small improvements to --balance
gboudreau
as Guillaume Boudreau
More... about 2 years ago
Update install-greyhole-package.sh
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Using deb [signed-by=...] instead of apt-key (deprecated)
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Bugfix: not all MySQL version support all +/-HH:MM timezones; log an error when we try and fail to change the MySQL TZ (for the current session) Fixes #303
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Initial VFS module for Samba 4.17 (untested); Ref: https://github.com/samba-team/samba/commit/5fc016f26852a1cc1d7809919ff00cc0404e23e3#diff-1ff95adc1302fc0240357059d9ed3ed349a87a7848a1712783c583704705b061
gboudreau
as Guillaume Boudreau
More... almost 3 years ago