summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_media_harmony.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-15vfs: Remove SMB_VFS_STATVFSVolker Lendecke1-38/+0
2026-02-15vfs: Add SMB_VFS_FSTATVFSVolker Lendecke1-0/+61
2025-10-21vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"Volker Lendecke1-31/+31
2025-10-21smbd: Use fsp_str_dbg() in DEBUGsVolker Lendecke1-2/+2
2024-08-21s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()Stefan Metzmacher1-3/+6
2023-06-23vfs: Remove "sbuf" from readdir_fn()Volker Lendecke1-6/+4
2023-06-14vfs: Remove vfs telldir/seekdir functionsVolker Lendecke1-27/+0
2022-08-06vfs: change openat propotype to match linux openat2Volker Lendecke1-5/+3
2022-04-28Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"Volker Lendecke1-0/+3
2021-07-04s3: VFS: media_harmony: Remove mh_getxattr.Jeremy Allison1-38/+0
2021-06-29VFS: media_harmony: Remove SMB_VFS_CHFLAGSNoel Power1-34/+0
2021-06-22s3: VFS: media_harmony: Use real dirfsp for SMB_VFS_RENAMEAT()Jeremy Allison1-14/+29
2021-06-09s3: VFS: media_harmony: Remove mh_sys_acl_get_file().Jeremy Allison1-40/+0
2021-06-09s3: VFS: media_harmony. Remove mh_get_nt_acl_at().Jeremy Allison1-68/+0
2021-05-18s3: VFS: media_harmony: Remove mh_sys_acl_delete_def_file().Jeremy Allison1-32/+0
2021-05-11s3/modules: VFS: media_harmony: Remove SMB_VFS_STREAMINFONoel Power1-47/+0
2021-04-19s3: VFS: media_harmony: Remove SMB_VFS_NTIMES()Samuel Cabrero1-38/+0
2021-04-11s3/modules: VFS: media_harmony: Remove mh_chmodNoel Power1-34/+0
2021-04-07s3: VFS: media_harmony: Remove mh_removexattr(). No longer called.Jeremy Allison1-33/+0
2021-03-11VFS: Remove SMB_VFS_SETXATTR, no longer usedNoel Power1-32/+0
2021-02-26VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power1-36/+0
2021-02-13s3: VFS: media_harmony: Fix mh_readlinkat() to cope with real directory fsps.Jeremy Allison1-3/+13
2021-02-09s3: VFS: media_harmony: Fix mh_linkat() to cope with real directory fsps.Jeremy Allison1-6/+30
2021-01-28vfs_media_harmony: support real dirfsps in mh_unlinkat()Ralph Boehme1-2/+11
2021-01-28VFS: media_harmony: Fixup mh_symlinkat() to correctly use the dirfsp path.Jeremy Allison1-3/+14
2021-01-21VFS: media_harmony: Fixup mh_mknodat() to correctly use the dirfsp path.Jeremy Allison1-3/+14
2020-12-17vfs: RIP SMB_VFS_SYS_ACL_SET_FILE()Ralph Boehme1-37/+0
2020-12-17vfs_media_harmony: support real dirfsps in mh_mkdirat()Ralph Boehme1-2/+11
2020-12-16vfs: Add dirfsp arg to SMB_VFS_READDIR()Ralph Boehme1-4/+5
2020-10-23vfs: make dirfsp arg to SMB_VFS_READLINKAT() constRalph Boehme1-1/+1
2020-10-02vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()Ralph Boehme1-3/+0
2020-05-21vfs: remove SMB_VFS_OPEN()Ralph Boehme1-57/+0
2020-05-21vfs_media_harmony: implement SMB_VFS_OPENAT()Ralph Boehme1-0/+58
2020-05-21smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme1-0/+3
2020-05-14vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme1-3/+0
2020-05-07s3: VFS: media_harmony. Remove get_nt_acl_fn().Jeremy Allison1-58/+0
2020-05-07s3: VFS: media_harmony: Add mh_get_nt_acl_at().Jeremy Allison1-0/+65
2020-05-05smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil...Ralph Boehme1-7/+7
2020-05-05smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme1-0/+1
2020-03-24vfs: remove SMB_VFS_OPENDIR()Ralph Boehme1-57/+0
2019-10-15s3: VFS: vfs_media_harmony: Remove chown_fn().Jeremy Allison1-35/+0
2019-10-10s3: VFS: vfs_media_harmony: Remove rmdir_fn(). No longer used.Jeremy Allison1-36/+0
2019-09-26s3: VFS: vfs_media_harmony: Remove unlink_fn. No longer used.Jeremy Allison1-36/+0
2019-09-26s3: VFS: vfs_media_harmony. Implement unlinkat().Jeremy Allison1-0/+42
2019-09-11s3: VFS: vfs_media_harmony. Remove mkdir_fn(). No longer used.Jeremy Allison1-37/+0
2019-09-11s3: VFS: vfs_media_harmony. Implement mkdirat().Jeremy Allison1-0/+43
2019-09-03s3: VFS: vfs_media_harmony. Remove symlink_fn(). No longer used.Jeremy Allison1-44/+0
2019-09-03s3: VFS: vfs_media_harmony. Implement symlinkat().Jeremy Allison1-0/+47
2019-08-23s3: VFS: vfs_media_harmony. Remove readlink_fn(). No longer used.Jeremy Allison1-32/+0
2019-08-23s3: VFS: vfs_media_harmony. Implement readlinkat().Jeremy Allison1-0/+42