summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2016-03-07s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison9-74/+92
2016-03-07s3: VFS: vfs_fruit. If we have an fsp, use it in preference to a pathname in ...Jeremy Allison1-1/+1
2016-03-05VFS: Modify lchown to take a const struct smb_filename * instead of const char *Jeremy Allison11-54/+121
2016-03-05VFS: Modify chown to take a const struct smb_filename * instead of const char *Jeremy Allison14-74/+187
2016-03-05VFS: vfs_netatalk. Fix wrong VFS call used inside atalk_lchown()Jeremy Allison1-1/+1
2016-03-05vfs_glusterfs: Fix use after free in AIO callback.Ira Cooper1-8/+7
2016-03-04vfs: Fix the vfs_gpfs buildVolker Lendecke1-1/+1
2016-03-03VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison14-62/+145
2016-03-03VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison18-86/+209
2016-03-02vfs:zfs fix build after get_nt_acl_fn signature change.Jeremy Allison1-7/+13
2016-03-02vfs:glusterfs: fix build after opendir signature changeMichael Adam1-3/+4
2016-03-02vfs:ceph: fix build after opendir signature change.Michael Adam1-3/+5
2016-03-02vfs/time_audit: use duration we get from the async backendRalph Boehme1-18/+6
2016-03-02vfs/glusterfs: measure libglusterfs aio function call durationRalph Boehme1-0/+9
2016-03-02vfs/aio_linux: measure libaio aio function call durationRalph Boehme1-0/+8
2016-03-02vfs/aio_fork: measure async request syscall durationRalph Boehme1-0/+9
2016-03-02vfs/default: store async VFS op duration we got from libasysRalph Boehme1-0/+1
2016-03-02s3/vfs: wrap async io function args inside struct vfs_aio_stateRalph Boehme9-107/+113
2016-03-01VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison15-60/+195
2016-02-26vfs_gpfs: Fix compile after change in get_nt_acl_fnChristof Schmitt1-9/+12
2016-02-25s3/vfs_btrfs.c: use sizeof() instead of ARRAY_SIZE()Aurelien Aptel1-1/+1
2016-02-25smbd: ignore SVHDX create contextUri Simchoni1-16/+0
2016-02-25VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison21-88/+181
2016-02-25vfs:ceph: Fix mkdir_fn to take struct smb_filename * insted of char *Jeremy Allison1-1/+4
2016-02-25vfs:glusterfs: Fix mkdir_fn to take struct smb_filename * instead of char *Jeremy Allison1-2/+3
2016-02-24s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison15-73/+185
2016-02-16FIXUP: s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename *Ralph Boehme1-6/+27
2016-02-16s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison9-35/+107
2016-02-12s3:vfs_fruit fix a compiler warningChristian Ambach1-1/+1
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2016-02-01s3:vfs:glusterfs: fix build after quota changes.Michael Adam1-0/+1
2016-01-27s3-lib: introduce sys_realpath()Uri Simchoni1-14/+1
2016-01-26vfs_gpfs: make sure get_quota does not return bogus valuesUri Simchoni1-0/+25
2016-01-26vfs_gpfs: do not call disk_norm() on disk_free_fnUri Simchoni1-2/+1
2016-01-26vfs_ceph: do not call disk_norm() on disk_free_fnUri Simchoni1-1/+0
2016-01-26vfs_fake_dfq: remove quota code from disk_freeUri Simchoni1-96/+0
2016-01-26smbd: refactor disk_free handlingUri Simchoni1-3/+5
2016-01-26vfs_snapper: add get_quota functionUri Simchoni1-0/+34
2016-01-26vfs_shadow_copy2: add get_quota functionUri Simchoni1-0/+34
2016-01-26vfs_cap: add get_quota functionUri Simchoni1-0/+14
2016-01-26vfs: add path parameter to get_quotaUri Simchoni6-31/+32
2016-01-26vfs_fake_dfq: add vfs moduleUri Simchoni2-0/+285
2016-01-26vfs_shadow_copy2: add snapsharepath parameterUri Simchoni1-1/+36
2016-01-26vfs_shadow_copy2: remove basedir state variableUri Simchoni1-19/+10
2016-01-22vfs_shadow_copy2: check crossmountpoints against snapdirseverywhereUri Simchoni1-6/+5
2016-01-13vfs_shadow_copy2: fix case where snapshots are outside the shareUri Simchoni1-22/+46
2016-01-13vfs_shadow_copy2: add shadow_copy2_do_convert()Uri Simchoni1-4/+35
2016-01-13vfs:shadow_copy2: fix a debug messageMichael Adam1-5/+6
2015-12-21vfs_fruit: ignore delete on the AFP_Resource streamRalph Boehme1-21/+2
2015-12-21vfs_fruit: fix offset and len handling for AFP_AfpInfo streamRalph Boehme1-3/+12