summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_syncops.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: vfs_syncops: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-7/+0
* s3: VFS: vfs_syncops: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-7/+0
* s3: VFS: vfs_syncops. Implement unlinkat().Jeremy Allison2019-09-261-0/+14
* s3: VFS: vfs_syncops. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-8/+0
* s3: VFS: vfs_syncops. Implement mkdirat().Jeremy Allison2019-09-111-0/+14
* s3: VFS: vfs_syncops. Remove symlink_fn(). No longer used.Jeremy Allison2019-09-031-20/+0
* s3: VFS: vfs_syncops. Implement symlinkat().Jeremy Allison2019-09-031-0/+25
* s3: VFS: vfs_syncops. Remove mknod_fn(). No longer used.Jeremy Allison2019-08-221-10/+0
* s3: VFS: vfs_syncops. Implement mknodat().Jeremy Allison2019-08-221-0/+16
* s3: VFS: vfs_syncops. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-20/+0
* s3: VFS: vfs_syncops. Implement linkat().Jeremy Allison2019-08-201-0/+33
* s3: VFS: vfs_syncops. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-22/+1
* s3: VFS: vfs_syncops. Implement renameat().Jeremy Allison2019-08-161-0/+27
* s3/modules: cppcheck: Fix ctunullpointer errorNoel Power2019-06-041-5/+7
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-29/+15
* s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2017-06-181-2/+15
* s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2017-06-181-2/+5
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-2/+3
* s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison2016-02-241-2/+4
* s3:modules/vfs_*: make function prototypes available via static_decl_vfs;Stefan Metzmacher2015-08-201-0/+1
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-8/+8
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-211-1/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-vfs: make syncops_connect in modules/vfs_syncops.c static.Günther Deschner2011-02-251-2/+2
* s3:vfs:syncops add option to disable metasync per shareChristian Ambach2011-02-181-4/+14
* s3:vfs:syncops add option to disable module per shareChristian Ambach2010-10-131-6/+35
* s3:vfs:syncops make it possible to specify syncops:onclose per shareChristian Ambach2010-10-131-7/+43
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-18/+12
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-3/+4
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-3/+5
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-2/+23
* Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam2008-04-211-3/+3
* added a syncops VFS module for filesystems which do not guarantee meta-data o...Andrew Tridgell2007-10-231-0/+210