index
:
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_vxfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-21
smbd: Use fsp_str_dbg() in DEBUGs
Volker Lendecke
1
-2
/
+4
2025-03-28
vfs_vxfs: pathref fixes
Saurabh Singh
1
-15
/
+260
2024-04-23
s3:mod:vfs_vxfs: use NUMERIC_CMP in vxfs_ace_cmp
Douglas Bagnall
1
-3
/
+3
2023-08-08
s3:modules: Add missing newlines to logging messages
Joseph Sutton
1
-1
/
+1
2023-07-17
s3:modules: Fix code spelling
Andreas Schneider
1
-1
/
+1
2022-09-02
Cleanup and bug fixes in vxfs vfs code.
Saurabh Singh
1
-22
/
+45
2022-03-24
s3: VFS: vxfs: All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name->st) clobber fs...
Jeremy Allison
1
-2
/
+4
2021-07-04
s3: VFS: vxfs: Remove vxfs_get_xattr.
Jeremy Allison
1
-30
/
+0
2021-06-11
VFX: vxfs: Fixup some warnings
Noel Power
1
-4
/
+3
2021-06-11
VFS: vxfs: ifdef out vxfs_sys_acl_set_fd
Noel Power
1
-0
/
+2
2021-06-09
s3: VFS: vxfs: Change use of SMB_VFS_SYS_ACL_GET_FILE() -> SMB_VFS_SYS_ACL_GE...
Jeremy Allison
1
-14
/
+9
2021-04-08
VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer used
Noel Power
1
-47
/
+0
2021-04-07
s3: VFS: vxfs: Remove vxfs_remove_xattr() - no longer called.
Jeremy Allison
1
-52
/
+0
2021-03-11
VFS: Remove SMB_VFS_SETXATTR, no longer used
Noel Power
1
-79
/
+0
2021-02-26
VFS: Remove SMB_VFS_LISTXATTR, no longer used
Noel Power
1
-25
/
+0
2020-12-17
vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
Ralph Boehme
1
-15
/
+0
2020-12-17
vfs_vxfs: add support for SMB_ACL_TYPE_DEFAULT in vxfs_sys_acl_set_fd()
Ralph Boehme
1
-1
/
+1
2020-12-17
vfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()
Ralph Boehme
1
-2
/
+4
2020-12-16
smbd: use fsp_get_io_fd() when accessing a file or it's associated metadata
Ralph Boehme
1
-7
/
+7
2020-08-28
lib/util: remove extra safe_string.h file
Matthew DeVore
1
-0
/
+2
2020-05-05
vfs_vxfs: pass name as struct smb_filename to vxfs_compare()
Ralph Boehme
1
-10
/
+4
2020-05-05
vfs_vxfs: realign vxfs_compare() args to one per line
Ralph Boehme
1
-1
/
+3
2018-07-27
s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECV
Ralph Boehme
1
-0
/
+2
2018-07-11
pass 'rdonly' or 'directory' flag to open a directory file.
Pooja Mahadik
1
-3
/
+5
2017-12-18
vfs: Use static_decl_vfs in all VFS modules
Christof Schmitt
1
-1
/
+1
2017-09-30
Changes in samba vxfs plugin.
Pooja Mahadik
1
-0
/
+89
2017-06-01
s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...
Jeremy Allison
1
-6
/
+8
2017-05-31
s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...
Jeremy Allison
1
-17
/
+40
2017-05-31
s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...
Jeremy Allison
1
-14
/
+18
2017-05-31
s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...
Jeremy Allison
1
-4
/
+6
2017-05-31
s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...
Jeremy Allison
1
-4
/
+8
2017-05-31
s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...
Jeremy Allison
1
-7
/
+8
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
1
-2
/
+2
2016-06-03
Efficient xattr handling for VxFS Signed-off-by: Abhidnya Joshi <Abhidnya.Jos...
Abhidnya Joshi
1
-13
/
+136
2016-03-24
s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().
Jeremy Allison
1
-1
/
+1
2014-09-18
s3: vfs module: Adding new vfs module for Symantec VxFS.
Abhidnya Joshi
1
-0
/
+711