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