summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_default.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process).Jeremy Allison2012-06-211-5/+0
* s3:vfs_default: use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-6/+10
* s3: Make vfswrap_audit_file staticVolker Lendecke2012-06-121-5/+5
* lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett2012-06-021-8/+8
* s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path()Stefan Metzmacher2012-05-241-1/+3
* Add an audit file VFS routine so we can handle auditing with SACLs.Richard Sharpe2012-04-281-0/+10
* s3: Move the aio signal init to the vfs moduleVolker Lendecke2012-04-091-0/+8
* Bug found by Herb. blkcnt_t st_ex_blksize is defined as a signed value. When ...Jeremy Allison2012-04-061-0/+13
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-15/+15
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-6/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-6/+0
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-6/+0
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-6/+0
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-10/+10
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-2/+2
* build: Remove sys_rewinddir wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_closedir wrapperAndrew Bartlett2012-04-051-1/+1