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_syncops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-21
vfs: Rename "srcfsp"->"src_dirfsp" and "dstfsp"->"dst_dirfsp"
Volker Lendecke
1
-24
/
+24
2025-03-27
vfs: Fix typos.
Volker Lendecke
1
-3
/
+3
2025-03-27
vfs: Fix whitespace
Volker Lendecke
1
-5
/
+5
2024-08-21
s3:vfs: add vfs_rename_how to SMB_VFS_RENAMEAT()
Stefan Metzmacher
1
-2
/
+4
2023-12-19
smbd: Give source3/smbd/dir.c its own header file
Volker Lendecke
1
-0
/
+1
2022-08-06
vfs: change openat propotype to match linux openat2
Volker Lendecke
1
-4
/
+3
2022-03-02
s3: smbd: Rename OpenDir_ntstatus() -> OpenDir().
Jeremy Allison
1
-6
/
+6
2022-03-02
s3: VFS: syncops: Move one more use of OpenDir() -> OpenDir_nstatus().
Jeremy Allison
1
-7
/
+10
2021-06-22
s3: VFS: syncops: Use real dirfsp for SMB_VFS_RENAMEAT()
Jeremy Allison
1
-2
/
+21
2021-06-22
s3: VFS: syncops. Do early return in syncops_renameat().
Jeremy Allison
1
-4
/
+12
2021-06-22
s3: VFS: syncops. Do early return in syncops_linkat()
Jeremy Allison
1
-17
/
+25
2021-06-22
s3: VFS: syncops: Do early returns in SYNCOPS_NEXT_SMB_FNAME() macro.
Jeremy Allison
1
-5
/
+12
2021-06-22
s3: VFS: syncops: Remove direct system calls and use OpenDir()/smb_vfs_fsync_...
Jeremy Allison
1
-12
/
+17
2021-06-22
s3: VFS: syncops: Add 'connection_struct *conn' to syncops_sync_directory().
Jeremy Allison
1
-4
/
+5
2021-06-22
s3: VFS: Add 'connection_struct *conn' parameter to syncops_two_names().
Jeremy Allison
1
-8
/
+12
2021-06-22
s3: VFS: syncops. Add 'connection_struct *conn' to syncops_smb_fname().
Jeremy Allison
1
-2
/
+3
2021-02-09
s3: VFS: syncops: Fix syncops_linkat() to cope with real directory fsps.
Jeremy Allison
1
-5
/
+19
2021-01-28
VFS: syncops: SMB_VFS_SYMLINKAT only changes one directory so we can use the ...
Jeremy Allison
1
-16
/
+5
2021-01-21
VFS: syncops: Fixup all uses of the SYNCOPS_NEXT_SMB_FNAME macro to correctly...
Jeremy Allison
1
-13
/
+9
2020-12-17
vfs_syncops: support real dirfsps in syncops_mkdirat()
Ralph Boehme
1
-1
/
+13
2020-12-16
smbd: use fsp_get_io_fd() when accessing a file or it's associated metadata
Ralph Boehme
1
-1
/
+1
2020-05-21
vfs: remove SMB_VFS_OPEN()
Ralph Boehme
1
-10
/
+0
2020-05-21
vfs_syncops: implement SMB_VFS_OPENAT()
Ralph Boehme
1
-0
/
+12
2020-05-05
smbd: vfs: convert link_contents arg of SMB_VFS_SYMLINKAT() to struct smb_fil...
Ralph Boehme
1
-2
/
+2
2020-04-03
smbd: move files_struct.can_write to a bitfield
Ralph Boehme
1
-1
/
+1
2019-10-10
s3: VFS: vfs_syncops: Remove rmdir_fn(). No longer used.
Jeremy Allison
1
-7
/
+0
2019-09-26
s3: VFS: vfs_syncops: Remove unlink_fn. No longer used.
Jeremy Allison
1
-7
/
+0
2019-09-26
s3: VFS: vfs_syncops. Implement unlinkat().
Jeremy Allison
1
-0
/
+14
2019-09-11
s3: VFS: vfs_syncops. Remove mkdir_fn(). No longer used.
Jeremy Allison
1
-8
/
+0
2019-09-11
s3: VFS: vfs_syncops. Implement mkdirat().
Jeremy Allison
1
-0
/
+14
2019-09-03
s3: VFS: vfs_syncops. Remove symlink_fn(). No longer used.
Jeremy Allison
1
-20
/
+0
2019-09-03
s3: VFS: vfs_syncops. Implement symlinkat().
Jeremy Allison
1
-0
/
+25
2019-08-22
s3: VFS: vfs_syncops. Remove mknod_fn(). No longer used.
Jeremy Allison
1
-10
/
+0
2019-08-22
s3: VFS: vfs_syncops. Implement mknodat().
Jeremy Allison
1
-0
/
+16
2019-08-20
s3: VFS: vfs_syncops. Remove link_fn(). No longer used.
Jeremy Allison
1
-20
/
+0
2019-08-20
s3: VFS: vfs_syncops. Implement linkat().
Jeremy Allison
1
-0
/
+33
2019-08-16
s3: VFS: vfs_syncops. Remove rename_fn(). No longer used.
Jeremy Allison
1
-22
/
+1
2019-08-16
s3: VFS: vfs_syncops. Implement renameat().
Jeremy Allison
1
-0
/
+27
2019-06-04
s3/modules: cppcheck: Fix ctunullpointer error
Noel Power
1
-5
/
+7
2017-06-18
s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...
Jeremy Allison
1
-29
/
+15
2017-06-18
s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...
Jeremy Allison
1
-2
/
+15
2017-06-18
s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...
Jeremy Allison
1
-2
/
+5
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
1
-1
/
+1
2016-02-25
VFS: Modify rmdir to take a const struct smb_filename * instead of const char *
Jeremy Allison
1
-2
/
+3
2016-02-24
s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...
Jeremy Allison
1
-2
/
+4
2015-08-20
s3:modules/vfs_*: make function prototypes available via static_decl_vfs;
Stefan Metzmacher
1
-0
/
+1
2011-12-12
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
1
-8
/
+8
2011-04-21
s3-vfs: rename open function to open_fn.
Günther Deschner
1
-1
/
+1
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
[next]