summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/event-epoll.c
Commit message (Expand)AuthorAgeFilesLines
* rpc: Synchronize slot allocation codeMohit Agrawal2019-10-221-33/+41
* multiple files: another attempt to remove includesYaniv Kaul2019-06-141-6/+0
* socket: socket event handlers now return voidMilind Changire2019-02-181-4/+3
* core: make gf_thread_create() easier to useXavi Hernandez2019-02-011-12/+2
* Multiple files: reduce work while under lock.Yaniv Kaul2019-01-291-2/+2
* socket: fix issue on concurrent handle of a socketZhang Huan2019-01-281-0/+6
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-6/+6
* rpcsvc: provide each request handler thread its own queueRaghavendra Gowdappa2018-11-291-13/+101
* Land part 2 of clang-format changesGluster Ant2018-09-121-769/+749
* clang-scan: fix multiple issuesAmar Tumballi2018-08-311-0/+25
* coverity: libglusterfs issuesAmar Tumballi2018-08-191-4/+11
* build: rename event.h to gf-event.hNiels de Vos2018-07-271-1/+1
* core (named threads): flood of -Wformat-truncation warnings with gcc-7.1Kaleb S. KEITHLEY2018-07-231-3/+2
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-2/+2
* rpc: conditionally cleanup event slotMilind Changire2018-05-291-0/+8
* glusterfs: Use gcc builtin ATOMIC operator to increase/decreate refcount.Mohit Agrawal2017-12-121-8/+4
* event/epoll: don't call handler for events received after a pollerrRaghavendra G2017-09-061-6/+17
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-5/+13
* core: assorted typos and spelling mistakes from Debian lintianKaleb S. KEITHLEY2017-07-031-12/+12
* event/epoll: Add back socket for polling of events immediately afterRaghavendra G2017-05-121-29/+52
* core: run many bricks within one glusterfsd processJeff Darcy2017-01-301-1/+2
* core: use syscall wrappers instead of direct syscalls - libglusterfsKaleb S. KEITHLEY2015-11-161-2/+3
* event-epoll: Use pollers[] to check if event_pool_dispatch was calledKrishnan Parthasarathi2015-08-281-1/+19
* event: add dispatched flag to know if event_dispatch was calledKrishnan Parthasarathi2015-08-211-1/+5
* event,parse-utils,quota-common-utils,rbthash/libglusterfs : Porting to new lo...Mohamed Ashiq2015-06-241-39/+41
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* event_pool: Add the code to destroy the poller threads and event pool gracefu...Poornima G2015-03-031-10/+84
* epoll: Fix a leak in slot allocation.Poornima G2015-03-021-1/+3
* epoll: Fix broken RPC throttling due to MT epollShyam2015-03-011-2/+2
* socket: allow only one epoll thread to read msg fragmentsKrishnan Parthasarathi2015-02-271-3/+5
* epoll: Adding the ability to configure epoll threadsShyam2015-02-071-23/+187
* epoll: edge triggered and multi-threaded epollVijaikumar M2015-02-071-284/+463
* event: peel out poll and epoll specific code into separate filesAnand Avati2012-09-121-0/+463