summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_default.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: Remove sys_telldir wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_seekdir wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_readdir wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_opendir wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_open wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_lseek wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_ftruncate wrapperAndrew Bartlett2012-04-051-4/+4
* s3: Pass filters explicitly through vfs notify watchVolker Lendecke2012-03-261-3/+4
* s3: Remove "conn" from sys_notify_contextVolker Lendecke2012-03-211-1/+1
* s3: Pass "path" through vfs_notify_watchVolker Lendecke2012-03-211-1/+3
* s3: Improve statvfs supportBrad Smith2012-03-111-6/+6
* s3: Further fix for bug 8777Brad Smith2012-03-021-1/+1
* s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFlyBrad Smith2012-02-251-1/+1
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-113/+113
* Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm2011-10-141-15/+10
* s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooksStefan Metzmacher2011-10-081-0/+177
* Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...Richard Sharpe2011-10-011-0/+335
* s3: Re-add (), fix a gcc hintVolker Lendecke2011-09-301-1/+1
* Free the memory talloc'dRichard Sharpe2011-09-271-1/+6
* Remove the char * argument from the SMB_VFS_GETWD() call. Now alwaysJeremy Allison2011-06-011-4/+2
* Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison2011-06-011-2/+4
* s3: Remove SHADOW_COPY_DATA typedefVolker Lendecke2011-05-311-1/+4
* s3-vfs: make vfswrap_llistxattr and vfswrap_flistxattr static.Günther Deschner2011-05-041-2/+2