aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse.c
AgeCommit message (Collapse)AuthorLines
2009-06-18CUSE patches from Tejun HeoMiklos Szeredi-17/+11
2009-05-27Don't call forget_node() if the lookup was negative and write()Miklos Szeredi-2/+5
for the reply returned ENOENT. Reported by John Haxby
2009-05-08Fix missing newlines in some printfsMiklos Szeredi-5/+5
2008-12-08* Implement poll support. Patch by Tejun HeoMiklos Szeredi-0/+51
2008-12-05* Implement ioctl support. On high level interface onlyMiklos Szeredi-0/+67
"restricted" ioctls are supported (which are defined with the _IO(), _IOR(), _IOW() or _IOWR() macros). Unrestricted ioctls will only be allwed to CUSE (Character Device in Userspace) servers. Patch by Tejun Heo
2008-10-14Pass current file flags to read and write operationsMiklos Szeredi-4/+8
2008-07-24Clean up debug output in highlevel libMiklos Szeredi-136/+332
2008-06-10Fix theoretical infinite loops in libfuseMiklos Szeredi-4/+12
2008-04-06Highlevel lib: don't limit paths to 4095 charactersMiklos Szeredi-31/+55
2008-03-19Fix missing pthread_mutex_destroy...Miklos Szeredi-0/+1
2008-03-07Add queuing on contention to per-node lock algorithm...Miklos Szeredi-45/+165
2008-02-08Add per-node locking, instead of a global tree lock to protect the path from ↵Miklos Szeredi-246/+317
changing during operations
2008-02-08Add support for atomic open(O_TRUNC)Miklos Szeredi-13/+13
2008-02-08Support receiving file handle from kernel in GETATTR request; Allow ↵Miklos Szeredi-12/+20
operations with a NULL path argument, if the filesystem supports it
2007-12-12change indentingMiklos Szeredi-2474/+2513
2007-12-12Disable old symbol versions if __UCLIBC__ is definedMiklos Szeredi-7/+7
2007-10-16Clarify licence version to be "LGPLv2" for the libraryMiklos Szeredi-1/+1
2007-09-18Add missing context initialization in fuse_fs_chmod()Miklos Szeredi-0/+1
2007-07-02Released 2.7.0Miklos Szeredi-1/+2
2007-06-22lib: fix locking when loading a filesystem moduleMiklos Szeredi-5/+3
2007-06-18Send debug output to stderr instead of stdoutMiklos Szeredi-90/+52
2007-05-29lib: optimization: store parent pointer in node instead of parent idMiklos Szeredi-10/+11
2007-05-11update flush changesMiklos Szeredi-49/+35
2007-05-10various flush related fixes in hi-libCsaba Henk-39/+59
2007-04-28docMiklos Szeredi-1/+0
2007-04-25update copyright datesMiklos Szeredi-1/+1
2007-03-14Correctly handle O_APPEND in direct IO modeMiklos Szeredi-0/+1
2007-02-03Add filesystem stacking support to high level APIMiklos Szeredi-850/+1159
2007-01-19merge up to fuse_2_6_merge1Miklos Szeredi-3/+4
2006-11-11fixesMiklos Szeredi-1/+2
2006-10-13fix hang, etcMiklos Szeredi-3/+3
2006-10-08fixesMiklos Szeredi-2/+3
2006-10-01Add support for FLUSH+RELEASE operationMiklos Szeredi-9/+19
2006-09-30API changesMiklos Szeredi-16/+13
2006-09-30bmap supportMiklos Szeredi-0/+24
2006-09-24Support for nanosec times on FBSD and other FBSD fixesCsaba Henk-7/+14
2006-09-22fix compat bugs in lowlevel interfaceMiklos Szeredi-2/+3
2006-09-16fixMiklos Szeredi-7/+10
2006-09-10ulockmgrMiklos Szeredi-43/+203
2006-09-07fixMiklos Szeredi-7/+5
2006-09-07interrupt supportMiklos Szeredi-142/+562
2006-09-03fixMiklos Szeredi-17/+3
2006-09-02fixMiklos Szeredi-0/+1
2006-09-02fixMiklos Szeredi-6/+13
2006-08-18statfs improvementMiklos Szeredi-7/+18
2006-07-31fixMiklos Szeredi-0/+6
2006-07-30fixesMiklos Szeredi-11/+64
2006-06-28file lockingMiklos Szeredi-1/+2
2006-06-06fixMiklos Szeredi-0/+1
2006-05-08fixMiklos Szeredi-0/+1