summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aio_fork.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Rename server_event_context() to global_event_context()Christof Schmitt2018-09-071-2/+2
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* vfs_aio_fork: Use a shorter random delayVolker Lendecke2017-12-121-1/+1
* vfs_aio_fork: Fix vfs_aio_pwriteVolker Lendecke2017-12-121-0/+2
* vfs_aio_fork: Fix vfs_aio_preadVolker Lendecke2017-12-121-2/+14
* vfs_aio_fork: Fix a crash in aio_forkVolker Lendecke2017-12-121-25/+19
* vfs_aio_fork: Drop "volatile" from the mmap area in aio_forkVolker Lendecke2017-12-121-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* lib: Move msghdr to lib/util/Volker Lendecke2016-06-071-1/+1
* s3:vfs:aio_fork: fix O3 error unused result of writeMichael Adam2016-05-131-1/+1
* vfs_aio_fork: call clock_gettime_mono() only on profile-enabled buildUri Simchoni2016-03-281-2/+3
* vfs/aio_fork: measure async request syscall durationRalph Boehme2016-03-021-0/+9
* s3/vfs: wrap async io function args inside struct vfs_aio_stateRalph Boehme2016-03-021-21/+18
* s3: smbd: Change aio_pending_size static variable to a new "aio max threads" ...Jeremy Allison2015-11-131-11/+0
* s3: smbd: Remove aio_pending_size from globals.Jeremy Allison2015-11-131-1/+1
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-2/+2
* s3:vfs_aio_fork: avoid -Wcast-qual warningsStefan Metzmacher2015-05-191-3/+3
* Fix a few printf format errorsVolker Lendecke2015-05-071-2/+2
* smbd: Fix CID 703870 Uninitialized scalar variableVolker Lendecke2015-05-061-6/+1
* aio_fork: Fix CID 1273291 Uninitialized scalar variableVolker Lendecke2015-03-031-3/+1
* smbd: Properly handle EINTR in vfs_aio_forkVolker Lendecke2015-01-061-3/+12
* smbd: Use msghdr.[ch] in vfs_aio_forkVolker Lendecke2015-01-061-42/+20
* smbd: Use msghdr_prep_fds in vfs_aio_forkVolker Lendecke2015-01-061-30/+9
* lib: Split out write_data[_iov]Volker Lendecke2014-12-071-0/+1
* lib: Split out sys_[read|write] & friendsVolker Lendecke2014-12-071-0/+1
* s3: lib, s3: modules: Fix compilation on Solaris.Jeremy Allison2014-10-061-1/+4
* build: fix the test and define for msg_accrightsMichael Adam2014-06-161-1/+1
* build: rename HAVE_MSGHDR_MSG_ACCTRIGHTS to HAVE_STRUCT_MSGHDR_MSG_ACCTRIGHTSMichael Adam2014-06-021-1/+1
* build: rename HAVE_MSGHDR_MSG_CONTROL to HAVE_STRUCT_MSGHDR_MSG_CONTROLMichael Adam2014-06-021-4/+4
* vfs:aio_fork: simplify checking of MSG_CONTROL and MSG_ACCTRIGHTSMichael Adam2014-06-021-9/+8
* s3-vfs: Don't leak file descriptor.Andreas Schneider2013-02-221-2/+1
* s3:modules: s/event_add_timed/tevent_add_timerStefan Metzmacher2013-02-191-2/+2
* s3:modules: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-191-2/+2
* s3:modules: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-1/+1
* s3: Fix warnings in aio_fork.cVolker Lendecke2012-09-011-2/+4
* s3-vfs: Make vfs_aio_fork erratic timing behaviour a run-time optionAndrew Bartlett2012-08-211-5/+44
* build: Remove special case for the build farmAndrew Bartlett2012-08-211-3/+3
* config: The AIO engine is indepent of HAVE_AIO nowVolker Lendecke2012-07-181-0/+2
* 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: 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: Make smbd/aio.c not depend on aio.h anymoreVolker Lendecke2012-07-181-0/+1
* 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
* Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED.Jeremy Allison2012-04-121-0/+5
* s3: Initialize aio_pending_size from aio_pthreadVolker Lendecke2012-04-091-0/+19
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-1/+1