summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_default.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* smbd: Remove unused blocking_lock_record* from VFS_BRL_CANCEL_WINDOWSVolker Lendecke2014-07-041-2/+1
* smbd: Remove unused blocking_lock_record* from VFS_BRL_LOCK_WINDOWSVolker Lendecke2014-07-041-2/+1
* s3 : smbd : Protect all possible code paths from fsp->op == NULL.Jeremy Allison2014-05-021-0/+9
* s3: enforce a positive allocation_file_size for non-empty filesBjörn Baumbach2014-04-051-0/+12
* smbd: Use asys_resultsVolker Lendecke2014-03-271-18/+15
* asys: Allow multiple results to be receivedVolker Lendecke2014-03-271-20/+15
* vfs: propagate snapshot enumeration errorsDavid Disseldorp2014-02-271-10/+16
* smbd: Slightly simplify vfswrap_fsctlVolker Lendecke2014-02-121-1/+2
* smbd: Fix an uninitialized readVolker Lendecke2014-02-121-0/+1
* param: rename lp function and variable from "fake_dir_create_times" to "fake_...Garming Sam2014-02-071-4/+4
* loadparm: rename lp[cfg]_dir_mask to lp[cfg]_directory_mask for consistency w...Michael Adam2014-02-031-1/+1
* s3:vfs fix a compile warningChristian Ambach2013-12-071-1/+1
* vfs: add [GET/SET]_COMPRESSION hooksDavid Disseldorp2013-11-221-0/+19
* smbd: Fix nonblank line endingsVolker Lendecke2013-08-121-6/+6
* FSCTL_GET_SHADOW_COPY_DATA: Don't return 4 extra bytes at endChristof Schmitt2013-08-061-2/+2
* FSCTL_GET_SHADOW_COPY_DATA: Initialize output array to zeroChristof Schmitt2013-08-051-1/+1
* Optimization on POSIX platforms that have fstatat.Jeremy Allison2013-06-101-4/+23
* vfs: Convert vfswrap_fs_capabilities to synthetic_smb_fnameVolker Lendecke2013-04-171-7/+3
* Move copychunk locking to be local to the read/write calls.Jeremy Allison2013-01-181-0/+42
* s3-vfs: add copy_chunk vfs hooksDavid Disseldorp2013-01-161-0/+111
* s3:vfs_default: optimize vfswrap_asys_finished() and read as much as we canStefan Metzmacher2012-11-051-16/+33
* vfs: Improve formatting of vfs_defaultAndrew Bartlett2012-10-111-23/+23
* vfs: Use posix_sys_acl_blob_get_file in vfs_default for posix ACLsAndrew Bartlett2012-10-111-0/+2
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-2/+6
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-111-4/+9
* s3:vfs_default: add basic support for durable handle request and reconnectMichael Adam2012-09-081-3/+6
* s3:vfs: add durable VFS operationsMichael Adam2012-09-081-1/+34
* s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett2012-08-151-102/+0
* s3-vfs: async fsyncVolker Lendecke2012-07-181-0/+44
* s3: Move the aio_pthread read/write functionality to vfs_defaultVolker Lendecke2012-07-181-70/+138
* s3-aio: Remove unused VFS functions and moreVolker Lendecke2012-07-181-70/+0
* s3-vfs: async preadVolker Lendecke2012-07-181-0/+45
* s3-vfs: async pwriteVolker Lendecke2012-07-181-0/+48
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* s3: make log message of FSCTL_IS_VOLUME_DIRTY more clearBjörn Jacke2012-07-121-1/+1