index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_gpfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-02
s3: Ask GPFS for the IS_OFFLINE operation
Volker Lendecke
1
-0
/
+31
2011-03-02
s3: Announce HSM in the gpfs module
Volker Lendecke
1
-0
/
+23
2011-03-02
s3: GPFS can't deal with mangled names
Volker Lendecke
1
-0
/
+7
2011-02-25
s3: Fix a 64-bit warning in vfs_gpfs.c
Volker Lendecke
1
-1
/
+2
2011-02-23
s3: Improve an error msg in vfs_gpfs
Volker Lendecke
1
-1
/
+2
2011-01-21
s3:vfs:gpfs: fix logic when gpfs:winattr is false (the default!)
Rusty Russell
1
-1
/
+11
2010-12-17
s3/vfs_gpfs: map SPARSE attribute to/from WINATTRs, too
Björn Jacke
1
-2
/
+8
2010-10-27
s3: Make gpfs winattrs work again
Volker Lendecke
1
-7
/
+31
2010-10-13
s3:gpfs: Add support for the gpfs_ftruncate call
Christian Ambach
1
-0
/
+13
2010-10-13
s3:vfs:gpfs convert sharemodes/leases parameter
Christian Ambach
1
-8
/
+64
2010-05-18
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
1
-4
/
+4
2009-10-06
s3: Add access_mask to the flock VFS call
Abhidnya P Chirmule
1
-3
/
+3
2009-09-24
s3: Forgot to check in one build failure for vfs_gpfs.c
Volker Lendecke
1
-1
/
+1
2009-09-24
s3: Remove an unused variable
Volker Lendecke
1
-1
/
+0
2009-09-24
s3: Make the vfs_gpfs compile at least
Volker Lendecke
1
-19
/
+23
2009-09-17
To set file create/birth time in GPFS. Signed-off-by: Abhidnya Chirmule <achi...
Abhidnya Chirmule
1
-0
/
+42
2009-08-19
Make refusal of SEC_DESC_DACL_PROTECTED configurable
Volker Lendecke
1
-1
/
+3
2009-07-24
Make the smbd VFS typesafe
Volker Lendecke
1
-84
/
+21
2009-07-20
s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.
Tim Prouty
1
-10
/
+23
2009-07-14
reject ACLs with DESC_DACL_PROTECTED on GPFS
Christian Ambach
1
-0
/
+5
2009-06-24
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
1
-10
/
+26
2009-06-02
Support getting gpfs birthtime
Volker Lendecke
1
-0
/
+68
2009-06-02
Store winattrs in GPFS
Mathias Dietz
1
-0
/
+99
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-2
/
+2
2009-05-20
Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...
Volker Lendecke
1
-5
/
+1
2009-05-20
Fix bug disclosed by lock8 torture test
Volker Lendecke
1
-0
/
+17
2009-04-06
Make some functions static to vfs_gpfs.c
Volker Lendecke
1
-14
/
+14
2009-04-06
Fix two c++ warnings in vfs_gpfs.c
Volker Lendecke
1
-2
/
+2
2009-03-04
Make use of gpfs_get_real_filename optional
Volker Lendecke
1
-0
/
+5
2008-12-10
Make use of smbd_gpfs_get_realfilename_path in unix_convert
Volker Lendecke
1
-0
/
+61
2008-12-10
Fix nonempty blank lines in vfs_gpfs.c
Volker Lendecke
1
-55
/
+50
2008-12-10
Revert "Fix some merge omissions for GPFS"
Volker Lendecke
1
-11
/
+2
2008-12-10
Revert "Fix nonempty blank lines in vfs_gpfs.c"
Volker Lendecke
1
-50
/
+55
2008-12-10
Revert "Make use of smbd_gpfs_get_realfilename_path in unix_convert"
Volker Lendecke
1
-61
/
+0
2008-12-10
Revert "Fix the build"
Volker Lendecke
1
-0
/
+9
2008-12-10
Fix the build
Volker Lendecke
1
-9
/
+0
2008-12-10
Make use of smbd_gpfs_get_realfilename_path in unix_convert
Volker Lendecke
1
-0
/
+61
2008-12-10
Fix nonempty blank lines in vfs_gpfs.c
Volker Lendecke
1
-55
/
+50
2008-12-10
Fix some merge omissions for GPFS
Volker Lendecke
1
-2
/
+11
2008-10-09
Make use of ZERO_STRUCT (the first memset was actually wrong)
Volker Lendecke
1
-3
/
+3
2008-10-07
Update vfs version as I've added a const to the security_descriptor paramter ...
Jeremy Allison
1
-2
/
+2
2008-05-08
Yay ! Remove a VFS entry. Removed the set_nt_acl() call,
Jeremy Allison
1
-9
/
+0
2008-01-16
Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...
Alexander Bokovoy
1
-54
/
+227
2008-01-08
Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().
Michael Adam
1
-1
/
+1
2008-01-07
Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().
Michael Adam
1
-2
/
+1
2008-01-07
Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().
Michael Adam
1
-4
/
+4
2008-01-07
Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().
Michael Adam
1
-1
/
+1
2008-01-07
Remove redundant parameter fd from SMB_VFS_FCHMOD().
Michael Adam
1
-2
/
+2
2008-01-07
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
1
-1
/
+1
2008-01-06
Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().
Michael Adam
1
-1
/
+1
[prev]
[next]