summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3-vfs: Put vfs_aixacl_util.c helper functions into a header fileAndrew Bartlett2012-08-143-3/+24
* s3-nfs4acls: Remove lookup_sid and sidmap from NFSv4 ACL mapping and check gi...Andrew Bartlett2012-08-111-115/+13
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+3
* Check error returns on strnorm().Jeremy Allison2012-08-091-1/+3
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-092-2/+7
* vfs_dirsort: Remove unnecessary return; statementBjörn Jacke2012-08-081-2/+0
* vfs_afsacl.c: Remove some unnecessary return; statementsBjörn Jacke2012-08-081-5/+0
* vfs_full_audit: Remove some unnecessary return; statementsBjörn Jacke2012-08-081-9/+0
* vfs_time_audit: Remove unnecessary return; statementBjörn Jacke2012-08-081-2/+0
* vfs_time_audit: Remove some unnecessary return; statementsBjörn Jacke2012-08-081-7/+0
* vfs-mediaharmony: Remove some unnecessary return; statementsVolker Lendecke2012-08-081-3/+0
* vfs_media_harmony: fix return of voidBjörn Jacke2012-08-071-3/+6
* media_harmony VFS module: Add and build by default.Andrew Klaassen2012-08-071-0/+2438
* 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