Age | Commit message (Expand) | Author | Files | Lines |
2010-07-20 | Fix warning - no return value for a non-void fn. | Jeremy Allison | 1 | -0/+1 |
2010-07-18 | s3: Work better without the aio sighandler | Volker Lendecke | 1 | -7/+22 |
2010-06-10 | Fix the build in the non WITH_AIO case (sorry). | Jeremy Allison | 1 | -0/+20 |
2010-06-10 | Implement AIO in SMB2. Doesn't allow cancel calls yet (to be added). | Jeremy Allison | 1 | -0/+281 |
2010-06-07 | Make aio_ex owned by a talloc context, not neccessarily on the null context. | Jeremy Allison | 1 | -8/+12 |
2010-06-07 | Move "write_though" into aio_ex struct. | Jeremy Allison | 1 | -5/+5 |
2010-06-04 | wait_for_aio_completion() should return 0 on non-aio compiled case. | Jeremy Allison | 1 | -1/+1 |
2010-06-04 | Rename req -> smbreq. | Jeremy Allison | 1 | -26/+26 |
2010-06-04 | Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex(). Simplifies | Jeremy Allison | 1 | -32/+4 |
2010-06-02 | Move to using a DATA_BLOB inside of struct aio_extra, not a char *. | Jeremy Allison | 1 | -16/+16 |
2010-06-01 | Don't use sigev_value.sival_int to just store the mid, use sigev_value.sival_... | Jeremy Allison | 1 | -38/+26 |
2010-05-07 | This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s... | Jeremy Allison | 1 | -2/+2 |
2010-04-12 | Move to using 64-bit mid values in our internal open file database. | Jeremy Allison | 1 | -15/+23 |
2010-04-05 | Fix issue with aio where r/w lock wasn't kept across aio read operations. | Jeremy Allison | 1 | -23/+56 |
2010-04-01 | Move initialize_async_io_handler() inside of smbd/aio.c. | Jeremy Allison | 1 | -34/+42 |
2009-10-13 | Remove use of "int ret" when we already have errcode. | Jeremy Allison | 1 | -13/+8 |
2009-10-13 | Catch one more erroneous use of errno. | Jeremy Allison | 1 | -1/+1 |
2009-10-13 | correctly handle aio_error() and errno | Olaf Flebbe | 1 | -29/+24 |
2009-09-30 | allow for outstanding_aio_calls to be decremented | Olaf Flebbe | 1 | -2/+4 |
2009-09-28 | Don't defer a talloc_move'd pointer. | Jeremy Allison | 1 | -1/+1 |
2009-07-20 | s3: Change fsp->fsp_name to be an smb_filename struct! | Tim Prouty | 1 | -14/+14 |
2009-06-08 | Set SIGRTMIN to NSIG | Timur I. Bakeyev | 1 | -3/+0 |
2009-05-18 | Move down the become_root()/unbecome_root() calls into the VFS modules | Volker Lendecke | 1 | -6/+0 |
2009-03-23 | s3:smbd: use new simplified snb_signing code in the server | Stefan Metzmacher | 1 | -8/+5 |
2009-03-06 | s3:signing: the seqnum should only be decremented by 1 for ntcancel requests | Stefan Metzmacher | 1 | -4/+4 |
2009-02-09 | s3 oplocks: Make the level2 oplock contention API more granular | Tim Prouty | 1 | -1/+3 |
2009-02-09 | S3: New module interface for SMB message statistics gathering | todd stecher | 1 | -3/+5 |
2009-01-31 | Remove the global variable "chain_size" | Volker Lendecke | 1 | -4/+2 |
2009-01-27 | s3:smbd: convert aio to use tevent_signal | Stefan Metzmacher | 1 | -100/+50 |
2009-01-08 | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 1 | -16/+10 |
2008-11-08 | Remove a direct inbuf reference (should have been removed with 8987641d...) | Volker Lendecke | 1 | -1/+1 |
2008-11-04 | Rewrite aio.c to keep the whole smb_request structure, not just the inbuf | Volker Lendecke | 1 | -75/+41 |
2008-11-04 | Add construct_reply_common_req wrapper | Volker Lendecke | 1 | -1/+1 |
2008-11-04 | Fix nonempty blank lines | Volker Lendecke | 1 | -3/+3 |
2008-11-04 | Use talloc for struct aio_extra | Volker Lendecke | 1 | -27/+14 |
2008-11-03 | Make a comment match its function definition | Volker Lendecke | 1 | -1/+1 |
2008-11-02 | Make a [un]become_root wrap a bit tighter | Volker Lendecke | 1 | -7/+11 |
2008-11-02 | Remove a bunch of direct inbuf references by adding "vwv" to smb_request | Volker Lendecke | 1 | -3/+3 |
2008-09-15 | Fix aio on FreeBSD. | Timur | 1 | -1/+16 |
2008-08-26 | become root for AIO operations | Andrew Tridgell | 1 | -1/+7 |
2008-02-24 | Allow "max mux" async i/o requests | Volker Lendecke | 1 | -5/+9 |
2008-02-24 | Export aio_request_done() | Volker Lendecke | 1 | -3/+9 |
2008-02-24 | AIO on streams does not work (yet...) | Volker Lendecke | 1 | -0/+12 |
2008-02-19 | Update position information also for AIO | Volker Lendecke | 1 | -0/+5 |
2008-02-19 | Inform level II oplock holders when we write using AIO | Volker Lendecke | 1 | -0/+2 |
2008-01-30 | Re-enable async I/O for non-TSM systems | Volker Lendecke | 1 | -2/+4 |
2008-01-12 | Remove an unused variable | Volker Lendecke | 1 | -1/+0 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_AIO_CANCEL(). | Michael Adam | 1 | -1/+1 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -13/+14 |
2007-12-27 | Fix the build | Volker Lendecke | 1 | -2/+3 |