Age | Commit message (Expand) | Author | Files | Lines |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -2/+2 |
2011-05-31 | s3-globals Remove smbd_event_context() (use server_event_context()) | Andrew Bartlett | 1 | -3/+3 |
2011-04-20 | s3-build: move MAP_FILE define to the only place used. | Günther Deschner | 1 | -0/+4 |
2011-03-30 | s3-vfs: try to fix build of aio_fork module. | Günther Deschner | 1 | -1/+2 |
2011-03-30 | s3-vfs: include smbd/smbd.h in vfs modules. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/shmem.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-02-28 | s3: Survive an idle child that was killed | Christian Ambach | 1 | -0/+6 |
2011-02-26 | s3: Improve a dbg msg in aio_fork | Volker Lendecke | 1 | -4/+7 |
2011-01-14 | s3:vfs aio_fork children do not go away | Christian Ambach | 1 | -1/+13 |
2011-01-14 | s3:vfs fix children cleanup in aio_fork | Christian Ambach | 1 | -0/+1 |
2010-09-28 | s3: Remove smbd_server_conn from files_forall | Volker Lendecke | 1 | -3/+5 |
2010-07-18 | s3: Actually use the usecs in aio_fork_suspend | Volker Lendecke | 1 | -1/+2 |
2010-07-18 | s3: Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2010-06-04 | Fix a long-standing bug with async io that would only be triggered by SMB2. | Jeremy Allison | 1 | -0/+124 |
2010-06-04 | Oops. Forgot to re-initialize the aio_ex pointer from sival_ptr. | Jeremy Allison | 1 | -0/+1 |
2010-06-04 | Change smbd_aio_complete_mid() -> smbd_aio_complete_aio_ex(). Simplifies | Jeremy Allison | 1 | -7/+2 |
2010-04-12 | Move to using 64-bit mid values in our internal open file database. | Jeremy Allison | 1 | -2/+3 |
2010-03-22 | s3: file_walk_table -> files_forall | Volker Lendecke | 1 | -1/+1 |
2009-09-14 | s3: Test short reads in the build farm | Volker Lendecke | 1 | -0/+3 |
2009-07-24 | Make the smbd VFS typesafe | Volker Lendecke | 1 | -16/+7 |
2009-05-18 | In aio_fork, we have to close all fd's, we might hold a gpfs share mode | Volker Lendecke | 1 | -0/+16 |
2009-05-18 | Fix a race condition in vfs_aio_fork with gpfs share modes | Volker Lendecke | 1 | -2/+8 |
2009-05-12 | Clean up assignments to iov_base, ensure it's always cast to void *. This sho... | Jeremy Allison | 1 | -2/+2 |
2009-01-27 | s3:smbd: convert aio to use tevent_signal | Stefan Metzmacher | 1 | -2/+1 |
2009-01-05 | s3:events: change event_add_timed() prototype to match samba4 | Stefan Metzmacher | 1 | -4/+2 |
2008-04-11 | Remove a redundant TALLOC_FREE | Volker Lendecke | 1 | -1/+0 |
2008-03-16 | Need to close the /dev/zero fd | Volker Lendecke | 1 | -0/+2 |
2008-02-29 | Add vfs_aio_fork | Volker Lendecke | 1 | -0/+728 |