aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
Commit message (Expand)AuthorAge
* fuse: add flag to turn on async direct IOMiklos Szeredi2013-05-01
* fuse: truncate file if async dio failedMaxim Patlasov2013-04-18
* fuse: make fuse_direct_io() aware about AIOMaxim Patlasov2013-04-17
* fuse: add support of async IOMaxim Patlasov2013-04-17
* fuse: add flag fc->initializedMaxim Patlasov2013-04-17
* fuse: make request allocations for background processing explicitMaxim Patlasov2013-04-17
* fuse: allow control of adaptive readdirplus useEric Wong2013-02-07
* FUSE: Adapt readdirplus to application usage patternsFeng Shuo2013-01-31
* Do not use RCU for current process credentialsAnatol Pomozov2013-01-31
* fuse: cleanup fuse_direct_io()Miklos Szeredi2013-01-24
* fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov2013-01-24
* fuse: categorize fuse_get_req()Maxim Patlasov2013-01-24
* fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov2013-01-24
* fuse: implement NFS-like readdirplus supportAnand V. Avati2013-01-24
* userns: Support fuse interacting with multiple user namespacesEric W. Biederman2012-11-15
* fuse: add FUSE_AUTO_INVAL_DATA init flagBrian Foster2012-07-18
* fuse: fix stat call on 32 bit platformsPavel Shilovsky2012-05-14
* fuse: optimize fallocate on permanent failureMiklos Szeredi2012-04-26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-01-12
|\
| * FUSE: Notifying the kernel of deletion.John Muir2011-12-13
| * fuse: support ioctl on directoriesMiklos Szeredi2011-12-13
* | fuse: propagate umode_tAl Viro2012-01-03
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-08-24
|\
| * fuse: fix flockMiklos Szeredi2011-08-08
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-20
|/
* fuse: reduce size of struct fuse_requestMiklos Szeredi2011-03-21
* fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi2011-02-25
* fuse: allow batching of FORGET requestsMiklos Szeredi2010-12-07
* fuse: separate queue for FORGET requestsMiklos Szeredi2010-12-07
* fuse: add retrieve requestMiklos Szeredi2010-07-12
* fuse: add store requestMiklos Szeredi2010-07-12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-05-30
|\
| * fuse: allow splice to move pagesMiklos Szeredi2010-05-25
* | drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-27
|/
* truncate: use new helpersnpiggin@suse.de2009-09-24
* fuse: add fusectl interface to max_backgroundCsaba Henk2009-09-16
* fuse: make the number of max background requests and congestion threshold tun...Csaba Henk2009-07-07
* fuse: invalidation reverse callsJohn Muir2009-06-30
* fuse: allow umask processing in userspaceMiklos Szeredi2009-06-30
* fuse: export symbols to be used by CUSETejun Heo2009-04-28
* fuse: update fuse_conn_init() and separate out fuse_conn_kill()Tejun Heo2009-04-28
* fuse: don't use inode in fuse_sync_release()Miklos Szeredi2009-04-28
* fuse: create fuse_do_open() helper for CUSEMiklos Szeredi2009-04-28
* fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi2009-04-28
* fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi2009-04-28
* fuse: add members to struct fuse_fileMiklos Szeredi2009-04-28
* fuse: use struct path in release structureMiklos Szeredi2009-04-28
* constify dentry_operations: FUSEAl Viro2009-03-27
* fuse: add fuse_conn->release()Tejun Heo2008-11-26
* fuse: separate out fuse_conn_init() from new_conn()Tejun Heo2008-11-26