Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-22 | s3:vfs_gpfs: Implement fallocate callback for GPFS | Christof Schmitt | 1 | -0/+25 | |
GPFS provides the gpfs_prealloc call. Implement the fallocate callback with mode VFS_FALLOCATE_EXTEND_SIZE using this call. There is no support for VFS_FALLOCATE_KEEP_SIZE, so report this mode as not available. | |||||
2012-03-22 | s3:vfs_gpfs: Report disk space and usage on GPFS share according to quotas | Christof Schmitt | 1 | -0/+47 | |
When a client requests the information about free space and space used, adjust the reported values according to quotas in the GPFS file system: - Retrieve quotas for the current user, current group and fileset for the top level of the share. - If the soft block quota grace time has expired, report disk as full. - If a hard block quota has been exceeded, report disk as full. - If none of the hard block quotas been exceeded, report share size and free space according to the lowest limits found in the quotas. - If no applicable hard block quota has been set, report the information from the statfs call. This feature is disabled by default and has to be enabled by setting the option gpfs:dfreequota. | |||||
2012-03-22 | docs:man:vfs_gpfs: fix formatting of values for gpfs:syncio | Michael Adam | 1 | -2/+2 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Mar 22 01:56:08 CET 2012 on sn-devel-104 | |||||
2012-03-22 | docs:man:vfs_gpfs: Fix documented values for gpfs:hsm | Michael Adam | 1 | -1/+1 | |
2011-05-16 | s3: Document gpfs:syncio | Volker Lendecke | 1 | -0/+20 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon May 16 15:00:40 CEST 2011 on sn-devel-104 | |||||
2011-03-02 | s3: Announce HSM in the gpfs module | Volker Lendecke | 1 | -0/+21 | |
2010-09-03 | docs:vfs_gpfs: improve the CAVEAT section on run and build time dependencies | Michael Adam | 1 | -3/+14 | |
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:refuse_dacl_protected' | Stefan Metzmacher | 1 | -0/+31 | |
metze | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:merge_writeappend' | Stefan Metzmacher | 1 | -0/+20 | |
metze | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:winattr' | Stefan Metzmacher | 1 | -0/+22 | |
metze | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:getrealfilename' | Stefan Metzmacher | 1 | -0/+21 | |
metze | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:leases' | Stefan Metzmacher | 1 | -0/+24 | |
metze | |||||
2010-08-30 | docs-xml/vfs_gpfs: document 'gpfs:sharemodes' | Stefan Metzmacher | 1 | -0/+22 | |
metze | |||||
2009-09-08 | s3/docs: Raise version number. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2009-04-07 | s3/docs: Raise version number up to 3.5. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2008-04-23 | Moving docs tree to docs-xml to make room for generated docs in the release ↵ | Gerald W. Carter | 1 | -0/+164 | |
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14) |