s3:libsmb: allow store_cldap_reply() to work with a ipv6 response
[samba.git] / source3 / modules / vfs_aio_pthread.c
2023-08-22 MikeLiuvfs_aio_pthread: use SMB_VFS_NEXT_OPENAT() in aio_pthre...
2023-08-02 Jones Syuevfs_aio_pthread: fix segfault if samba-tool ntacl get
2023-06-21 Stefan Metzmachervfs_aio_pthread: don't crash without a pthreadpool
2022-08-06 Volker Lendeckevfs: Add struct vfs_open_how.resolve
2022-08-06 Volker Lendeckevfs: change openat propotype to match linux openat2
2022-02-17 Volker Lendeckevfs: Use is_named_stream() for checking if we have...
2022-02-17 Volker Lendeckevfs: Use fsp_get_pathref_fd() in aio_pthread
2021-03-29 Stefan Metzmachervfs_aio_pthread: don't allow async opens when multi...
2020-12-16 Ralph Boehmesmbd: use fsp_get_io_fd() when accessing a file or...
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Ralph Boehmevfs_aio_pthread: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmevfs_aio_pthread: add dirfsp arg to create_private_open_...
2020-05-21 Ralph Boehmevfs_aio_pthread: realign create_private_open_data(...
2020-05-21 Ralph Boehmevfs_aio_pthread: realign create_private_open_data args
2020-05-21 Ralph Boehmevfs_aio_pthread: avoid parent_smb_fname()
2020-05-21 Ralph Boehmevfs_aio_pthread: SMB_VFS_OPEN() is called with cwd...
2020-05-21 Ralph Boehmevfs_aio_pthread: pass smb_fname to create_private_open_...
2020-05-21 Ralph Boehmevfs_aio_pthread: pass smb_fname to open_async()
2020-04-29 Ralph Boehmevfs_aio_pthread: use parent_smb_fname()
2020-03-08 Jeremy Allisons3: VFS: vfs_aio_pthread: Make aio opens safe against...
2020-03-08 Jeremy Allisons3: VFS: vfs_aio_pthread: Add a talloc context paramete...
2020-03-08 Jeremy Allisons3: VFS: vfs_aio_pthread. Move xconn into state struct...
2020-03-08 Jeremy Allisons3: VFS: vfs_aio_pthread: Replace state destructor...
2020-03-08 Jeremy Allisons3: VFS: vfs_aio_pthread. Fix leak of state struct...
2020-02-20 Volker Lendeckesmbd: Separate aio_pthread indicator from normal EINTR
2019-09-11 Ralph Boehmesmbd: rename change_to_user() to change_to_user_and_ser...
2019-01-11 Ralph Boehmevfs_aio_pthread: add sync fallback
2019-01-11 Ralph Boehmevfs_aio_pthread: store conn instead of sconn in aio_ope...
2019-01-11 Ralph Boehmevfs_aio_pthread: use struct initializer for aio_open_pr...
2019-01-11 Ralph BoehmeRevert "smbd: add an effective connection_struct->user_...
2019-01-11 Ralph Boehmesmbd: rename sconn->raw_thread_pool to sconn->pool
2019-01-11 Ralph BoehmeRevert "vfs_aio_pthread: use event context and threadpo...
2018-07-25 Ralph Boehmevfs_aio_pthread: use event context and threadpool from...
2018-07-25 Ralph Boehmesmbd: rename sconn->pool to sconn->raw_thread_pool
2018-07-24 Ralph Boehmelib/util: rename USE_LINUX_THREAD_CREDENTIALS to HAVE_L...
2018-06-18 Stefan Metzmachersmbd: add an effective connection_struct->user_ev_ctx...
2018-04-23 Stefan Metzmachers3:vfs_aio_pthread: make use of pthreadpool_tevent...
2017-12-18 Christof Schmittvfs: Use static_decl_vfs in all VFS modules
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-02-09 Matthieu PatouMove pthreadpool to top of the tree.
2016-08-23 Volker Lendeckelib: Use pthreadpool_pipe instead of pthreadpool
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2015-11-13 Jeremy Allisons3: smbd: Change aio_pending_size static variable to...
2015-11-13 Jeremy Allisons3: smbd: Remove aio_pending_size from globals.
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2014-10-23 Michael Adams3:vfs:aio_pthread: use smbXsrv_connection for schedule...
2014-10-21 Volker Lendeckevfs: fix a typo
2014-03-27 Volker Lendeckepthreadpool: Allow multiple jobs to be received
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-02-19 Stefan Metzmachers3:modules: s/event_add_fd/tevent_add_fd and s/EVENT_FD...
2013-02-19 Stefan Metzmachers3:modules: s/struct fd_event/struct tevent_fd
2013-02-19 Stefan Metzmachers3:modules: s/struct event_context/struct tevent_context
2012-07-18 Volker Lendeckes3: Move the aio_pthread read/write functionality to...
2012-07-18 Volker Lendeckes3:vfs_aio_pthread: Convert to libasys
2012-07-13 Jeremy AllisonUse HAVE_FSYNC, we bothered to test for it.
2012-07-12 Jeremy AllisonLinux-specific optimization in aio_open code.
2012-07-12 Jeremy AllisonAdd an optimization to pthread aio writes to also do...
2012-07-11 Jeremy AllisonAdd in the threaded async open engine.
2012-07-03 Jeremy AllisonAllow init_aio_threadpool() to be setup for different...
2012-06-25 Volker Lendeckes3: Fix a typo
2012-06-25 Volker Lendeckes3: Avoid a call to server_event_context()
2012-04-12 Jeremy AllisonFix return_fn when aio was cancelled. We need to return...
2012-04-11 Jeremy AllisonSimplify the logic around doing an immediate event...
2012-04-09 Volker Lendeckes3: Initialize aio_pending_size from aio_pthread
2012-01-26 Jeremy AllisonUse sys_pread/sys_pwrite to cope correctly with 64...
2012-01-25 Volker Lendeckes3: Fix a panic in aio_pthread
2012-01-18 Volker Lendeckes3-aio-pthread: num threads should be int
2012-01-12 Jeremy AllisonEnsure we always free aio_ex on all error paths by...
2012-01-10 Volker Lendeckes3-aio_pthread: Fix the build
2012-01-10 Volker Lendeckes3-aio_pthread: Make "pd_list" static
2012-01-06 Jeremy AllisonRemove the commented out code.
2012-01-06 Jeremy AllisonAdd "aio num threads" parameter to allow manual configu...
2012-01-06 Jeremy AllisonAdd a sys_get_number_of_cores() function that calls...
2012-01-05 Jeremy AllisonAdd some debug to vfs_aio_pthread so I can see when...
2012-01-05 Jeremy AllisonAdd S3 vfs_aio_pthread module to replace broken glibc...