summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_commit.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-21vfs: remove SMB_VFS_OPEN()Ralph Boehme1-72/+0
2020-05-21vfs_commit: implement SMB_VFS_OPENAT()Ralph Boehme1-0/+77
2018-11-28s3:modules: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-2/+2
2018-05-05s3: VFS: Remove SMB_VFS_WRITE() function and all implementations.Jeremy Allison1-19/+0
2017-12-18vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt1-1/+1
2017-12-06vfs: drop casts for VFS_ADD_FSP_EXTENSION() callersDavid Disseldorp1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2016-03-02s3/vfs: wrap async io function args inside struct vfs_aio_stateRalph Boehme1-5/+6
2015-10-08vfs_commit: set the fd on open before calling SMB_VFS_FSTATUri Simchoni1-1/+10
2013-01-15smbd: Fix bug 9544, part 2Volker Lendecke1-0/+80
2013-01-14smbd: Fix bug 9544, part 1Volker Lendecke1-3/+3
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-7/+7
2011-11-30s3: Attempt to fix the vfs_commit moduleVolker Lendecke1-1/+1
2011-06-24s3:vfs_commit: fix buildBjörn Jacke1-0/+1
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
2010-01-06vfs_commit: print warning when no fsync support is thereBjörn Jacke1-0/+2
2009-11-30Restructure the connect function code to always callJeremy Allison1-1/+7
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-17/+9
2009-07-24Some more VFS type errorsVolker Lendecke1-2/+2
2009-07-24Fix some C++ warningsVolker Lendecke1-4/+7
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-3/+3
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-1/+1
2009-02-09s3 vfs: Add a destructor to the fsp extension data APITim Prouty1-1/+1
2008-04-21Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam1-3/+2
2008-01-10Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam1-2/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam1-2/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam1-2/+1
2007-11-20Extend commit module to help with NFS quotas.David Losada Carballo1-25/+158
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r20261: merge 20260 from samba_3_0_24Herb Lewis1-0/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-0/+189