summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_syncops.c
Commit message (Expand)AuthorAgeFilesLines
* 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