summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_gpfs.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure gpfs kernel leases are wrapped in a become_root()/unbecome_root() pair.Ralph Wuerthner2013-08-071-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
* s3:modules use vfs_gpfs_getacl in gpfs_get_nfs4_aclChristian Ambach2013-02-041-2/+5
* s3:vfs_gpfs use non_posix_sys_acl_blob_get_*_helperChristian Ambach2013-02-041-16/+90
* s3:vfs_gpfs add a generic vfs_gpfs_getacl functionChristian Ambach2013-02-041-0/+73
* s3:vfs_gpfs: add no memory check in gpfs2smb_acl()Stefan Metzmacher2012-11-281-0/+5
* s3:vfs_gpfs: make sure we return the correct errno in gpfs2smb_acl()Stefan Metzmacher2012-11-281-1/+1
* s3:vfs_gpfs fix a memory leak in gpfsacl_get_posix_aclChristian Ambach2012-11-161-0/+3
* s3:vfs_gpfs fix memory corruption in gpfs2smb_aclChristian Ambach2012-11-161-0/+2
* s3:vfs_gpfs fix memory leak in gpfs_get_nfs4_aclChristian Ambach2012-11-161-0/+1
* s3:vfs_gpfs fix memory leaks in gpfs_getacl_allocChristian Ambach2012-11-161-2/+4
* s3:vfs_gpfs re-indent run-away linesChristian Ambach2012-10-121-4/+10
* s3:vfs_gpfs fix the buildChristian Ambach2012-10-121-5/+11
* s3:vfs_gpfs remove a trailing spaceChristian Ambach2012-10-121-1/+1
* s3:vfs_gpfs skip local flock when gpfs sharemodes are disabledChristian Ambach2012-10-121-2/+5
* vfs: Use posix_sys_acl_blob_get_file in vfs_gpfs for posix ACLsAndrew Bartlett2012-10-111-0/+58
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-5/+9
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-111-10/+14
* s3:vfs_gpfs: fix buildChristian Ambach2012-09-161-5/+5
* s3:vfs_gpfs: Use directory not file to get fileset idChristof Schmitt2012-08-291-2/+22
* s3: Merge vfs_gpfs_hsm_notify into vfs_gpfs.cVolker Lendecke2012-08-171-0/+190
* s3:vfs_gpfs: make sure parameters are set correctly for leasesChristian Ambach2012-08-161-0/+25
* s3-smbd: Change allocation of smb_acl_t to talloc()Andrew Bartlett2012-08-151-2/+2
* s3:vfs_gpfs: fix ACL length calculationRalph Wuerthner2012-07-111-9/+4
* s3:vfs_gpfs: Check softquota before gracetimeChristof Schmitt2012-07-111-1/+2
* s3-vfs_gpfs: Fix bug #9003, posix acl on gpfsVolker Lendecke2012-06-221-2/+2
* s3:vfs_gpfs: add "gpfs:acl" optionBjörn Baumbach2012-06-151-0/+81
* s3:vfs/gpfs: Have inherited deny ACE's show up in ACLsAlexander Werth2012-05-081-2/+2
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-3/+3
* s3:vfs_gpfs: fix some compiler warningsChristian Ambach2012-03-221-3/+3
* s3:vfs_gpfs: remove fallback to linux_setleaseChristian Ambach2012-03-221-6/+0
* s3:vfs_gpfs: correct use of profiling macrosChristian Ambach2012-03-221-4/+5
* s3:vfs_gpfs: Implement fallocate callback for GPFSChristof Schmitt2012-03-221-0/+41
* s3:vfs_gpfs: Report disk space and usage on GPFS share according to quotasChristof Schmitt2012-03-221-0/+129
* s3:vfs_gpfs:quieten an expectable warning messageChristian Ambach2012-02-101-1/+5
* s3:vfs_gpfs: fix a compiler warningChristian Ambach2012-02-101-1/+2
* s3:vfs_gpfs:Fix query of creation time from GPFSChristof Schmitt2012-02-101-0/+3
* s3:vfs_gpfs: make "gpfs:getrealfilename" a per share optionStefan Metzmacher2012-02-101-0/+14
* s3:vfs_gpfs: make "gpfs:ftruncate" a per share optionStefan Metzmacher2012-02-101-0/+13
* s3:vfs_gpfs: make "gpfs:winattr" a per share optionStefan Metzmacher2012-02-101-0/+70