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