summaryrefslogtreecommitdiff
path: root/source3/include/vfs.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-07s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison1-2/+4
2016-03-05VFS: Modify lchown to take a const struct smb_filename * instead of const char *Jeremy Allison1-3/+10
2016-03-05VFS: Modify chown to take a const struct smb_filename * instead of const char *Jeremy Allison1-3/+10
2016-03-03vfs: remove an outdate comment from the files_struct definitionMichael Adam1-1/+1
2016-03-03VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison1-3/+8
2016-03-03VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison1-3/+8
2016-03-02s3/vfs: add duration to vfs_aio_stateRalph Boehme1-0/+1
2016-03-02s3/vfs: wrap async io function args inside struct vfs_aio_stateRalph Boehme1-6/+11
2016-03-01VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison1-3/+9
2016-02-25VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison1-2/+6
2016-02-24s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison1-3/+8
2016-02-16s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison1-3/+6
2016-01-26vfs: add path parameter to get_quotaUri Simchoni1-2/+4
2015-12-23s3: smbd: VFS change. Add new field bool posix_pathnames into struct smb_requ...Jeremy Allison1-0/+3
2015-12-23smbd: file_struct: factor out POSIX pathname processing out of POSIX openRalph Boehme1-0/+2
2015-12-01vfs: remove posix_flags hack, bump interface version to 34Ralph Boehme1-5/+4
2015-12-01s3:smbd: file_struct: seperate POSIX directory rename cap from POSIX openRalph Boehme1-1/+3
2015-12-01s3:smbd: convert file_struct.posix_open to a bitmap with flagsRalph Boehme1-1/+9
2015-07-07smbd: Remove SMB_VFS_NOTIFY_WATCHVolker Lendecke1-19/+1
2015-06-23smb2:ioctl: support for OS X AAPL copyfile style copy_chunkRalph Boehme1-0/+2
2015-05-12Change all uses of uint32 to uint32_t in vfs.h. This is part of a general cle...Richard Sharpe1-23/+23
2015-03-31vfs: add snapshot create/delete hooksDavid Disseldorp1-0/+31
2015-03-09system: add hole punch support to sys_fallocate()David Disseldorp1-0/+1
2015-03-09s3/vfs: change fallocate mode flags from enum->uint32_tDavid Disseldorp1-8/+8
2015-02-18s3/vfs: bump interface version number to 33David Disseldorp1-1/+2
2015-02-17s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp1-5/+5
2014-12-04s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme1-2/+7
2014-12-04s3:vfs: add SMB_VFS_READDIR_ATTR()Ralph Boehme1-0/+10
2014-12-04s3:vfs.h: add more elements to struct fsp_leaseStefan Metzmacher1-0/+2
2014-10-10s3: smbd: Preparation for leases code merge. Ensure VFS is ready for 4.2.0.Jeremy Allison1-0/+7
2014-08-23brlock: Do auto-cleanup at conflict timeVolker Lendecke1-1/+0
2014-08-11vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke1-1/+6
2014-08-06s3:smbd: remember smbXsrv_connection for each smb_requestStefan Metzmacher1-0/+1
2014-07-04smbd: Remove unused blocking_lock_record* from VFS_BRL_CANCEL_WINDOWSVolker Lendecke1-4/+2
2014-07-04smbd: Remove unused blocking_lock_record* from VFS_BRL_LOCK_WINDOWSVolker Lendecke1-4/+2
2013-11-22vfs: add [GET/SET]_COMPRESSION hooksDavid Disseldorp1-0/+19
2013-04-26smbd: Remove the unused fsp->pending_break_messages arrayVolker Lendecke1-3/+2
2013-02-19s3:smbd: s/struct timed_event/struct tevent_timerStefan Metzmacher1-2/+2
2013-01-16s3-vfs: add copy_chunk vfs hooksDavid Disseldorp1-1/+24
2013-01-09Add uint32_t share_access to vuid_cache_entry.Jeremy Allison1-0/+2
2013-01-09Clean up struct connection_struct, make struct vuid_cache a pointer not inline.Jeremy Allison1-2/+6
2012-10-11vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett1-4/+6
2012-10-11smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett1-0/+4
2012-10-11smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett1-4/+11
2012-09-12Move cached cwd onto conn struct.Jeremy Allison1-0/+2
2012-09-12smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett1-0/+18
2012-09-10s3:smbd Bump the smbd vfs interface version to 30Christian Ambach1-1/+2
2012-09-08s3:vfs: add durable VFS operationsMichael Adam1-0/+35
2012-09-05Add "backup_intent" bool to files_struct.Jeremy Allison1-0/+3
2012-08-15s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett1-58/+1