summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_vxfs.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-21smbd: Use fsp_str_dbg() in DEBUGsVolker Lendecke1-2/+4
2025-03-28vfs_vxfs: pathref fixesSaurabh Singh1-15/+260
2024-04-23s3:mod:vfs_vxfs: use NUMERIC_CMP in vxfs_ace_cmpDouglas Bagnall1-3/+3
2023-08-08s3:modules: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-07-17s3:modules: Fix code spellingAndreas Schneider1-1/+1
2022-09-02Cleanup and bug fixes in vxfs vfs code.Saurabh Singh1-22/+45
2022-03-24s3: VFS: vxfs: All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name->st) clobber fs...Jeremy Allison1-2/+4
2021-07-04s3: VFS: vxfs: Remove vxfs_get_xattr.Jeremy Allison1-30/+0
2021-06-11VFX: vxfs: Fixup some warningsNoel Power1-4/+3
2021-06-11VFS: vxfs: ifdef out vxfs_sys_acl_set_fdNoel Power1-0/+2
2021-06-09s3: VFS: vxfs: Change use of SMB_VFS_SYS_ACL_GET_FILE() -> SMB_VFS_SYS_ACL_GE...Jeremy Allison1-14/+9
2021-04-08VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer usedNoel Power1-47/+0
2021-04-07s3: VFS: vxfs: Remove vxfs_remove_xattr() - no longer called.Jeremy Allison1-52/+0
2021-03-11VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power1-79/+0
2021-02-26VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power1-25/+0
2020-12-17vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme1-15/+0
2020-12-17vfs_vxfs: add support for SMB_ACL_TYPE_DEFAULT in vxfs_sys_acl_set_fd()Ralph Boehme1-1/+1
2020-12-17vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()Ralph Boehme1-2/+4
2020-12-16smbd: use fsp_get_io_fd() when accessing a file or it's associated metadataRalph Boehme1-7/+7
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2020-05-05vfs_vxfs: pass name as struct smb_filename to vxfs_compare()Ralph Boehme1-10/+4
2020-05-05vfs_vxfs: realign vxfs_compare() args to one per lineRalph Boehme1-1/+3
2018-07-27s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme1-0/+2
2018-07-11pass 'rdonly' or 'directory' flag to open a directory file.Pooja Mahadik1-3/+5
2017-12-18vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt1-1/+1
2017-09-30Changes in samba vxfs plugin.Pooja Mahadik1-0/+89
2017-06-01s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison1-6/+8
2017-05-31s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison1-17/+40
2017-05-31s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison1-14/+18
2017-05-31s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison1-4/+6
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison1-4/+8
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison1-7/+8
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2016-06-03Efficient xattr handling for VxFS Signed-off-by: Abhidnya Joshi <Abhidnya.Jos...Abhidnya Joshi1-13/+136
2016-03-24s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison1-1/+1
2014-09-18s3: vfs module: Adding new vfs module for Symantec VxFS.Abhidnya Joshi1-0/+711