s3-tevent: only include ../lib/util/tevent wrappers where needed.
[nivanova/samba-autobuild/.git] / source3 / smbd / aio.c
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2010-12-15 Jeremy AllisonChange interface of schedule_smb2_aio_read() to allocat...
2010-09-07 Björn Jackes3: use monotonic clock for aio timeout
2010-08-24 Volker Lendeckes3: Make srv_send_smb take an sconn instead of a sock fd
2010-08-16 Volker Lendeckes3: Remove smbd_server_fd from handle_aio_read/write_co...
2010-08-16 Volker Lendeckes3: Remove smbd_server_fd from schedule_aio_write_and_X
2010-08-13 Volker Lendeckes3: Fix some error messages
2010-07-20 Jeremy AllisonFix warning - no return value for a non-void fn.
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-18 Volker Lendeckes3: Work better without the aio sighandler
2010-06-10 Jeremy AllisonFix the build in the non WITH_AIO case (sorry).
2010-06-10 Jeremy AllisonImplement AIO in SMB2. Doesn't allow cancel calls yet...
2010-06-07 Jeremy AllisonMake aio_ex owned by a talloc context, not neccessarily...
2010-06-07 Jeremy AllisonMove "write_though" into aio_ex struct.
2010-06-04 Jeremy Allisonwait_for_aio_completion() should return 0 on non-aio...
2010-06-04 Jeremy AllisonRename req -> smbreq.
2010-06-04 Jeremy AllisonChange smbd_aio_complete_mid() -> smbd_aio_complete_aio...
2010-06-02 Jeremy AllisonMove to using a DATA_BLOB inside of struct aio_extra...
2010-06-01 Jeremy AllisonDon't use sigev_value.sival_int to just store the mid...
2010-05-07 Jeremy AllisonThis patch looks bigger than it is. It does 2 things...
2010-04-13 Jeremy AllisonMove to using 64-bit mid values in our internal open...
2010-04-05 Jeremy AllisonFix issue with aio where r/w lock wasn't kept across...
2010-04-01 Jeremy AllisonMove initialize_async_io_handler() inside of smbd/aio.c.
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-13 Jeremy AllisonRemove use of "int ret" when we already have errcode.
2009-10-13 Jeremy AllisonCatch one more erroneous use of errno.
2009-10-13 Olaf Flebbecorrectly handle aio_error() and errno
2009-09-30 Olaf Flebbeallow for outstanding_aio_calls to be decremented
2009-09-29 Jeremy AllisonDon't defer a talloc_move'd pointer.
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-06-08 Timur I. BakeyevSet SIGRTMIN to NSIG
2009-05-18 Volker LendeckeMove down the become_root()/unbecome_root() calls into...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Stefan Metzmachers3:smbd: use new simplified snb_signing code in the...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-08 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-06 Stefan Metzmachers3:signing: the seqnum should only be decremented by...
2009-02-10 Tim Proutys3 oplocks: Make the level2 oplock contention API more...
2009-02-09 todd stecherS3: New module interface for SMB message statistics...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-31 Volker LendeckeRemove the global variable "chain_size"
2009-01-27 Stefan Metzmachers3:smbd: convert aio to use tevent_signal
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-08 Volker LendeckeRemove a direct inbuf reference (should have been remov...
2008-11-04 Volker LendeckeRewrite aio.c to keep the whole smb_request structure...
2008-11-04 Volker LendeckeAdd construct_reply_common_req wrapper
2008-11-04 Volker LendeckeFix nonempty blank lines
2008-11-04 Volker LendeckeUse talloc for struct aio_extra
2008-11-03 Volker LendeckeMake a comment match its function definition
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Volker LendeckeMake a [un]become_root wrap a bit tighter
2008-11-02 Volker LendeckeRemove a bunch of direct inbuf references by adding...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-16 TimurFix aio on FreeBSD.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-26 Andrew Tridgellbecome root for AIO operations
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-24 Volker LendeckeAllow "max mux" async i/o requests
2008-02-24 Volker LendeckeExport aio_request_done()
2008-02-23 Volker LendeckeAIO on streams does not work (yet...)
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-19 Volker LendeckeUpdate position information also for AIO
2008-02-19 Volker LendeckeInform level II oplock holders when we write using AIO
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-31 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-30 Volker LendeckeRe-enable async I/O for non-TSM systems
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-12 Volker LendeckeRemove an unused variable
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-08 Michael AdamRemove redundant parameter fd from SMB_VFS_AIO_CANCEL().
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonRefactor the crypto code after a very helpful conversation
2007-12-27 Volker LendeckeFix the build
2007-12-27 Jeremy AllisonAdd SMB encryption. Still fixing client decrypt but
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Volker Lendecker24332: schedule_aio_read_and_X does not need InBuf...
2007-10-10 Volker Lendecker24279: Remove reply_prep_legacy from reply_write_and_X
2007-10-10 Volker Lendecker24049: Some more 64-bit warnings
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23508: Fix sync_file() to return NTSTATUS and return...
2007-10-10 Michael Adamr22411: Fix the build:
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
next