summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_syncops.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-8/+8
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner1-1/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-25s3-vfs: make syncops_connect in modules/vfs_syncops.c static.Günther Deschner1-2/+2
2011-02-18s3:vfs:syncops add option to disable metasync per shareChristian Ambach1-4/+14
2010-10-13s3:vfs:syncops add option to disable module per shareChristian Ambach1-6/+35
2010-10-13s3:vfs:syncops make it possible to specify syncops:onclose per shareChristian Ambach1-7/+43
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-18/+12
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-3/+4
2009-07-06s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty1-3/+5
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-2/+23
2008-04-21Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam1-3/+3
2007-10-23added a syncops VFS module for filesystems which do not guarantee meta-data o...Andrew Tridgell1-0/+210