index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_gpfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs_gpfs: simplify stat_with_capability() ifdef
Ralph Boehme
2016-12-17
1
-6
/
+4
*
vfs_gpfs: remove updating btime from stat VFS calls
Ralph Boehme
2016-12-17
1
-80
/
+2
*
vfs_gpfs: update btime in vfs_gpfs_(f)get_dos_attributes
Ralph Boehme
2016-12-17
1
-0
/
+6
*
s3/vfs: gpfs: adapt vfs_gpfs_is_offline() to changes from 3031815f982e365be50...
Ralph Boehme
2016-10-17
1
-4
/
+3
*
s3/vfs: remove now unused is_offline/set_offline VFS functions
Ralph Boehme
2016-10-11
1
-1
/
+0
*
s3/vfs: merge offline functionality into DOS attributes handling
Ralph Boehme
2016-10-11
1
-0
/
+6
*
vfs_gpfs: Load nfs4 acl params at tcon time
Volker Lendecke
2016-08-12
1
-3
/
+18
*
nfs4acls: Add "smbacl4_vfs_params" parameter to smb_set_nt_acl_nfs4
Volker Lendecke
2016-08-12
1
-1
/
+1
*
nfs4acls: Add "smbacl4_vfs_params" parameter to smb_get_nt_acl_nfs4
Volker Lendecke
2016-08-12
1
-1
/
+1
*
nfs4acls: Add "smbacl4_vfs_params" parameter to smb_fget_nt_acl_nfs4
Volker Lendecke
2016-08-12
1
-2
/
+2
*
vfs_gpfs: Retry getacl with DAC capability if necessary
Christof Schmitt
2016-07-25
1
-2
/
+28
*
vfs_gpfs: Remove xattr functions
Christof Schmitt
2016-04-01
1
-160
/
+0
*
vfs_gpfs: Implement new dos_attributes vfs functions
Christof Schmitt
2016-04-01
1
-0
/
+184
*
s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().
Jeremy Allison
2016-03-24
1
-1
/
+1
*
s3:smbd:vfs: Change posix_get_nt_acl() from const char * to const struct smb_...
Jeremy Allison
2016-03-14
1
-1
/
+1
*
s3:smbd:vfs: Change smb_get_nt_acl_nfs4() to take a const struct smb_filename *.
Jeremy Allison
2016-03-14
1
-1
/
+1
*
vfs: Fix the vfs_gpfs build
Volker Lendecke
2016-03-04
1
-1
/
+1
*
VFS: Modify chmod to take a const struct smb_filename * instead of const char *
Jeremy Allison
2016-03-03
1
-4
/
+10
*
s3/vfs: wrap async io function args inside struct vfs_aio_state
Ralph Boehme
2016-03-02
1
-10
/
+12
*
vfs_gpfs: Fix compile after change in get_nt_acl_fn
Christof Schmitt
2016-02-26
1
-9
/
+12
*
vfs_gpfs: make sure get_quota does not return bogus values
Uri Simchoni
2016-01-26
1
-0
/
+25
*
vfs_gpfs: do not call disk_norm() on disk_free_fn
Uri Simchoni
2016-01-26
1
-2
/
+1
*
vfs_gpfs: Re-enable share modes
Volker Lendecke
2015-11-06
1
-1
/
+2
*
vfs_gpfs: Fix the build with -Werror=declaration-after-statement
Volker Lendecke
2015-11-06
1
-4
/
+4
*
vfs_gpfs: Avoid calling gpfs_is_offline on every i/o
Volker Lendecke
2015-09-05
1
-2
/
+44
*
vfs_gpfs: Introduce vfs_gpfs_fsp_is_offline
Volker Lendecke
2015-09-04
1
-19
/
+18
*
nfs4acls: Use an anon struct for SMB4ACE_T
Volker Lendecke
2015-08-13
1
-2
/
+2
*
nfs4acls: Use an anon struct for SMB4ACL_T
Volker Lendecke
2015-08-13
1
-6
/
+7
*
vfs_gpfs: Use C99 initializers instead of ZERO_STRUCT
Christof Schmitt
2015-07-08
1
-8
/
+4
*
vfs_gpfs: Use ACL defines from GPFS 3.5 header files
Christof Schmitt
2015-07-08
1
-16
/
+12
*
vfs_gpfs: move failure label before END_PROFILE
Ralph Boehme
2015-05-07
1
-1
/
+1
*
Convert all uint8/16/32 to _t in all modules.
Richard Sharpe
2015-05-06
1
-9
/
+9
*
vfp_gpfs: ensure END_PROFILE is always called
Ralph Boehme
2015-04-30
1
-6
/
+9
*
vfs: kernel_flock and named streams
Ralph Boehme
2015-04-29
1
-0
/
+10
*
vfs_gpfs: Fix ENODATA for getacl on .snapshot dirs
Ralph Wuerthner
2015-04-28
1
-0
/
+8
*
vfs_gpfs: Remove vfs_gpfs_get_quotas
Christof Schmitt
2015-04-17
1
-22
/
+8
*
vfs_gpfs: Remove check for fileset quota
Christof Schmitt
2015-04-17
1
-84
/
+5
*
vfs_gpfs: Remove warning after failure of get_gpfs_fset_id
Christof Schmitt
2015-03-30
1
-2
/
+0
*
gpfswrap: Move gpfswrap to lib/util
Christof Schmitt
2015-03-23
1
-1
/
+1
*
s3/vfs: change fallocate mode flags from enum->uint32_t
David Disseldorp
2015-03-09
1
-3
/
+4
*
gpfs: Rename library wrapper to gpfswrap
Christof Schmitt
2015-03-02
1
-1
/
+1
*
gpfs: Update file headers
Christof Schmitt
2015-03-02
1
-21
/
+20
*
gpfs: Move DBGC_CLASS definition below includes
Christof Schmitt
2015-03-02
1
-4
/
+3
*
gpfs: Include gpfs_fcntl.h only from vfs_gpfs header file
Christof Schmitt
2015-03-02
1
-1
/
+0
*
gpfs: Move definition of GPFS_GETACL_NATIVE to vfs_gpfs.c
Christof Schmitt
2015-03-02
1
-0
/
+4
*
gpfs: Move smbd_gpfs_set_times_path to vfs_gpfs.c
Christof Schmitt
2015-03-02
1
-0
/
+38
*
gpfs: Move get_gpfs_fset_id to vfs_gpfs.c
Christof Schmitt
2015-03-02
1
-0
/
+44
*
gpfs: Move get_gpfs_quota to vfs_gpfs.c
Christof Schmitt
2015-03-02
1
-0
/
+27
*
gpfs: Move set_gpfs_lease to vfs_gpfs.c
Christof Schmitt
2015-03-02
1
-0
/
+20
*
gpfs: Move set_gpfs_sharemode to vfs_gpfs.c
Christof Schmitt
2015-03-02
1
-0
/
+46
[next]