summaryrefslogtreecommitdiffstats
path: root/source3/modules/gpfs.c
Commit message (Expand)AuthorAgeFilesLines
* gpfs: Rename library wrapper to gpfswrapChristof Schmitt2015-03-021-226/+0
* gpfs: Update file headersChristof Schmitt2015-03-021-1/+2
* gpfs: Remove unncessary includes from gpfs.cChristof Schmitt2015-03-021-5/+1
* gpfs: Include gpfs_fcntl.h only from vfs_gpfs header fileChristof Schmitt2015-03-021-1/+0
* gpfs: Move smbd_gpfs_set_times_path to vfs_gpfs.cChristof Schmitt2015-03-021-38/+0
* gpfs: Move get_gpfs_fset_id to vfs_gpfs.cChristof Schmitt2015-03-021-44/+0
* gpfs: Move get_gpfs_quota to vfs_gpfs.cChristof Schmitt2015-03-021-27/+0
* gpfs: Move set_gpfs_lease to vfs_gpfs.cChristof Schmitt2015-03-021-20/+0
* gpfs: Move set_gpfs_sharemode to vfs_gpfs.cChristof Schmitt2015-03-021-46/+0
* gpfs: Introduce wrapper for gpfs_getfilesetidChristof Schmitt2015-03-021-9/+14
* gpfs: Introduce wrapper for gpfs_fcntlChristof Schmitt2015-03-021-5/+17
* gpfs: Introduce wrapper for gpfs_quotactlChristof Schmitt2015-03-021-9/+14
* gpfs: Introduce wrapper for gpfs_set_times_pathChristof Schmitt2015-03-021-7/+13
* gpfs: Rename wrapper for gpfs_lib_initChristof Schmitt2015-03-021-11/+10
* gpfs: Rename wrapper for gpfs_ftruncateChristof Schmitt2015-03-021-10/+10
* gpfs: Rename wrapper for gpfs_preallocChristof Schmitt2015-03-021-11/+11
* gpfs: Rename wrapper for gpfs_get_winattrsChristof Schmitt2015-03-021-10/+10
* gpfs: Rename wrapper for gpfs_get_winattrs_pathChristof Schmitt2015-03-021-11/+12
* gpfs: Rename wrapper for gpfs_set_winattrs_pathChristof Schmitt2015-03-021-12/+13
* gpfs: Rename wrapper for gpfs_get_realfilename_pathChristof Schmitt2015-03-021-12/+11
* gpfs: Rename wrapper for gpfs_putaclChristof Schmitt2015-03-021-10/+10
* gpfs: Rename wrapper for gpfs_getaclChristof Schmitt2015-03-021-10/+10
* gpfs: Introduce wrapper for gpfs_set_leaseChristof Schmitt2015-03-021-7/+12
* gpfs: Introduce wrapper for gpfs_set_shareChristof Schmitt2015-03-021-7/+14
* gpfs: Simplify initialization for gpfs library wrapperChristof Schmitt2015-03-021-64/+32
* gpfs: Remove search for libgpfs_gpl.soChristof Schmitt2015-03-021-10/+2
* gpfs: Always use gpfs_fcntl.h headerfileChristof Schmitt2015-03-021-2/+1
* s3:vfs:gpfs: remove extra empty lines.Michael Adam2014-07-101-2/+0
* vfs:gpfs: fix a debug messageMichael Adam2014-06-131-1/+1
* s3: Avoid oplock break by storing timestamps with gpfs_set_timesChristof Schmitt2014-01-091-0/+46
* s3:vfs_gpfs: Use directory not file to get fileset idChristof Schmitt2012-08-291-3/+13
* s3:vfs_gpfs: Fix compile error in gpfs moduleChristof Schmitt2012-08-161-0/+1
* s3:vfs_gpfs: Implement fallocate callback for GPFSChristof Schmitt2012-03-221-0/+12
* s3:vfs_gpfs: add GPFS api calls for quota and free space reportingChristof Schmitt2012-03-221-0/+76
* s3:vfs_gpfs: make "gpfs:getrealfilename" a per share optionStefan Metzmacher2012-02-101-7/+1
* s3:vfs_gpfs: make "gpfs:ftruncate" a per share optionStefan Metzmacher2012-02-101-3/+1
* s3:vfs_gpfs: make "gpfs:winattr" a per share optionStefan Metzmacher2012-02-101-5/+3
* s3:vfs:gpfs remove non-working codeChristian Ambach2011-11-241-65/+0
* Revert "Add a missing include file to two VFS modules"Jeremy Allison2011-09-231-1/+0
* Add a missing include file to two VFS modulesRichard Sharpe2011-09-151-0/+1
* s3:modules fix non-empty blank linesChristian Ambach2011-07-051-3/+3
* s3-modules: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4Björn Baumbach2011-05-181-0/+1
* s3:vfs use gpfs_lib_initChristian Ambach2011-04-261-0/+18
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3: FILE_WRITE_DATA & friends have gone from includes.hVolker Lendecke2010-10-281-0/+1
* s3:gpfs: Add support for the gpfs_ftruncate callChristian Ambach2010-10-131-2/+14
* s3:vfs:gpfs convert sharemodes/leases parameterChristian Ambach2010-10-131-12/+0
* changed debuglevel for two messages in the GPFS module from 0 to 10 they spam...Christian Ambach2009-09-281-2/+2
* Support getting gpfs birthtimeVolker Lendecke2009-06-021-0/+13
* Store winattrs in GPFSMathias Dietz2009-06-021-0/+41