summaryrefslogtreecommitdiff
path: root/filesystems
AgeCommit message (Collapse)AuthorFilesLines
2011-10-06Add missing comments and RCSId in 3.2.3 patches, fix patch-bb checksummanu12-13/+69
2011-10-02A patch was lost in 3.2.3 update, this made impossible to open a filemanu3-7/+18
(client complained about O_DIRECTORY being set for a non directory)
2011-09-27Missing commit for 3.2.3 updatemanu6-48/+50
2011-09-18Update glusterfs to 3.2.3manu31-283/+175
This maintenance release with no new features. Majot bug fixes are: Bug 2464 Fixed all the issues caused by GFID mismatch during distribute rename. Bug 2988 Fixed the issue of high CPU usage when Directory Quota is enabled. Bug 3122 Enhanced the volume set interface to support io-threads on the client. Bug 3210 Fixed the issue of modified mtime/atime of the files after rebalance operation. Bug 3191 Fixed the issue with symlinks during rebalance operation.
2011-09-14* Release 1.8.3 (2011-09-13)gdt2-6/+6
** Security-related Bugfix - Fix flaw that would allow a person who knows a storage index of a file to delete shares of that file (#1528). - Remove corner cases in mutable file bounds management which could expose extra lease info or old share data (from prior versions of the mutable file) if someone with write authority to that mutable file exercised these corner cases in a way that no actual Tahoe-LAFS client does. (Probably not exploitable.) (#1528).
2011-09-09Update perfuse, with two fixesmanu2-6/+6
- avoid system deadlock in low memory conditions - avoid a racecondition leading to data corruption (chuncks of zeroed data)
2011-08-20Now that we hide OpenGroup Extended API set 2 from configure, make suremanu1-2/+4
that it is seen here when we actually need it.
2011-08-10Update to perfuse-2011010: fix permission checks for unprivilegied usersmanu2-6/+6
2011-08-09Update perfuse to 20110809: fix data corruption and improve performancemanu2-6/+6
2011-08-09- Use linkat(2) if available. This fixes a EPERM error when using rename(2)manu20-33/+269
on a symlink within a glusterfs volume that uses DHT - Consider gfid changes as nn fatal. Glustefs will fix instead of panic.
2011-08-03perfuse update: Fix permissions sent to FUSE when operations are done bymanu2-6/+6
the kernel
2011-07-23Update to glusterfs 3.2.2 (maintenance release for bug fixes)manu34-233/+183
2011-07-19Enable georeplicationmanu33-44/+117
2011-07-19Update perfuse to fix a race condition between ftruncate() and write()manu3-19/+15
on glusterfs. This caused random file chunks to be filled with zeros.
2011-07-13Take maintainership.tron1-2/+2
2011-07-10Make patch apply.wiz2-9/+9
2011-07-09Remove work arounds for a crash under NetBSD which are no longertron4-46/+3
necessary after the latest bug fix for "librefuse": http://mail-index.netbsd.org/source-changes/2011/07/09/msg024440.html
2011-07-09Add and enable "fuse-ext2".tron1-1/+2
2011-07-09Import new "fuse-ext2" package:tron11-0/+215
Fuse-ext2 is a multi OS FUSE module to mount ext2 and ext3 file system devices and/or images with read write support. Please note that this file-system only works under NetBSD if the "librefuse" library on your system contains this bug fix: - http://mail-index.netbsd.org/source-changes/2011/07/09/msg024410.html - http://releng.netbsd.org/cgi-bin/req-5.cgi?show=1648
2011-07-08Upgrade to glusterfs-3.2.1manu32-170/+490
This release is mostly about bug fixes, and we also fix bugs in the NetBSD port.
2011-06-29Restore a missing patch so that accessing some file cannot producemanu3-3/+17
spurious ENOTDIR
2011-06-28Update perfuse, now with extended attribute support.manu2-7/+7
2011-06-14Drop PYTHON_VERSION_ACCEPTED restriction, because it was just not accept 23.obache1-3/+2
Bump PKGREVISION, because default acceptable python changes.
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-2/+2
2011-06-07Fix typos in patch description. I must have been talking with soemonemanu2-7/+7
else while typing it in the dirst place.
2011-06-06Make sure libperfuse has -lpuffs, so that DSO will not miss it whenmanu3-9/+14
calling dlopen()
2011-06-06Support the glusterd daemon (volume management tool).manu7-7/+139
2011-06-01perfuse update. We are now able to run an unprivilegied build.sh on amanu2-6/+6
replicated glusterfs filesystem. pkgsrc builds seems to work too.
2011-05-19Update glusterfs to 3.2. According to http://www.gluster.org, news are:manu31-287/+332
* Geo-Replication * Easily Accessible Usage Quotas * Advanced Monitoring Tools
2011-05-17Reduce context so $NetBSD$ inside the file-to-be-patched isn't in the patch.wiz2-6/+5
2011-05-17Missing commit that broken the buildmanu1-2/+2
2011-05-12Add message to use the mount script so that mount -t glusterfs worksmanu2-7/+16
Also remove reference to /etc/mtab in it, prefer /proc/mounts
2011-05-09Update perfuse to 20110511. We now have locking support, provided thatmanu3-16/+17
the kernel sends lock operation throuh PUFFS. It does in -current, patch is pending in netbsd-5
2011-05-09Fix log directroy creation locationmanu2-3/+4
Have glusterfsd store its pid in startup script
2011-05-08fix HOMEPAGEtnn1-2/+2
2011-04-30Fixed build (patch from Chavdar Ivanov in PR/44752)stacktic4-2/+31
2011-04-28fix typotnn1-4/+4
2011-04-28regen for patch-ab (hi hans)wiz1-2/+2
2011-04-26Missing trusted.glusterfs.test extended attribute in installation scriptmanu2-2/+4
2011-04-26new perfuse snapshot that can sustain a build.sh -o releasemanu2-6/+6
in FUSE-mounted glusterfs
2011-04-22recursive bump from gettext-lib shlib bump.obache7-12/+14
2011-04-18Update glusterfs to 3.1.4.manu28-321/+705
Major new features according to http://www.gluster.org/ - Elastic Volume Management - New Gluster Console Manager - Dynamic Storage for the data center and cloud
2011-04-14Fix build on SunOS.hans3-2/+16
2011-03-29Let to not exec ldconfig, for unprivileged installation.obache1-1/+2
2011-03-18* Use USE_GNU_READLINE=yes instead of PREFER.readline=pkgsrc.obache1-3/+3
* Use BUILDLINK_PREFIX.libupnp instead of PREFIX for libupnp prefix.
2011-03-11service suspended. prevent time out. fetch from backup.zafer1-2/+2
2011-02-28Reset maintainer for retired developers.wiz2-4/+4
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2011-02-02Fix py-mock dependency pattern.gdt1-2/+3
2011-02-01Update to 1.8.2.gdt3-28/+28
Packaging changes: Use gmake and test TEST_TARGET, so make test runs make check. Add dependency on py-sqlite2 for "tahoe backup". Add py-mock dependency because tests are now runnable by the user. Withdraw fixing of distfiles modes; this one is fine. * Release 1.8.2 (2011-01-30) ** Compatibility and Dependencies - Tahoe is now compatible with Twisted-10.2 (released last month), as well as with earlier versions. The previous Tahoe-1.8.1 release failed to run against Twisted-10.2, raising an AttributeError on StreamServerEndpointService (#1286) - Tahoe now depends upon the "mock" testing library, and the foolscap dependency was raised to 0.6.1 . It no longer requires pywin32 (which was used only on windows). Future developers should note that reactor.spawnProcess and derivatives may no longer be used inside Tahoe code. ** Other Changes - the default reserved_space value for new storage nodes is 1 GB (#1208) - documentation is now in reStructuredText (.rst) format - "tahoe cp" should now handle non-ASCII filenames - the unmaintained Mac/Windows GUI applications have been removed (#1282) - tahoe processes should appear in top and ps as "tahoe", not "python", on some unix platforms. (#174) - "tahoe debug trial" can be used to run the test suite (#1296) - the SFTP frontend now reports unknown sizes as "0" instead of "?", to improve compatibility with clients like FileZilla (#1337) - "tahoe --version" should now report correct values in situations where 1.8.1 might have been wrong (#1287)