summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_linux_xfs_sgid.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: vfs_linux_xfs_sgid. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-74/+0
* s3: VFS: vfs_xfs_sgid. Implement mkdirat().Jeremy Allison2019-09-111-0/+79
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-251-9/+0
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison2016-03-031-1/+2
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-031-1/+1
* s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison2016-02-241-9/+17
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-2/+2
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Add vfs_linux_xfs_sgidVolker Lendecke2010-06-021-0/+105