summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_linux_xfs_sgid.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-02s3: VFS: linux_xfs_sgid. parent_smb_fname() -> SMB_VFS_PARENT_PATHNAME().Jeremy Allison1-4/+9
2021-04-11s3/modules: linux_xfs_sgid_mkdirat() SMB_VFS_NEXT_FCHMOD => SMB_VFS_NEXT_CHMODNoel Power1-1/+1
2020-12-17vfs_linux_xfs_sgid: support real dirfsps in linux_xfs_sgid_mkdirat()Ralph Boehme1-8/+8
2020-04-29vfs_linux_xfs_sgid: use parent_smb_fname()Ralph Boehme1-23/+34
2019-09-11s3: VFS: vfs_linux_xfs_sgid. Remove mkdir_fn(). No longer used.Jeremy Allison1-74/+0
2019-09-11s3: VFS: vfs_xfs_sgid. Implement mkdirat().Jeremy Allison1-0/+79
2018-05-25s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison1-9/+0
2017-12-18vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2016-03-03VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison1-1/+2
2016-03-03VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison1-1/+1
2016-02-24s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison1-9/+17
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-2/+2
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-06-02s3: Add vfs_linux_xfs_sgidVolker Lendecke1-0/+105