summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_gpfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:vfs:gpfs: remove a block and reduce indentation in gpfs_is_offline()Michael Adam2014-07-241-8/+6
* s3:vfs:gpfs: remove all writing uses of stat_ex.vfs_private from vfs_gpfs.Michael Adam2014-07-241-7/+0
* s3:vfs:gpfs: Remove all reading uses of stat_ex.vfs_private from vfs_gfs.Michael Adam2014-07-241-23/+22
* Revert "s3:vfs:gpfs: log when winAttr-garbage is detected (by heuristics) in ...Michael Adam2014-07-241-5/+0
* s3:vfs:gpfs: log when winAttr-garbage is detected (by heuristics) in is_offlineMichael Adam2014-07-131-0/+5
* s3:vfs:gpfs: fix flapping offline: always get winAttrs from gpfs for is_offlineMichael Adam2014-07-131-3/+1
* s3:vfs:gpfs: store the winAttrs in the struct_ex when we got them in vfs_gpfs...Michael Adam2014-07-131-0/+1
* s3:vfs_gpfs: increase log level for EPERM and EACCES errors in gpfs_get_xattr()Ralph Wuerthner2014-05-151-2/+9
* vfs_gpfs: Avoid warnings in developer buildChristof Schmitt2014-04-181-5/+4
* vfs: Store ACL control flags in gpfs vfs module.Alexander Werth2014-04-051-23/+114
* s3:modules/vfs_gpfs add gpfs:recalls optionChristian Ambach2014-03-141-0/+13
* param: rename lp function and variable from "fake_dir_create_times" to "fake_...Garming Sam2014-02-071-1/+1
* s3: Avoid oplock break by storing timestamps with gpfs_set_timesChristof Schmitt2014-01-091-6/+22
* s3: Handle stat call with capability in vfs_gpfsAbhidnya Joshi2013-12-161-0/+56
* Ensure gpfs kernel leases are wrapped in a become_root()/unbecome_root() pair.Ralph Wuerthner2013-08-011-0/+6
* vfs_gpfs: slightly simplify connect()Volker Lendecke2013-05-141-7/+7
* Fix missing TALLOC_FREE of stackframes.Jeremy Allison2013-05-091-1/+3
* vfs: Fix compile of vfs_gpfs.c.Alexander Werth2013-05-091-18/+33
* vfs: Allocate SMB4ACL_T on an explict memory contextAndrew Bartlett2013-05-091-8/+20
* vfs: Add vfs_handle_struct argument to smb_set_nt_acl_nfs4 and the callbackAndrew Bartlett2013-05-091-4/+4
* vfs: Convert vfs_gpfs_chmod to synthetic_smb_fnameVolker Lendecke2013-04-171-3/+5
* vfs: Convert gpfsacl_emu_chmod to synthetic_smb_fnameVolker Lendecke2013-04-171-4/+4
* vfs_gpfs: Fix typos in comments.Karolin Seeger2013-02-181-2/+2
* s3:modules remove gpfs_getacl_allocChristian Ambach2013-02-041-46/+0
* s3:modules use vfs_gpfs_getacl in gpfsacl_get_posix_aclChristian Ambach2013-02-041-3/+3
* s3:modules use vfs_gpfs_getacl in gpfsacl_set_nt_acl_internalChristian Ambach2013-02-041-5/+9