summaryrefslogtreecommitdiff
path: root/docs-xml/manpages-3/vfs_gpfs.8.xml
AgeCommit message (Collapse)AuthorFilesLines
2012-06-15docs-xml: vfs_gpfs: add comment "per share option"Björn Baumbach1-0/+2
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-06-15docs-xml: vfs_gpfs: fix typoBjörn Baumbach1-1/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-06-15docs-xml: add gpfs:acl option to vfs_gpfs man pageBjörn Baumbach1-0/+20
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-04-16docs:man:vfs_gpfs: Remove itemized list to fix indentationChristof Schmitt1-11/+4
The indentation in the man page is wrong after the itemized list. An easy fix is to put the text in the paragraph instead. Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Mon Apr 16 23:00:37 CEST 2012 on sn-devel-104
2012-03-22s3:vfs_gpfs: Implement fallocate callback for GPFSChristof Schmitt1-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-22s3:vfs_gpfs: Report disk space and usage on GPFS share according to quotasChristof Schmitt1-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-22docs:man:vfs_gpfs: fix formatting of values for gpfs:syncioMichael Adam1-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-22docs:man:vfs_gpfs: Fix documented values for gpfs:hsmMichael Adam1-1/+1
2011-05-16s3: Document gpfs:syncioVolker Lendecke1-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-02s3: Announce HSM in the gpfs moduleVolker Lendecke1-0/+21
2010-09-03docs:vfs_gpfs: improve the CAVEAT section on run and build time dependenciesMichael Adam1-3/+14
2010-08-30docs-xml/vfs_gpfs: document 'gpfs:refuse_dacl_protected'Stefan Metzmacher1-0/+31
metze
2010-08-30docs-xml/vfs_gpfs: document 'gpfs:merge_writeappend'Stefan Metzmacher1-0/+20
metze
2010-08-30docs-xml/vfs_gpfs: document 'gpfs:winattr'Stefan Metzmacher1-0/+22
metze
2010-08-30docs-xml/vfs_gpfs: document 'gpfs:getrealfilename'Stefan Metzmacher1-0/+21
metze
2010-08-30docs-xml/vfs_gpfs: document 'gpfs:leases'Stefan Metzmacher1-0/+24
metze
2010-08-30docs-xml/vfs_gpfs: document 'gpfs:sharemodes'Stefan Metzmacher1-0/+22
metze
2009-09-08s3/docs: Raise version number.Karolin Seeger1-1/+1
Karolin
2009-04-07s3/docs: Raise version number up to 3.5.Karolin Seeger1-1/+1
Karolin
2008-04-23Moving docs tree to docs-xml to make room for generated docs in the release ↵Gerald W. Carter1-0/+164
tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14)