summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_gpfs.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-1/+1
* s3:smbd:vfs: Change posix_get_nt_acl() from const char * to const struct smb_...Jeremy Allison2016-03-141-1/+1
* s3:smbd:vfs: Change smb_get_nt_acl_nfs4() to take a const struct smb_filename *.Jeremy Allison2016-03-141-1/+1
* vfs: Fix the vfs_gpfs buildVolker Lendecke2016-03-041-1/+1
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-031-4/+10
* s3/vfs: wrap async io function args inside struct vfs_aio_stateRalph Boehme2016-03-021-10/+12
* vfs_gpfs: Fix compile after change in get_nt_acl_fnChristof Schmitt2016-02-261-9/+12
* vfs_gpfs: make sure get_quota does not return bogus valuesUri Simchoni2016-01-261-0/+25
* vfs_gpfs: do not call disk_norm() on disk_free_fnUri Simchoni2016-01-261-2/+1
* vfs_gpfs: Re-enable share modesVolker Lendecke2015-11-061-1/+2
* vfs_gpfs: Fix the build with -Werror=declaration-after-statementVolker Lendecke2015-11-061-4/+4
* vfs_gpfs: Avoid calling gpfs_is_offline on every i/oVolker Lendecke2015-09-051-2/+44
* vfs_gpfs: Introduce vfs_gpfs_fsp_is_offlineVolker Lendecke2015-09-041-19/+18
* nfs4acls: Use an anon struct for SMB4ACE_TVolker Lendecke2015-08-131-2/+2
* nfs4acls: Use an anon struct for SMB4ACL_TVolker Lendecke2015-08-131-6/+7
* vfs_gpfs: Use C99 initializers instead of ZERO_STRUCTChristof Schmitt2015-07-081-8/+4
* vfs_gpfs: Use ACL defines from GPFS 3.5 header filesChristof Schmitt2015-07-081-16/+12
* vfs_gpfs: move failure label before END_PROFILERalph Boehme2015-05-071-1/+1
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-9/+9
* vfp_gpfs: ensure END_PROFILE is always calledRalph Boehme2015-04-301-6/+9
* vfs: kernel_flock and named streamsRalph Boehme2015-04-291-0/+10
* vfs_gpfs: Fix ENODATA for getacl on .snapshot dirsRalph Wuerthner2015-04-281-0/+8
* vfs_gpfs: Remove vfs_gpfs_get_quotasChristof Schmitt2015-04-171-22/+8
* vfs_gpfs: Remove check for fileset quotaChristof Schmitt2015-04-171-84/+5
* vfs_gpfs: Remove warning after failure of get_gpfs_fset_idChristof Schmitt2015-03-301-2/+0
* gpfswrap: Move gpfswrap to lib/utilChristof Schmitt2015-03-231-1/+1
* s3/vfs: change fallocate mode flags from enum->uint32_tDavid Disseldorp2015-03-091-3/+4
* gpfs: Rename library wrapper to gpfswrapChristof Schmitt2015-03-021-1/+1
* gpfs: Update file headersChristof Schmitt2015-03-021-21/+20
* gpfs: Move DBGC_CLASS definition below includesChristof Schmitt2015-03-021-4/+3
* gpfs: Include gpfs_fcntl.h only from vfs_gpfs header fileChristof Schmitt2015-03-021-1/+0
* gpfs: Move definition of GPFS_GETACL_NATIVE to vfs_gpfs.cChristof Schmitt2015-03-021-0/+4
* gpfs: Move smbd_gpfs_set_times_path to vfs_gpfs.cChristof Schmitt2015-03-021-0/+38
* gpfs: Move get_gpfs_fset_id to vfs_gpfs.cChristof Schmitt2015-03-021-0/+44
* gpfs: Move get_gpfs_quota to vfs_gpfs.cChristof Schmitt2015-03-021-0/+27
* gpfs: Move set_gpfs_lease to vfs_gpfs.cChristof Schmitt2015-03-021-0/+20
* gpfs: Move set_gpfs_sharemode to vfs_gpfs.cChristof Schmitt2015-03-021-0/+46
* gpfs: Rename wrapper for gpfs_lib_initChristof Schmitt2015-03-021-1/+1
* gpfs: Rename wrapper for gpfs_ftruncateChristof Schmitt2015-03-021-1/+1
* gpfs: Rename wrapper for gpfs_preallocChristof Schmitt2015-03-021-1/+1
* gpfs: Rename wrapper for gpfs_get_winattrsChristof Schmitt2015-03-021-1/+1
* gpfs: Rename wrapper for gpfs_get_winattrs_pathChristof Schmitt2015-03-021-4/+4
* gpfs: Rename wrapper for gpfs_set_winattrs_pathChristof Schmitt2015-03-021-4/+5
* gpfs: Rename wrapper for gpfs_get_realfilename_pathChristof Schmitt2015-03-021-2/+2
* gpfs: Rename wrapper for gpfs_putaclChristof Schmitt2015-03-021-7/+7
* gpfs: Rename wrapper for gpfs_getaclChristof Schmitt2015-03-021-1/+1
* gpfs: Simplify initialization for gpfs library wrapperChristof Schmitt2015-03-021-1/+6
* gpfs: Always use gpfs_fcntl.h headerfileChristof Schmitt2015-03-021-1/+1
* s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp2015-02-171-5/+5
* vfs_gpfs: Fix the build with profiling-dataVolker Lendecke2014-09-161-4/+4