summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* config: The AIO engine is indepent of HAVE_AIO nowVolker Lendecke2012-07-181-0/+2
* s3: Add aio_fsync to the aio_linux moduleVolker Lendecke2012-07-181-0/+44
* s3: Add aio_fsync to the aio_fork moduleVolker Lendecke2012-07-181-1/+112
* s3-aio-fork: make "read_cmd" an enumVolker Lendecke2012-07-181-7/+35
* s3: Add aio_fsync to the aio_posix moduleVolker Lendecke2012-07-181-0/+57
* s3-vfs: async fsyncVolker Lendecke2012-07-183-0/+183
* s3: Move the aio_pthread read/write functionality to vfs_defaultVolker Lendecke2012-07-183-231/+139
* s3-aio: Remove unused VFS functions and moreVolker Lendecke2012-07-183-316/+0
* s3-vfs: Add pwrite_send/recv to vfs modulesVolker Lendecke2012-07-182-0/+142
* s3-vfs: Add pread_send/recv to vfs modulesVolker Lendecke2012-07-182-0/+145
* s3: Convert aio_linux to pread/pwrite_send/recvVolker Lendecke2012-07-181-543/+100
* s3: Convert aio_fork to pread/pwrite_send/recvVolker Lendecke2012-07-181-323/+174
* s3-aio_fork: Convert get_idle_child from NTSTATUS to errnoVolker Lendecke2012-07-181-14/+17
* s3-aio_fork: Convert create_aio_child from NTSTATUS to errnoVolker Lendecke2012-07-181-16/+20
* s3: Add vfs_aio_posixVolker Lendecke2012-07-182-0/+253
* s3: Make smbd/aio.c not depend on aio.h anymoreVolker Lendecke2012-07-181-0/+1
* s3:vfs_aio_pthread: Convert to libasysVolker Lendecke2012-07-182-525/+123
* s3-vfs: async preadVolker Lendecke2012-07-181-0/+45
* s3-vfs: async pwriteVolker Lendecke2012-07-181-0/+48
* s3:Really ignore unknown special ids in NFSv4 ACLs.Alexander Werth2012-07-181-0/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-186-7/+7
* source3/modules/vfs_xattr_tdb.c: fix stackframe leakRusty Russell2012-07-181-1/+3
* s3-linux-aio: Fix error handlingVolker Lendecke2012-07-171-4/+2
* Add debug message when SD hash doesn't match.Jeremy Allison2012-07-171-0/+5
* Use HAVE_FSYNC, we bothered to test for it.Jeremy Allison2012-07-131-0/+2
* Linux-specific optimization in aio_open code.Jeremy Allison2012-07-131-0/+22
* Add an optimization to pthread aio writes to also do fsync if requested.Jeremy Allison2012-07-121-0/+15
* s3: make log message of FSCTL_IS_VOLUME_DIRTY more clearBjörn Jacke2012-07-121-1/+1
* s3:vfs_gpfs: fix ACL length calculationRalph Wuerthner2012-07-111-9/+4
* s3:vfs_gpfs: Check softquota before gracetimeChristof Schmitt2012-07-111-1/+2
* Add in the threaded async open engine.Jeremy Allison2012-07-111-0/+393
* Allow init_aio_threadpool() to be setup for different threadpool handles with...Jeremy Allison2012-07-031-10/+19
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-272-2/+2
* s3: Fix a typoVolker Lendecke2012-06-251-1/+1
* s3: Avoid a call to server_event_context()Volker Lendecke2012-06-251-1/+1
* s3-vfs_gpfs: Fix bug #9003, posix acl on gpfsVolker Lendecke2012-06-221-2/+2
* Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process).Jeremy Allison2012-06-211-5/+0
* s3:vfs_gpfs: add "gpfs:acl" optionBjörn Baumbach2012-06-151-0/+81
* s3:vfs_default: use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-6/+10
* s3:vfs:scannedonly: fix use of non-existent word (existant)Michael Adam2012-06-121-5/+5
* s3: Make vfswrap_audit_file staticVolker Lendecke2012-06-121-5/+5
* s3: Fix Coverity ID 703870 Uninitialized scalar variableVolker Lendecke2012-06-111-0/+1
* s3: Save errno around a TALLOC_FREEVolker Lendecke2012-06-111-0/+3
* s3: Fix Coverity ID 703871 Unused pointer valueVolker Lendecke2012-06-111-0/+4
* s3:modules: we don't need smbd/proto.h in vfs_shadow_copy2.cStefan Metzmacher2012-06-061-1/+0
* lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett2012-06-021-8/+8
* s3: Same fix as 8576256, this time for fgetxattrVolker Lendecke2012-06-021-1/+1
* s3:vfs_hpuxacl: remove unused file_find_fd() callsStefan Metzmacher2012-05-311-18/+2
* s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path()Stefan Metzmacher2012-05-241-1/+3
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-232-5/+5