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_time_audit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-01
vfs: Remove unused SMB_VFS_GETWD()
Volker Lendecke
1
-20
/
+0
2026-02-15
vfs: Add "fsp" to SMB_VFS_SET_QUOTA
Volker Lendecke
1
-2
/
+4
2026-02-15
vfs: Change SMB_VFS_GET_QUOTA to take a fsp instead of a name
Volker Lendecke
1
-7
/
+7
2026-02-15
vfs: Remove SMB_VFS_STATVFS
Volker Lendecke
1
-22
/
+0
2026-02-15
vfs: Add SMB_VFS_FSTATVFS
Volker Lendecke
1
-0
/
+23
2026-02-15
vfs: Change SMB_VFS_DISK_FREE to take a fsp
Volker Lendecke
1
-7
/
+7
2025-11-10
vfs: Remove audit_file function
Volker Lendecke
1
-29
/
+0
2025-11-10
vfs: Remove connectpath function
Volker Lendecke
1
-23
/
+0
2025-10-21
vfs: Add SMB_VFS_RENAME_STREAM
Volker Lendecke
1
-1
/
+33
2025-10-21
vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"
Volker Lendecke
1
-25
/
+21
2024-08-21
s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()
Stefan Metzmacher
1
-2
/
+4
2023-06-23
vfs: Remove "sbuf" from readdir_fn()
Volker Lendecke
1
-3
/
+2
2023-06-14
vfs: Remove vfs telldir/seekdir functions
Volker Lendecke
1
-38
/
+0
2022-09-17
vfs: Add dirfsp to connectpath_fn()
Volker Lendecke
1
-3
/
+5
2022-08-06
vfs: change openat propotype to match linux openat2
Volker Lendecke
1
-4
/
+2
2022-04-28
Revert "vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()"
Volker Lendecke
1
-0
/
+2
2022-04-28
vfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()
Volker Lendecke
1
-26
/
+0
2022-04-28
vfs: Add SMB_VFS_GET_REAL_FILENAME_AT
Volker Lendecke
1
-0
/
+27
2022-03-10
vfs: Convert get_real_filename() to NTSTATUS
Volker Lendecke
1
-6
/
+7
2022-03-10
vfs: Add SMB_VFS_FSTATAT
Volker Lendecke
1
-0
/
+24
2021-10-08
vfs: Add flags and xferlen args to SMB_VFS_OFFLOAD_READ_RECV
Ralph Boehme
1
-0
/
+8
2021-09-21
vfs_time_audit: Fix message for fcntl VFS call
Christof Schmitt
1
-1
/
+1
2021-09-21
vfs_time_audit: Rename kernel_flock to filesystem_sharemode
Christof Schmitt
1
-6
/
+6
2021-09-21
VFS: Rename kernel_flock to filesystem_sharemode
Christof Schmitt
1
-3
/
+5
2021-07-14
s3: VFS: time_audit. In smb_time_audit_read_dfs_pathat(), cope with relative ...
Jeremy Allison
1
-1
/
+12
2021-07-04
vfs: RIP SMB_VFS_GETXATTR()
Jeremy Allison
1
-24
/
+0
2021-06-29
VFS: Remove SMB_VFS_CHFLAGS, not used anymore
Noel Power
1
-21
/
+0
2021-06-29
VFS: Add initial implemenataion for SMB_VFS_FCHFLAGS
Noel Power
1
-0
/
+23
2021-06-22
s3: VFS: time_audit: Use real dirfsp for SMB_VFS_RENAMEAT()
Jeremy Allison
1
-1
/
+12
2021-06-09
s3: VFS: RIP SMB_VFS_SYS_ACL_BLOB_GET_FILE()
Jeremy Allison
1
-25
/
+0
2021-06-09
s3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE()
Jeremy Allison
1
-24
/
+0
2021-06-09
vfs: RIP SMB_VFS_GET_NT_ACL_AT()
Jeremy Allison
1
-31
/
+0
2021-06-09
VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type param
Noel Power
1
-1
/
+2
2021-06-02
s3: VFS: Add SMB_VFS_PARENT_PATHNAME().
Jeremy Allison
1
-0
/
+29
2021-05-18
vfs: RIP SMB_VFS_SYS_ACL_DELETE_DEF_FILE()
Jeremy Allison
1
-21
/
+0
2021-05-18
s3: VFS: Add SMB_VFS_SYS_ACL_DELETE_DEF_FD(),
Jeremy Allison
1
-0
/
+20
2021-05-14
s3: VFS: Remove SMB_VFS_READDIR_ATTR(), no longer used
Samuel Cabrero
1
-22
/
+0
2021-05-14
VFS: Add SMB_VFS_FREADDIR_ATTR()
Samuel Cabrero
1
-0
/
+22
2021-05-11
s3: VFS: Remove SMB_VFS_STREAMINFO(), no longer used
Noel Power
1
-25
/
+0
2021-05-11
VFS: Add SMB_VFS_FSTREAMINFO
Noel Power
1
-0
/
+24
2021-04-19
s3: VFS: time_audit: Remove SMB_VFS_NTIMES()
Samuel Cabrero
1
-21
/
+0
2021-04-19
VFS: Add SMB_VFS_FNTIMES
Samuel Cabrero
1
-0
/
+21
2021-04-11
s3/modules: VFS: time_audit: Remove smb_time_audit_chmod
Noel Power
1
-23
/
+0
2021-04-08
VFS: Remove SMB_VFS_SET_DOS_ATTRIBUTE, no longer used
Noel Power
1
-25
/
+0
2021-04-07
s3: VFS: time_audit: Remove smb_time_audit_removexattr(). No longer called.
Jeremy Allison
1
-22
/
+0
2021-03-22
s3: VFS: time_audit: Log full pathname as smb_time_audit_create_dfs_pathat() ...
Jeremy Allison
1
-2
/
+12
2021-03-11
VFS: Remove SMB_VFS_SETXATTR, no longer used
Noel Power
1
-26
/
+0
2021-02-26
VFS: Remove SMB_VFS_LISTXATTR, no longer used
Noel Power
1
-23
/
+0
2021-02-13
s3: VFS: time_audit: Fix smb_time_audit_readlinkat() to cope with real direct...
Jeremy Allison
1
-1
/
+11
2021-02-09
s3: VFS: time_audit: Fix smb_time_audit_linkat() to cope with real directory ...
Jeremy Allison
1
-1
/
+11
[next]