aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse.c
Commit message (Expand)AuthorAge
* Fix warning in hash calculationGravatar Miklos Szeredi2011-01-31
* Highlevel lib: add slab allocation for node cacheGravatar Miklos Szeredi2010-12-20
* inline short namesGravatar Miklos Szeredi2010-12-20
* Highlevel lib: allow hash tables to shrinkGravatar Miklos Szeredi2010-12-20
* Highlevel lib: use dynamically resized hash tableGravatar Miklos Szeredi2010-12-13
* add read_buf method to high level APIGravatar Miklos Szeredi2010-11-10
* add write_buf method to high level APIGravatar Miklos Szeredi2010-11-10
* Fix st_nlink for unlinked but still open filesGravatar Miklos Szeredi2010-11-08
* Add NetBSD supportGravatar Miklos Szeredi2010-08-27
* * Add a nopath option and flag, indicating that path argumentGravatar Miklos Szeredi2010-06-15
* Fix missing versioned symbol fuse_get_context@FUSE_2.2Gravatar Miklos Szeredi2009-08-25
* * The context is extended with a 'umask' field. The umask is sentGravatar Miklos Szeredi2009-07-02
* Add fuse_getgroups (high level lib) and fuse_req_getgroups (lowGravatar Miklos Szeredi2009-06-19
* CUSE patches from Tejun Heo (add new files)Gravatar Miklos Szeredi2009-06-18
* CUSE patches from Tejun HeoGravatar Miklos Szeredi2009-06-18
* Don't call forget_node() if the lookup was negative and write()Gravatar Miklos Szeredi2009-05-27
* Fix missing newlines in some printfsGravatar Miklos Szeredi2009-05-08
* * Implement poll support. Patch by Tejun HeoGravatar Miklos Szeredi2008-12-08
* * Implement ioctl support. On high level interface onlyGravatar Miklos Szeredi2008-12-05
* Pass current file flags to read and write operationsGravatar Miklos Szeredi2008-10-14
* Clean up debug output in highlevel libGravatar Miklos Szeredi2008-07-24
* Fix theoretical infinite loops in libfuseGravatar Miklos Szeredi2008-06-10
* Highlevel lib: don't limit paths to 4095 charactersGravatar Miklos Szeredi2008-04-06
* Fix missing pthread_mutex_destroy...Gravatar Miklos Szeredi2008-03-19
* Add queuing on contention to per-node lock algorithm...Gravatar Miklos Szeredi2008-03-07
* Add per-node locking, instead of a global tree lock to protect the path from ...Gravatar Miklos Szeredi2008-02-08
* Add support for atomic open(O_TRUNC)Gravatar Miklos Szeredi2008-02-08
* Support receiving file handle from kernel in GETATTR request; Allow operation...Gravatar Miklos Szeredi2008-02-08
* change indentingGravatar Miklos Szeredi2007-12-12
* Disable old symbol versions if __UCLIBC__ is definedGravatar Miklos Szeredi2007-12-12
* Clarify licence version to be "LGPLv2" for the libraryGravatar Miklos Szeredi2007-10-16
* Add missing context initialization in fuse_fs_chmod()Gravatar Miklos Szeredi2007-09-18
* Released 2.7.0Gravatar Miklos Szeredi2007-07-02
* lib: fix locking when loading a filesystem moduleGravatar Miklos Szeredi2007-06-22
* Send debug output to stderr instead of stdoutGravatar Miklos Szeredi2007-06-18
* lib: optimization: store parent pointer in node instead of parent idGravatar Miklos Szeredi2007-05-29
* update flush changesGravatar Miklos Szeredi2007-05-11
* various flush related fixes in hi-libGravatar Csaba Henk2007-05-10
* docGravatar Miklos Szeredi2007-04-28
* update copyright datesGravatar Miklos Szeredi2007-04-25
* Correctly handle O_APPEND in direct IO modeGravatar Miklos Szeredi2007-03-14
* Add filesystem stacking support to high level APIGravatar Miklos Szeredi2007-02-03
* merge up to fuse_2_6_merge1Gravatar Miklos Szeredi2007-01-19
* fixesGravatar Miklos Szeredi2006-11-11
* fix hang, etcGravatar Miklos Szeredi2006-10-13
* fixesGravatar Miklos Szeredi2006-10-08
* Add support for FLUSH+RELEASE operationGravatar Miklos Szeredi2006-10-01
* API changesGravatar Miklos Szeredi2006-09-30
* bmap supportGravatar Miklos Szeredi2006-09-30
* Support for nanosec times on FBSD and other FBSD fixesGravatar Csaba Henk2006-09-24