summaryrefslogtreecommitdiff
path: root/fs/fuse/fuse_i.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-18fuse: add FUSE_AUTO_INVAL_DATA init flagBrian Foster1-0/+3
2012-05-14fuse: fix stat call on 32 bit platformsPavel Shilovsky1-0/+3
2012-04-26fuse: optimize fallocate on permanent failureMiklos Szeredi1-0/+3
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-1/+9
2012-01-03fuse: propagate umode_tAl Viro1-1/+1
2011-12-13FUSE: Notifying the kernel of deletion.John Muir1-1/+7
2011-12-13fuse: support ioctl on directoriesMiklos Szeredi1-0/+2
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-1/+7
2011-08-08fuse: fix flockMiklos Szeredi1-1/+7
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+2
2011-03-21fuse: reduce size of struct fuse_requestMiklos Szeredi1-1/+0
2011-02-25fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi1-1/+5
2010-12-07fuse: allow batching of FORGET requestsMiklos Szeredi1-2/+1
2010-12-07fuse: separate queue for FORGET requestsMiklos Szeredi1-9/+19
2010-07-12fuse: add retrieve requestMiklos Szeredi1-0/+1
2010-07-12fuse: add store requestMiklos Szeredi1-0/+2
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-0/+3
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+1
2010-05-25fuse: allow splice to move pagesMiklos Szeredi1-0/+3
2009-09-24truncate: use new helpersnpiggin@suse.de1-2/+0
2009-09-16fuse: add fusectl interface to max_backgroundCsaba Henk1-1/+5
2009-07-07fuse: make the number of max background requests and congestion threshold tun...Csaba Henk1-6/+6
2009-06-30fuse: invalidation reverse callsJohn Muir1-0/+24
2009-06-30fuse: allow umask processing in userspaceMiklos Szeredi1-0/+3
2009-04-28fuse: export symbols to be used by CUSETejun Heo1-0/+13
2009-04-28fuse: update fuse_conn_init() and separate out fuse_conn_kill()Tejun Heo1-1/+4
2009-04-28fuse: don't use inode in fuse_sync_release()Miklos Szeredi1-3/+2
2009-04-28fuse: create fuse_do_open() helper for CUSEMiklos Szeredi1-1/+1
2009-04-28fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi1-3/+6
2009-04-28fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi1-1/+1
2009-04-28fuse: add members to struct fuse_fileMiklos Szeredi1-2/+8
2009-04-28fuse: use struct path in release structureMiklos Szeredi1-2/+1
2009-03-27constify dentry_operations: FUSEAl Viro1-1/+1
2008-11-26fuse: add fuse_conn->release()Tejun Heo1-0/+3
2008-11-26fuse: separate out fuse_conn_init() from new_conn()Tejun Heo1-0/+5
2008-11-26fuse: add fuse_ prefix to several functionsTejun Heo1-4/+5
2008-11-26fuse: implement poll supportTejun Heo1-0/+20
2008-11-26fuse: add file kernel handleTejun Heo1-1/+7
2008-11-26fuse: style fixesMiklos Szeredi1-19/+19
2008-10-16fuse: add include protectorsTejun Heo1-0/+5
2008-07-25fuse: nfs export special lookupsMiklos Szeredi1-0/+6
2008-07-25fuse: add export operationsMiklos Szeredi1-0/+4
2008-05-13fuse: add flag to turn on big writesMiklos Szeredi1-0/+3
2008-04-30fuse: fix node ID typeMiklos Szeredi1-2/+2
2008-04-30fuse: update file size on short readMiklos Szeredi1-1/+6
2008-04-30fuse: support writable mmapMiklos Szeredi1-0/+37
2008-04-30mm: bdi: expose the BDI object in sysfs for FUSEMiklos Szeredi1-2/+2
2008-02-06fuse: limit queued background requestsMiklos Szeredi1-0/+6
2008-02-06fuse: save space in struct fuse_reqMiklos Szeredi1-7/+5
2007-11-29fuse: pass open flags to read and writeMiklos Szeredi1-1/+1