summaryrefslogtreecommitdiff
path: root/fs/fuse/fuse_i.h
AgeCommit message (Expand)Author
2013-09-26fuse: hotfix truncate_pagecache() issueMaxim Patlasov
2013-05-01fuse: add flag to turn on async direct IOMiklos Szeredi
2013-04-18fuse: truncate file if async dio failedMaxim Patlasov
2013-04-17fuse: make fuse_direct_io() aware about AIOMaxim Patlasov
2013-04-17fuse: add support of async IOMaxim Patlasov
2013-04-17fuse: add flag fc->initializedMaxim Patlasov
2013-04-17fuse: make request allocations for background processing explicitMaxim Patlasov
2013-02-07fuse: allow control of adaptive readdirplus useEric Wong
2013-01-31FUSE: Adapt readdirplus to application usage patternsFeng Shuo
2013-01-31Do not use RCU for current process credentialsAnatol Pomozov
2013-01-24fuse: cleanup fuse_direct_io()Miklos Szeredi
2013-01-24fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov
2013-01-24fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov
2013-01-24fuse: implement NFS-like readdirplus supportAnand V. Avati
2012-11-14userns: Support fuse interacting with multiple user namespacesEric W. Biederman
2012-07-18fuse: add FUSE_AUTO_INVAL_DATA init flagBrian Foster
2012-05-14fuse: fix stat call on 32 bit platformsPavel Shilovsky
2012-04-26fuse: optimize fallocate on permanent failureMiklos Szeredi
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2012-01-03fuse: propagate umode_tAl Viro
2011-12-13FUSE: Notifying the kernel of deletion.John Muir
2011-12-13fuse: support ioctl on directoriesMiklos Szeredi
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2011-08-08fuse: fix flockMiklos Szeredi
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-03-21fuse: reduce size of struct fuse_requestMiklos Szeredi
2011-02-25fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi
2010-12-07fuse: allow batching of FORGET requestsMiklos Szeredi
2010-12-07fuse: separate queue for FORGET requestsMiklos Szeredi
2010-07-12fuse: add retrieve requestMiklos Szeredi
2010-07-12fuse: add store requestMiklos Szeredi
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-25fuse: allow splice to move pagesMiklos Szeredi
2009-09-24truncate: use new helpersnpiggin@suse.de
2009-09-16fuse: add fusectl interface to max_backgroundCsaba Henk
2009-07-07fuse: make the number of max background requests and congestion threshold tun...Csaba Henk
2009-06-30fuse: invalidation reverse callsJohn Muir
2009-06-30fuse: allow umask processing in userspaceMiklos Szeredi
2009-04-28fuse: export symbols to be used by CUSETejun Heo
2009-04-28fuse: update fuse_conn_init() and separate out fuse_conn_kill()Tejun Heo
2009-04-28fuse: don't use inode in fuse_sync_release()Miklos Szeredi
2009-04-28fuse: create fuse_do_open() helper for CUSEMiklos Szeredi
2009-04-28fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi
2009-04-28fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi
2009-04-28fuse: add members to struct fuse_fileMiklos Szeredi
2009-04-28fuse: use struct path in release structureMiklos Szeredi
2009-03-27constify dentry_operations: FUSEAl Viro
2008-11-26fuse: add fuse_conn->release()Tejun Heo