summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_gpfs.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: use is_named_stream() in a a few placesRalph Boehme2019-10-021-2/+1
* vfs_gpfs: Check group quota for directory when SGID is setChristof Schmitt2019-08-141-2/+18
* vfs_gpfs: Avoid "fsp->share_access" in vfs_gpfs_kernel_flock()Volker Lendecke2019-08-061-1/+1
* s3:smbd: Incomplete conversion of former parametric optionsRalph Boehme2019-08-061-1/+1
* vfs_gpfs: Implement special case for denying owner access to ACLChristof Schmitt2019-07-231-4/+33
* vfs_gpfs: Move mapping from generic NFSv ACL to GPFS ACL to separate functionChristof Schmitt2019-07-231-28/+41
* vfs_gpfs: Remove merge_writeappend parameterChristof Schmitt2019-07-231-23/+0
* s3: convert struct stat_ex st_ex_calculated_birthtime bool to flagsRalph Boehme2019-07-011-2/+2
* vfs_gpfs: Fix return value if getting data failsRikard Falkeborn2019-05-191-1/+1
* vfs_gpfs: Block punchhole calls for non-sparse filesChristof Schmitt2019-04-231-0/+15
* vfs_gpfs: Remove usage of gpfs_preallocChristof Schmitt2019-04-221-37/+3
* vfs_gpfs: Fix the 32-bit buildVolker Lendecke2019-01-291-2/+4
* vfs_gpfs: Check for GPFS file system on connectChristof Schmitt2018-09-191-0/+26
* smbd: use async dos_mode_at_send in smbd_smb2_query_directory_send()Ralph Boehme2018-07-271-0/+6
* s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme2018-07-271-0/+2
* vfs_gpfs: Use full_path_tos instead of talloc_asprintfChristof Schmitt2018-05-261-5/+8
* vfs_gpfs: Remove get_full_smb_filename from is_offline checkChristof Schmitt2018-05-251-13/+4
* vfs_gpfs: Remove wrong get_full_smb_filename from ntimes functionChristof Schmitt2018-05-251-10/+2
* vfs_gpfs: Adjust debug level when get_winattrs returns EBADFChristof Schmitt2018-05-251-1/+10
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* vfs_gpfs: Request DENY_DELETE sharemode when possibleChristof Schmitt2017-09-041-0/+9
* vfs_gpfs: Do not map DELETE sharemode access to WRITEChristof Schmitt2017-09-041-2/+2
* vfs_gpfs: handle EACCES when fetching DOS attributes from xattrRalph Boehme2017-08-091-1/+68
* s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-4/+7
* s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-10/+14
* vfs_gpfs: Fix compile error in gpfsacl_sys_acl_set_fdChristof Schmitt2017-06-031-1/+1
* s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-3/+4
* s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison2017-05-311-4/+5
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-3/+3
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-2/+2
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* 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