aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fuse.h
AgeCommit message (Expand)AuthorFilesLines
2010-07-12fuse: add retrieve requestGravatar Miklos Szeredi 1-0/+21
2010-07-12fuse: add store requestGravatar Miklos Szeredi 1-1/+12
2010-05-25fuse: support splice() writing to fuse deviceGravatar Miklos Szeredi 1-1/+4
2009-07-08fuse: document protocol version negotiationGravatar Miklos Szeredi 1-0/+20
2009-07-07fuse: make the number of max background requests and congestion threshold tun...Gravatar Csaba Henk 1-2/+7
2009-06-30fuse: invalidation reverse callsGravatar John Muir 1-0/+16
2009-06-30fuse: allow umask processing in userspaceGravatar Miklos Szeredi 1-2/+18
2009-06-09CUSE: implement CUSE - Character device in UserspaceGravatar Tejun Heo 1-0/+31
2008-12-01fuse: update interface versionGravatar Miklos Szeredi 1-7/+8
2008-11-26fuse: implement poll supportGravatar Tejun Heo 1-0/+25
2008-11-26fuse: implement unsolicited notificationGravatar Tejun Heo 1-0/+4
2008-11-26fuse: implement ioctl supportGravatar Tejun Heo 1-0/+32
2008-11-26fuse: move FUSE_MINOR to miscdevice.hGravatar Tejun Heo 1-3/+0
2008-10-16fuse: implement nonseekable openGravatar Tejun Heo 1-1/+6
2008-10-16fuse: add include protectorsGravatar Tejun Heo 1-0/+5
2008-07-25fuse: nfs export special lookupsGravatar Miklos Szeredi 1-0/+3
2008-05-13fuse: add flag to turn on big writesGravatar Miklos Szeredi 1-0/+1
2007-11-29fuse: pass open flags to read and writeGravatar Miklos Szeredi 1-0/+5
2007-10-18fuse: add blksize field to fuse_attrGravatar Miklos Szeredi 1-0/+7
2007-10-18fuse: add support for mandatory lockingGravatar Miklos Szeredi 1-2/+15
2007-10-18fuse: add helper for asynchronous writesGravatar Miklos Szeredi 1-0/+7
2007-10-18fuse: support BSD locking semanticsGravatar Miklos Szeredi 1-0/+8
2007-10-18fuse: add atomic open+truncate supportGravatar Miklos Szeredi 1-0/+1
2007-10-18fuse: improve utimes supportGravatar Miklos Szeredi 1-0/+2
2007-10-18fuse: add file handle to getattr operationGravatar Miklos Szeredi 1-2/+21
2007-07-16fuse warning fixGravatar Andrew Morton 1-1/+1
2006-12-07[PATCH] fuse: add DESTROY operationGravatar Miklos Szeredi 1-0/+1
2006-12-07[PATCH] fuse: add bmap supportGravatar Miklos Szeredi 1-0/+11
2006-12-07[PATCH] fuse: update userspace interface to version 7.8Gravatar Miklos Szeredi 1-3/+9
2006-06-25[PATCH] fuse: add request interruptionGravatar Miklos Szeredi 1-1/+6
2006-06-25[PATCH] fuse: add POSIX file locking supportGravatar Miklos Szeredi 1-2/+24
2006-06-25[PATCH] fuse: use MISC_MAJORGravatar Jan Engelhardt 1-1/+2
2006-02-01[PATCH] fuse: fix async read for legacy filesystemsGravatar Miklos Szeredi 1-2/+14
2006-01-06[PATCH] fuse: make maximum write data configurableGravatar Miklos Szeredi 1-2/+9
2006-01-06[PATCH] fuse: clean up request size limit checkingGravatar Miklos Szeredi 1-6/+2
2006-01-06[PATCH] fuse: add frsize to statfs replyGravatar Miklos Szeredi 1-0/+5
2006-01-06[PATCH] fuse: bump interface versionGravatar Miklos Szeredi 1-1/+1
2005-11-07[PATCH] FUSE: pass file handle in setattrGravatar Miklos Szeredi 1-1/+15
2005-11-07[PATCH] FUSE: atomic create+openGravatar Miklos Szeredi 1-2/+3
2005-11-07[PATCH] FUSE: add access callGravatar Miklos Szeredi 1-1/+7
2005-11-07[PATCH] FUSE: bump interface minor versionGravatar Miklos Szeredi 1-1/+1
2005-10-30[PATCH] fuse: remove unused defineGravatar Miklos Szeredi 1-1/+0
2005-09-09[PATCH] FUSE: add fsync operation for directoriesGravatar Miklos Szeredi 1-1/+2
2005-09-09[PATCH] fuse: more flexible cachingGravatar Miklos Szeredi 1-1/+10
2005-09-09[PATCH] fuse: transfer readdir data through deviceGravatar Miklos Szeredi 1-6/+4
2005-09-09[PATCH] FUSE: add paddingGravatar Miklos Szeredi 1-0/+15
2005-09-09[PATCH] FUSE - extended attribute operationsGravatar Miklos Szeredi 1-0/+18
2005-09-09[PATCH] FUSE - file operationsGravatar Miklos Szeredi 1-0/+47
2005-09-09[PATCH] FUSE - read-write operationsGravatar Miklos Szeredi 1-2/+41
2005-09-09[PATCH] FUSE - read-only operationsGravatar Miklos Szeredi 1-0/+60