summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_gpfs.c
Commit message (Expand)AuthorAgeFilesLines
* vfs_gpfs: simplify stat_with_capability() ifdefRalph Boehme2016-12-171-6/+4
* vfs_gpfs: remove updating btime from stat VFS callsRalph Boehme2016-12-171-80/+2
* vfs_gpfs: update btime in vfs_gpfs_(f)get_dos_attributesRalph Boehme2016-12-171-0/+6
* s3/vfs: gpfs: adapt vfs_gpfs_is_offline() to changes from 3031815f982e365be50...Ralph Boehme2016-10-171-4/+3
* s3/vfs: remove now unused is_offline/set_offline VFS functionsRalph Boehme2016-10-111-1/+0
* s3/vfs: merge offline functionality into DOS attributes handlingRalph Boehme2016-10-111-0/+6
* vfs_gpfs: Load nfs4 acl params at tcon timeVolker Lendecke2016-08-121-3/+18
* nfs4acls: Add "smbacl4_vfs_params" parameter to smb_set_nt_acl_nfs4Volker Lendecke2016-08-121-1/+1
* nfs4acls: Add "smbacl4_vfs_params" parameter to smb_get_nt_acl_nfs4Volker Lendecke2016-08-121-1/+1
* nfs4acls: Add "smbacl4_vfs_params" parameter to smb_fget_nt_acl_nfs4Volker Lendecke2016-08-121-2/+2
* vfs_gpfs: Retry getacl with DAC capability if necessaryChristof Schmitt2016-07-251-2/+28
* vfs_gpfs: Remove xattr functionsChristof Schmitt2016-04-011-160/+0
* vfs_gpfs: Implement new dos_attributes vfs functionsChristof Schmitt2016-04-011-0/+184
* 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