summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_default.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-1/+1
* s3: smbd: Add uint32_t flags field to struct smb_filename.Jeremy Allison2016-03-241-0/+1
* s3:smbd:vfs: Change posix_get_nt_acl() from const char * to const struct smb_...Jeremy Allison2016-03-141-1/+1
* s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2016-03-071-7/+8
* VFS: Modify lchown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-051-2/+5
* VFS: Modify chown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-051-2/+5
* VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison2016-03-031-4/+8
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-031-3/+8
* vfs/default: store async VFS op duration we got from libasysRalph Boehme2016-03-021-0/+1
* s3/vfs: wrap async io function args inside struct vfs_aio_stateRalph Boehme2016-03-021-8/+10
* VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2016-03-011-2/+5
* smbd: ignore SVHDX create contextUri Simchoni2016-02-251-16/+0
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-2/+3
* s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison2016-02-241-1/+4
* s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison2016-02-161-3/+6
* s3-lib: introduce sys_realpath()Uri Simchoni2016-01-271-14/+1
* smbd: refactor disk_free handlingUri Simchoni2016-01-261-3/+5
* vfs: add path parameter to get_quotaUri Simchoni2016-01-261-2/+4
* s3: smbd: Change aio_pending_size static variable to a new "aio max threads" ...Jeremy Allison2015-11-131-1/+1
* s3: smbd: Remove outstanding_aio_calls from globals.Jeremy Allison2015-11-131-2/+2
* s3: smbd: Remove aio_pending_size from globals.Jeremy Allison2015-11-131-1/+1
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-1/+1
* Move the error handling for svhdx to vfswrap_create to give VFS module writer...Richard Sharpe2015-08-281-0/+16
* lib: Make sid_parse take a uint8_tVolker Lendecke2015-08-261-1/+1
* vfs: Add some {}Volker Lendecke2015-08-201-1/+2
* vfs: Fix CID 1312072 Failure to restore non-local valueVolker Lendecke2015-07-221-9/+12
* vfs: Fix CID 1312073 Argument cannot be negativeVolker Lendecke2015-07-221-1/+1
* vfs: Consolidate failure paths in vfswrap_init_asys_ctxVolker Lendecke2015-07-171-6/+7
* vfs: Fix CID 1035384 Unchecked return value from libraryVolker Lendecke2015-07-161-1/+7
* smbd: Remove SMB_VFS_NOTIFY_WATCHVolker Lendecke2015-07-071-46/+0
* param: Make "kernel change notify" globalVolker Lendecke2015-07-071-1/+1
* s3:vfs: copy_chunk buffer sizeRalph Boehme2015-07-011-2/+8
* Convert uint32/16/8 to _t for the last two include files in source3/include.Richard Sharpe2015-05-011-8/+8
* s3: smbd: Incorrect file size returned in the response of "FILE_SUPERSEDE Cre...Jeremy Allison2015-04-301-2/+6
* vfs: add snapshot create/delete hooksDavid Disseldorp2015-03-311-0/+30
* s3/vfs: change fallocate mode flags from enum->uint32_tDavid Disseldorp2015-03-091-8/+5
* s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp2015-02-171-5/+6
* Fix a couple of DEBUG statements that were copied from elsewhere. Removed the...Richard Sharpe2015-01-251-4/+2
* notify_inotify: inotify_watch now takes a mem_ctxVolker Lendecke2014-12-091-1/+8
* notify_inotify: Make inotify_watch return 0/errnoVolker Lendecke2014-12-091-2/+7
* smbd: Move lp_parm_bool out of notify_inotify.cVolker Lendecke2014-12-091-0/+3
* s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-5/+12
* lib: Split out sys_[read|write] & friendsVolker Lendecke2014-12-071-0/+1
* s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2014-12-041-2/+4
* s3:vfs: add SMB_VFS_READDIR_ATTR()Ralph Boehme2014-12-041-0/+9
* s3:smbprofile: profile async pread/pwrite/fsync syscallsStefan Metzmacher2014-11-191-0/+10
* s3:modules: make use of END_PROFILE_BYTES() when START_PROFILE_BYTES() was usedStefan Metzmacher2014-11-191-6/+6
* s3: smbd: Change the function signature of srvstr_push() from returning a len...Jeremy Allison2014-09-161-2/+8
* vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2014-08-111-1/+2
* s3:smbd: move libasys state from smbXsrv_connection to smbd_server_connectionStefan Metzmacher2014-08-061-7/+7