summaryrefslogtreecommitdiff
path: root/examples/VFS
Commit message (Expand)AuthorAgeFilesLines
...
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-223-3/+3
* s3/vfs: remove now unused is_offline/set_offline VFS functionsRalph Boehme2016-10-112-36/+0
* s3: vfs: Add VFS functions for setting and getting DOS attributes.Richard Sharpe2016-03-272-0/+76
* s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2016-03-072-4/+7
* VFS: Modify lchown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-052-5/+9
* VFS: Modify chown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-052-5/+9
* VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison2016-03-032-5/+7
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-032-3/+7
* s3/vfs: wrap async io function args inside struct vfs_aio_stateRalph Boehme2016-03-022-21/+27
* VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2016-03-012-5/+9
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-252-3/+5
* s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison2016-02-242-3/+7
* s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison2016-02-162-4/+9
* vfs: add path parameter to get_quotaUri Simchoni2016-01-262-5/+7
* examples/VFS: make function prototypes available via static_decl_vfs;Stefan Metzmacher2015-08-203-0/+3
* smbd: Remove SMB_VFS_NOTIFY_WATCHVolker Lendecke2015-07-072-30/+0
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-143-15/+15
* vfs: add snapshot create/delete hooksDavid Disseldorp2015-03-312-0/+62
* s3/vfs: change fallocate mode flags from enum->uint32_tDavid Disseldorp2015-03-092-2/+2
* s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp2015-02-172-4/+3
* s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2014-12-042-3/+8
* s3:vfs: add SMB_VFS_READDIR_ATTR()Ralph Boehme2014-12-042-0/+18
* vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2014-08-112-0/+3
* smbd: Remove unused blocking_lock_record* from VFS_BRL_CANCEL_WINDOWSVolker Lendecke2014-07-042-5/+3
* smbd: Remove unused blocking_lock_record* from VFS_BRL_LOCK_WINDOWSVolker Lendecke2014-07-042-5/+3
* vfs: add [GET/SET]_COMPRESSION hooksDavid Disseldorp2013-11-222-0/+40
* build: Remove autoconf build system from examples/VFSAndrew Bartlett2013-05-286-3977/+0
* s3-vfs: add copy_chunk vfs hooksDavid Disseldorp2013-01-162-0/+117
* examples: Re-indent and reformat skel VFS modulesAndrew Bartlett2012-10-112-348/+436
* vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett2012-10-112-3/+3
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-112-6/+14
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-112-6/+16
* smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett2012-09-122-0/+33
* s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett2012-08-152-221/+0
* Make it possible to build under Solaris make as well as FreeBSD and Linux. Al...Richard Sharpe2012-07-311-4/+17
* s3-vfs: async fsyncVolker Lendecke2012-07-182-0/+69
* s3-aio: Remove unused VFS functions and moreVolker Lendecke2012-07-182-91/+0
* s3-vfs: Add pwrite_send/recv to vfs modulesVolker Lendecke2012-07-182-0/+74
* s3-vfs: Add pread_send/recv to vfs modulesVolker Lendecke2012-07-182-0/+73
* examples/VFS: don't use smbd/proto.hStefan Metzmacher2012-06-063-3/+0
* build: Move generated files out of the normal build treeAndrew Bartlett2012-05-181-0/+1
* Improve the VFS Makefile so that it is easier for use out of tree but still w...Richard Sharpe2012-04-161-13/+9
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-062-20/+20
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-052-13/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-052-13/+0
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-052-13/+0
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-052-15/+0
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-052-16/+16
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-052-2/+2
* s3: Pass filters explicitly through vfs notify watchVolker Lendecke2012-03-262-3/+8