aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/fuse_i.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-1/+2
2011-03-21fuse: reduce size of struct fuse_requestGravatar Miklos Szeredi 1-1/+0
2011-02-25fuse: fix hang of single threaded fuseblk filesystemGravatar Miklos Szeredi 1-1/+5
2010-12-07fuse: allow batching of FORGET requestsGravatar Miklos Szeredi 1-2/+1
2010-12-07fuse: separate queue for FORGET requestsGravatar Miklos Szeredi 1-9/+19
2010-07-12fuse: add retrieve requestGravatar Miklos Szeredi 1-0/+1
2010-07-12fuse: add store requestGravatar Miklos Szeredi 1-0/+2
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-0/+3
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-2/+1
2010-05-25fuse: allow splice to move pagesGravatar Miklos Szeredi 1-0/+3
2009-09-24truncate: use new helpersGravatar npiggin@suse.de 1-2/+0
2009-09-16fuse: add fusectl interface to max_backgroundGravatar Csaba Henk 1-1/+5
2009-07-07fuse: make the number of max background requests and congestion threshold tun...Gravatar Csaba Henk 1-6/+6
2009-06-30fuse: invalidation reverse callsGravatar John Muir 1-0/+24
2009-06-30fuse: allow umask processing in userspaceGravatar Miklos Szeredi 1-0/+3
2009-04-28fuse: export symbols to be used by CUSEGravatar Tejun Heo 1-0/+13
2009-04-28fuse: update fuse_conn_init() and separate out fuse_conn_kill()Gravatar Tejun Heo 1-1/+4
2009-04-28fuse: don't use inode in fuse_sync_release()Gravatar Miklos Szeredi 1-3/+2
2009-04-28fuse: create fuse_do_open() helper for CUSEGravatar Miklos Szeredi 1-1/+1
2009-04-28fuse: clean up args in fuse_finish_open() and fuse_release_fill()Gravatar Miklos Szeredi 1-3/+6
2009-04-28fuse: don't use inode in helpers called by fuse_direct_io()Gravatar Miklos Szeredi 1-1/+1
2009-04-28fuse: add members to struct fuse_fileGravatar Miklos Szeredi 1-2/+8
2009-04-28fuse: use struct path in release structureGravatar Miklos Szeredi 1-2/+1
2009-03-27constify dentry_operations: FUSEGravatar Al Viro 1-1/+1
2008-11-26fuse: add fuse_conn->release()Gravatar Tejun Heo 1-0/+3
2008-11-26fuse: separate out fuse_conn_init() from new_conn()Gravatar Tejun Heo 1-0/+5
2008-11-26fuse: add fuse_ prefix to several functionsGravatar Tejun Heo 1-4/+5
2008-11-26fuse: implement poll supportGravatar Tejun Heo 1-0/+20
2008-11-26fuse: add file kernel handleGravatar Tejun Heo 1-1/+7
2008-11-26fuse: style fixesGravatar Miklos Szeredi 1-19/+19
2008-10-16fuse: add include protectorsGravatar Tejun Heo 1-0/+5
2008-07-25fuse: nfs export special lookupsGravatar Miklos Szeredi 1-0/+6
2008-07-25fuse: add export operationsGravatar Miklos Szeredi 1-0/+4
2008-05-13fuse: add flag to turn on big writesGravatar Miklos Szeredi 1-0/+3
2008-04-30fuse: fix node ID typeGravatar Miklos Szeredi 1-2/+2
2008-04-30fuse: update file size on short readGravatar Miklos Szeredi 1-1/+6
2008-04-30fuse: support writable mmapGravatar Miklos Szeredi 1-0/+37
2008-04-30mm: bdi: expose the BDI object in sysfs for FUSEGravatar Miklos Szeredi 1-2/+2
2008-02-06fuse: limit queued background requestsGravatar Miklos Szeredi 1-0/+6
2008-02-06fuse: save space in struct fuse_reqGravatar Miklos Szeredi 1-7/+5
2007-11-29fuse: pass open flags to read and writeGravatar Miklos Szeredi 1-1/+1
2007-11-29fuse: fix reading past EOFGravatar Miklos Szeredi 1-0/+3
2007-10-18fuse: add support for mandatory lockingGravatar Miklos Szeredi 1-0/+2
2007-10-18fuse: add helper for asynchronous writesGravatar Miklos Szeredi 1-0/+4
2007-10-18fuse: add list of writable files to fuse_inodeGravatar Miklos Szeredi 1-0/+6
2007-10-18fuse: add atomic open+truncate supportGravatar Miklos Szeredi 1-0/+3
2007-10-18fuse: fix race between getattr and writeGravatar Miklos Szeredi 1-2/+10
2007-10-18fuse: fix allowing operationsGravatar Miklos Szeredi 1-0/+5
2007-10-17fuse: fix permission checking on sticky directoriesGravatar Miklos Szeredi 1-0/+4
2007-10-17fuse: refresh stale attributes in fuse_permission()Gravatar Miklos Szeredi 1-5/+0