Age | Commit message (Expand) | Author | Files | Lines |
2013-08-01 | Ensure gpfs kernel leases are wrapped in a become_root()/unbecome_root() pair. | Ralph Wuerthner | 1 | -0/+6 |
2013-05-14 | vfs_gpfs: slightly simplify connect() | Volker Lendecke | 1 | -7/+7 |
2013-05-09 | Fix missing TALLOC_FREE of stackframes. | Jeremy Allison | 1 | -1/+3 |
2013-05-09 | vfs: Fix compile of vfs_gpfs.c. | Alexander Werth | 1 | -18/+33 |
2013-05-09 | vfs: Allocate SMB4ACL_T on an explict memory context | Andrew Bartlett | 1 | -8/+20 |
2013-05-09 | vfs: Add vfs_handle_struct argument to smb_set_nt_acl_nfs4 and the callback | Andrew Bartlett | 1 | -4/+4 |
2013-04-17 | vfs: Convert vfs_gpfs_chmod to synthetic_smb_fname | Volker Lendecke | 1 | -3/+5 |
2013-04-17 | vfs: Convert gpfsacl_emu_chmod to synthetic_smb_fname | Volker Lendecke | 1 | -4/+4 |
2013-02-18 | vfs_gpfs: Fix typos in comments. | Karolin Seeger | 1 | -2/+2 |
2013-02-04 | s3:modules remove gpfs_getacl_alloc | Christian Ambach | 1 | -46/+0 |
2013-02-04 | s3:modules use vfs_gpfs_getacl in gpfsacl_get_posix_acl | Christian Ambach | 1 | -3/+3 |
2013-02-04 | s3:modules use vfs_gpfs_getacl in gpfsacl_set_nt_acl_internal | Christian Ambach | 1 | -5/+9 |
2013-02-04 | s3:modules use vfs_gpfs_getacl in gpfs_get_nfs4_acl | Christian Ambach | 1 | -2/+5 |
2013-02-04 | s3:vfs_gpfs use non_posix_sys_acl_blob_get_*_helper | Christian Ambach | 1 | -16/+90 |
2013-02-04 | s3:vfs_gpfs add a generic vfs_gpfs_getacl function | Christian Ambach | 1 | -0/+73 |
2012-11-28 | s3:vfs_gpfs: add no memory check in gpfs2smb_acl() | Stefan Metzmacher | 1 | -0/+5 |
2012-11-28 | s3:vfs_gpfs: make sure we return the correct errno in gpfs2smb_acl() | Stefan Metzmacher | 1 | -1/+1 |
2012-11-16 | s3:vfs_gpfs fix a memory leak in gpfsacl_get_posix_acl | Christian Ambach | 1 | -0/+3 |
2012-11-16 | s3:vfs_gpfs fix memory corruption in gpfs2smb_acl | Christian Ambach | 1 | -0/+2 |
2012-11-16 | s3:vfs_gpfs fix memory leak in gpfs_get_nfs4_acl | Christian Ambach | 1 | -0/+1 |
2012-11-16 | s3:vfs_gpfs fix memory leaks in gpfs_getacl_alloc | Christian Ambach | 1 | -2/+4 |
2012-10-12 | s3:vfs_gpfs re-indent run-away lines | Christian Ambach | 1 | -4/+10 |
2012-10-12 | s3:vfs_gpfs fix the build | Christian Ambach | 1 | -5/+11 |
2012-10-12 | s3:vfs_gpfs remove a trailing space | Christian Ambach | 1 | -1/+1 |
2012-10-12 | s3:vfs_gpfs skip local flock when gpfs sharemodes are disabled | Christian Ambach | 1 | -2/+5 |
2012-10-11 | vfs: Use posix_sys_acl_blob_get_file in vfs_gpfs for posix ACLs | Andrew Bartlett | 1 | -0/+58 |
2012-10-11 | smbd: Add mem_ctx to {f,}get_nt_acl VFS call | Andrew Bartlett | 1 | -5/+9 |
2012-10-11 | smbd: Add mem_ctx to sys_acl_init() and all callers | Andrew Bartlett | 1 | -10/+14 |
2012-09-16 | s3:vfs_gpfs: fix build | Christian Ambach | 1 | -5/+5 |
2012-08-29 | s3:vfs_gpfs: Use directory not file to get fileset id | Christof Schmitt | 1 | -2/+22 |
2012-08-17 | s3: Merge vfs_gpfs_hsm_notify into vfs_gpfs.c | Volker Lendecke | 1 | -0/+190 |
2012-08-16 | s3:vfs_gpfs: make sure parameters are set correctly for leases | Christian Ambach | 1 | -0/+25 |
2012-08-15 | s3-smbd: Change allocation of smb_acl_t to talloc() | Andrew Bartlett | 1 | -2/+2 |
2012-07-11 | s3:vfs_gpfs: fix ACL length calculation | Ralph Wuerthner | 1 | -9/+4 |
2012-07-11 | s3:vfs_gpfs: Check softquota before gracetime | Christof Schmitt | 1 | -1/+2 |
2012-06-22 | s3-vfs_gpfs: Fix bug #9003, posix acl on gpfs | Volker Lendecke | 1 | -2/+2 |
2012-06-15 | s3:vfs_gpfs: add "gpfs:acl" option | Björn Baumbach | 1 | -0/+81 |
2012-05-08 | s3:vfs/gpfs: Have inherited deny ACE's show up in ACLs | Alexander Werth | 1 | -2/+2 |
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 1 | -3/+3 |
2012-03-22 | s3:vfs_gpfs: fix some compiler warnings | Christian Ambach | 1 | -3/+3 |
2012-03-22 | s3:vfs_gpfs: remove fallback to linux_setlease | Christian Ambach | 1 | -6/+0 |
2012-03-22 | s3:vfs_gpfs: correct use of profiling macros | Christian Ambach | 1 | -4/+5 |
2012-03-22 | s3:vfs_gpfs: Implement fallocate callback for GPFS | Christof Schmitt | 1 | -0/+41 |
2012-03-22 | s3:vfs_gpfs: Report disk space and usage on GPFS share according to quotas | Christof Schmitt | 1 | -0/+129 |
2012-02-10 | s3:vfs_gpfs:quieten an expectable warning message | Christian Ambach | 1 | -1/+5 |
2012-02-10 | s3:vfs_gpfs: fix a compiler warning | Christian Ambach | 1 | -1/+2 |
2012-02-10 | s3:vfs_gpfs:Fix query of creation time from GPFS | Christof Schmitt | 1 | -0/+3 |
2012-02-10 | s3:vfs_gpfs: make "gpfs:getrealfilename" a per share option | Stefan Metzmacher | 1 | -0/+14 |
2012-02-10 | s3:vfs_gpfs: make "gpfs:ftruncate" a per share option | Stefan Metzmacher | 1 | -0/+13 |
2012-02-10 | s3:vfs_gpfs: make "gpfs:winattr" a per share option | Stefan Metzmacher | 1 | -0/+70 |