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