aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_loop_mt.c
AgeCommit message (Collapse)AuthorLines
2011-02-02libfuse: fuse_session_loop_mt() shouldn't pause when exiting worker threadsMiklos Szeredi-2/+0
In fuse_session_loop_mt() don't pause when exiting the worker threads. The pause() was added in 2.2.1 to prevent segfault on pthread_cancel() on an exited, detached thread. Now worker threads are not detached and pthread_cancel() should work fine even after the thread exited. Reported by Boris Protopopov
2010-11-08libfuse: support zero copy writes in lowlevel interfaceMiklos Szeredi-3/+8
Add new ->write_buf() method to low level interface. This allows passig a generic buffer, either containing a memory buffer or a file descriptor. This allows implementing zero copy writes. Add fuse_session_receive_buf() and fuse_session_process_buf() which may be used in event loop implementations to replace fuse_chan_recv() and fuse_session_process() respectively.
2008-03-07Add queuing on contention to per-node lock algorithm...Miklos Szeredi-1/+6
2008-02-08If the "FUSE_THREAD_STACK" environment is set, initialize the stack size of ↵Miklos Szeredi-1/+13
threads by this value
2007-12-12change indentingMiklos Szeredi-173/+174
2007-10-16Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi-1/+1
2007-05-29lib: don't create new thread for each FORGET request...Miklos Szeredi-2/+14
2007-05-24lib: fix memory leak on thread creation failure...Miklos Szeredi-0/+2
2007-04-26In multithreaded loop, use a semaphore instead of SIGHUP...Miklos Szeredi-2/+7
2007-04-25update copyright datesMiklos Szeredi-1/+1
2006-09-07interrupt supportMiklos Szeredi-10/+13
2006-09-03fixMiklos Szeredi-116/+116
2006-05-08fixMiklos Szeredi-0/+1
2006-03-17fixMiklos Szeredi-18/+30
2006-03-01fixMiklos Szeredi-5/+7
2006-01-06fixMiklos Szeredi-1/+1
2005-12-06fixMiklos Szeredi-1/+1
2005-11-29fixMiklos Szeredi-3/+5
2005-11-27*** empty log message ***Miklos Szeredi-1/+13
2005-11-21fixMiklos Szeredi-2/+9
2005-09-28fixMiklos Szeredi-1/+1
2005-09-14fixMiklos Szeredi-0/+2
2005-09-12fixMiklos Szeredi-0/+1
2005-08-15fixMiklos Szeredi-1/+0
2005-08-14cleanupMiklos Szeredi-0/+161