s4:smbd/open: add missing TALLOC_FREE(frame) to inherit_new_acl()
[kai/samba.git] / source3 / smbd / aio.c
2012-11-20 Christian Ambachs3:smbd/aio do not mark file modified during reads
2012-07-19 Volker Lendeckes3-aio: Panic if we try to close a fsp with outstanding...
2012-07-18 Volker Lendeckes3-smb1: Postpone close_file until all aio is handled
2012-07-18 Volker Lendeckes3-aio: Make the strict sync after write async
2012-07-18 Volker Lendeckes3: Make us survive base-delaywrite with aio enabled
2012-07-18 Volker Lendeckes3-aio: Remove unused VFS functions and more
2012-07-18 Volker Lendeckes3: Make smbd/aio.c not depend on aio.h anymore
2012-07-18 Volker Lendeckes3: Remove the unused completion handling from aio.c
2012-07-18 Volker Lendeckes3: Properly handle shutdown with the _send/_recv based aio
2012-07-18 Volker Lendeckes3: Use SMB_VFS_PWRITE_SEND in schedule_smb2_aio_write
2012-07-18 Volker Lendeckes3: Use SMB_VFS_PREAD_SEND in schedule_smb2_aio_read
2012-07-18 Volker Lendeckes3: Use SMB_VFS_PWRITE_SEND in schedule_aio_write_and_X
2012-07-18 Volker Lendeckes3: Use SMB_VFS_PREAD_SEND in schedule_aio_read_and_X
2012-07-12 Jeremy AllisonAdd an optimization to pthread aio writes to also do...
2012-07-12 Volker Lendeckes3: Make us survive base-delaywrite with aio enabled
2012-06-26 Volker Lendeckes3: Restore async i/o with the "native" AIO interface
2012-06-15 Michael Adams3:smbd: change aio.c to use fsp_fnum_dbg() for logging...
2012-06-06 Andrew Bartlettbuild: Rationalise AIO support in configure, ensure...
2012-04-12 Jeremy AllisonWe never cancel SMB1 aio, only SMB2 aio - and in this...
2012-04-12 Jeremy AllisonRemove cancel_aio_by_fsp(). It can never work and could...
2012-04-12 Jeremy AllisonMove the counting of outstanding_aio_calls into the...
2012-04-09 Volker Lendeckes3: Move the aio signal init to the vfs module
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-01-12 Jeremy AllisonEnsure we always free aio_ex on all error paths by...
2011-11-15 Jeremy AllisonRemove unneeded NULL check.
2011-11-15 Stefan Metzmachers3:smbd/aio: handle_aio_completed() should do nothing...
2011-11-15 Stefan Metzmachers3:smbd/aio: pass ECANCELED to the smb2 aio handlers
2011-11-15 Stefan Metzmachers3:smbd/aio: add cancel_smb2_aio()
2011-08-02 Volker Lendeckes3: Fix smb2 handling error returns from aio
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-05-30 Andrew Bartletts3-globals Remove smbd_event_context() (use server_even...
2011-05-05 Jeremy AllisonFixup build without --with-aio.
2011-05-05 Jeremy AllisonFix many const compiler warnings.
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
next