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_media_harmony.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-15
vfs: Remove SMB_VFS_STATVFS
Volker Lendecke
1
-38
/
+0
2026-02-15
vfs: Add SMB_VFS_FSTATVFS
Volker Lendecke
1
-0
/
+61
2025-10-21
vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"
Volker Lendecke
1
-31
/
+31
2025-10-21
smbd: Use fsp_str_dbg() in DEBUGs
Volker Lendecke
1
-2
/
+2
2024-08-21
s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()
Stefan Metzmacher
1
-3
/
+6
2023-06-23
vfs: Remove "sbuf" from readdir_fn()
Volker Lendecke
1
-6
/
+4
2023-06-14
vfs: Remove vfs telldir/seekdir functions
Volker Lendecke
1
-27
/
+0
2022-08-06
vfs: change openat propotype to match linux openat2
Volker Lendecke
1
-5
/
+3
2022-04-28
Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
Volker Lendecke
1
-0
/
+3
2021-07-04
s3: VFS: media_harmony: Remove mh_getxattr.
Jeremy Allison
1
-38
/
+0
2021-06-29
VFS: media_harmony: Remove SMB_VFS_CHFLAGS
Noel Power
1
-34
/
+0
2021-06-22
s3: VFS: media_harmony: Use real dirfsp for SMB_VFS_RENAMEAT()
Jeremy Allison
1
-14
/
+29
2021-06-09
s3: VFS: media_harmony: Remove mh_sys_acl_get_file().
Jeremy Allison
1
-40
/
+0
2021-06-09
s3: VFS: media_harmony. Remove mh_get_nt_acl_at().
Jeremy Allison
1
-68
/
+0
2021-05-18
s3: VFS: media_harmony: Remove mh_sys_acl_delete_def_file().
Jeremy Allison
1
-32
/
+0
2021-05-11
s3/modules: VFS: media_harmony: Remove SMB_VFS_STREAMINFO
Noel Power
1
-47
/
+0
2021-04-19
s3: VFS: media_harmony: Remove SMB_VFS_NTIMES()
Samuel Cabrero
1
-38
/
+0
2021-04-11
s3/modules: VFS: media_harmony: Remove mh_chmod
Noel Power
1
-34
/
+0
2021-04-07
s3: VFS: media_harmony: Remove mh_removexattr(). No longer called.
Jeremy Allison
1
-33
/
+0
2021-03-11
VFS: Remove SMB_VFS_SETXATTR, no longer used
Noel Power
1
-32
/
+0
2021-02-26
VFS: Remove SMB_VFS_LISTXATTR, no longer used
Noel Power
1
-36
/
+0
2021-02-13
s3: VFS: media_harmony: Fix mh_readlinkat() to cope with real directory fsps.
Jeremy Allison
1
-3
/
+13
2021-02-09
s3: VFS: media_harmony: Fix mh_linkat() to cope with real directory fsps.
Jeremy Allison
1
-6
/
+30
2021-01-28
vfs_media_harmony: support real dirfsps in mh_unlinkat()
Ralph Boehme
1
-2
/
+11
2021-01-28
VFS: media_harmony: Fixup mh_symlinkat() to correctly use the dirfsp path.
Jeremy Allison
1
-3
/
+14
2021-01-21
VFS: media_harmony: Fixup mh_mknodat() to correctly use the dirfsp path.
Jeremy Allison
1
-3
/
+14
2020-12-17
vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()
Ralph Boehme
1
-37
/
+0
2020-12-17
vfs_media_harmony: support real dirfsps in mh_mkdirat()
Ralph Boehme
1
-2
/
+11
2020-12-16
vfs: Add dirfsp arg to SMB_VFS_READDIR()
Ralph Boehme
1
-4
/
+5
2020-10-23
vfs: make dirfsp arg to SMB_VFS_READLINKAT() const
Ralph Boehme
1
-1
/
+1
2020-10-02
vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()
Ralph Boehme
1
-3
/
+0
2020-05-21
vfs: remove SMB_VFS_OPEN()
Ralph Boehme
1
-57
/
+0
2020-05-21
vfs_media_harmony: implement SMB_VFS_OPENAT()
Ralph Boehme
1
-0
/
+58
2020-05-21
smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
Ralph Boehme
1
-0
/
+3
2020-05-14
vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()
Ralph Boehme
1
-3
/
+0
2020-05-07
s3: VFS: media_harmony. Remove get_nt_acl_fn().
Jeremy Allison
1
-58
/
+0
2020-05-07
s3: VFS: media_harmony: Add mh_get_nt_acl_at().
Jeremy Allison
1
-0
/
+65
2020-05-05
smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil...
Ralph Boehme
1
-7
/
+7
2020-05-05
smbd: add twrp arg to synthetic_smb_fname()
Ralph Boehme
1
-0
/
+1
2020-03-24
vfs: remove SMB_VFS_OPENDIR()
Ralph Boehme
1
-57
/
+0
2019-10-15
s3: VFS: vfs_media_harmony: Remove chown_fn().
Jeremy Allison
1
-35
/
+0
2019-10-10
s3: VFS: vfs_media_harmony: Remove rmdir_fn(). No longer used.
Jeremy Allison
1
-36
/
+0
2019-09-26
s3: VFS: vfs_media_harmony: Remove unlink_fn. No longer used.
Jeremy Allison
1
-36
/
+0
2019-09-26
s3: VFS: vfs_media_harmony. Implement unlinkat().
Jeremy Allison
1
-0
/
+42
2019-09-11
s3: VFS: vfs_media_harmony. Remove mkdir_fn(). No longer used.
Jeremy Allison
1
-37
/
+0
2019-09-11
s3: VFS: vfs_media_harmony. Implement mkdirat().
Jeremy Allison
1
-0
/
+43
2019-09-03
s3: VFS: vfs_media_harmony. Remove symlink_fn(). No longer used.
Jeremy Allison
1
-44
/
+0
2019-09-03
s3: VFS: vfs_media_harmony. Implement symlinkat().
Jeremy Allison
1
-0
/
+47
2019-08-23
s3: VFS: vfs_media_harmony. Remove readlink_fn(). No longer used.
Jeremy Allison
1
-32
/
+0
2019-08-23
s3: VFS: vfs_media_harmony. Implement readlinkat().
Jeremy Allison
1
-0
/
+42
[next]