Revert "smbd: introduce sconn->sync_thread_pool"
[garming/samba-autobuild/.git] / source3 / smbd / notify_inotify.c
2017-04-28 Doug Nazars3: smbd: inotify_map_mask_to_filter incorrectly indexe...
2016-07-18 Christof Schmittnotify_inotify: Map inotify mask back to filter
2016-07-18 Christof Schmittnotify_inotify: Move mapping table to top of file
2016-07-18 Christof Schmittsmbd: Allow passing notify filter from inotify and fam
2015-10-12 Volker Lendeckelib: Move sys_rw* to lib/util
2014-12-09 Volker Lendeckenotify_inotify: Simplify inotify_dispatch
2014-12-09 Volker Lendeckesmbd: Compile notify_inotify only if available
2014-12-09 Volker Lendeckenotify_inotify: inotify_watch now takes a mem_ctx
2014-12-09 Volker Lendeckenotify: Add "dir" to notify_event
2014-12-09 Volker Lendeckenotify_inotify: Make inotify_watch return 0/errno
2014-12-09 Volker Lendeckenotify_inotify: Slightly simplify watch_destructor
2014-12-09 Volker Lendeckenotify_inotify: Slightly simplify inotify_watch
2014-12-09 Volker Lendeckenotify_inotify: Make inotify_setup return 0/errno
2014-12-09 Volker Lendeckenotify_inotify: Add a NULL check
2014-12-09 Volker Lendeckenotify_inotify: Simplify filter_match
2014-12-09 Volker Lendeckesmbd: Move lp_parm_bool out of notify_inotify.c
2014-12-07 Volker Lendeckesmbd: Use read_data() in notify_inotify
2014-12-06 Volker Lendeckelib: read_data->read_data_ntstatus
2014-12-05 Volker Lendeckeinotify: Properly handle cross-dir renames
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-07-18 Richard SharpeFix memory leak in error code path.
2013-02-19 Stefan Metzmachers3:smbd: s/event_add_fd/tevent_add_fd and s/EVENT_FD_...
2013-02-19 Stefan Metzmachers3:smbd: s/struct fd_event/struct tevent_fd
2013-02-19 Stefan Metzmachers3:smbd: s/struct event_context/struct tevent_context
2012-04-13 Adrian Bunkrely on sys/inotify.h for inotify
2012-03-26 Volker Lendeckes3: Pass filters explicitly through vfs notify watch
2012-03-26 Volker Lendeckes3: Fix a typo
2012-03-26 Volker Lendeckes3: Rename a variable in inotify_watch for clarity
2012-03-26 Volker Lendeckes3: Pass "filter" instead of "notify_entry" to inotify_map
2012-03-21 Volker Lendeckes3: Pass "path" through vfs_notify_watch
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-04-19 Jeremy AllisonFix valgrind error where a strdup of name reads one...
2009-09-05 Simo SorceCheck we read off the compelte event from inotify
2009-07-14 Jeremy AllisonRevert this commit :
2009-07-15 Bo Yangs3: Make smbd aware of permission change of usershare...
2009-06-27 Volker LendeckeStop listening for inotify data when there's none
2009-06-27 Volker LendeckeFix some nonempty blank lines
2008-10-30 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-30 Andrew Tridgelluse glibc sys/inotify.h header
2008-10-30 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-29 Jeremy AllisonFix CID 574 - tidies up the code expression.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
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-25 Volker LendeckeFix inotify detection
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
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 Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Günther Deschnerr21774: Fix the build with Fedora Core 6.
2007-10-10 Volker Lendecker21104: Rename struct watch_context to struct inotify_w...
2007-10-10 Volker Lendecker21084: Make the Samba4 files compile in Samba3, not...
2007-10-10 Volker Lendecker21077: A step to minimize the diff later: This pulls...
2007-10-10 Volker Lendecker20933: Fix the build without inotify
2007-10-10 Volker Lendecker20932: This is the basic infrastructure for inotify...