summaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
Commit message (Expand)AuthorAgeFilesLines
* fuse: fix root dentry initializationMiklos Szeredi2016-10-181-0/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fuse: Propagate dentry down to inode_change_ok()Jan Kara2016-09-221-1/+1
* | fuse: get rid of fc->flagsMiklos Szeredi2016-10-011-12/+6Star
* | fuse: Add posix ACL supportSeth Forshee2016-10-011-0/+14
* | fuse: handle killpriv in userspace fsMiklos Szeredi2016-10-011-0/+3
* | fuse: Use generic xattr opsSeth Forshee2016-10-011-0/+5
|/
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-1/+1
|\
| * qstr: constify instances in fuseAl Viro2016-07-301-1/+1
* | fuse: improve aio directIO write performance for size extending writesAshish Sangwan2016-06-301-0/+1
|/
* fuse: serialize dirops by defaultMiklos Szeredi2016-06-301-0/+9
* fuse: Add reference counting for fuse_io_privSeth Forshee2016-03-141-0/+9
* fuse: add support for SEEK_HOLE and SEEK_DATA in lseekRavishankar N2015-11-101-0/+3
* fuse: separate pqueue for clonesMiklos Szeredi2015-07-011-3/+6
* fuse: introduce per-instance fuse_dev structureMiklos Szeredi2015-07-011-0/+17
* fuse: add req flag for private listMiklos Szeredi2015-07-011-0/+2
* fuse: pqueue lockingMiklos Szeredi2015-07-011-0/+3
* fuse: duplicate ->connected in pqueueMiklos Szeredi2015-07-011-0/+3
* fuse: separate out processing queueMiklos Szeredi2015-07-011-5/+10
* fuse: duplicate ->connected in iqueueMiklos Szeredi2015-07-011-0/+3
* fuse: separate out input queueMiklos Szeredi2015-07-011-21/+26
* fuse: req state use flagsMiklos Szeredi2015-07-011-11/+6Star
* fuse: simplify req statesMiklos Szeredi2015-07-011-4/+2Star
* fuse: use per req lock for lock/unlock_request()Miklos Szeredi2015-07-011-0/+4
* fuse: req use bitopsMiklos Szeredi2015-07-011-26/+23Star
* fuse: handle synchronous iocbs internallyChristoph Hellwig2015-03-131-0/+1
* fuse: add memory barrier to INITMiklos Szeredi2015-01-061-0/+2
* fuse: introduce fuse_simple_request() helperMiklos Szeredi2014-12-121-10/+24
* fuse: reduce max out argsMiklos Szeredi2014-12-121-1/+1
* fuse: hold inode instead of path after releaseMiklos Szeredi2014-12-121-5/+2Star
* fuse: flush requests on umountMiklos Szeredi2014-12-121-2/+0Star
* fuse: pull iov_iter initializations upAl Viro2014-05-061-3/+2Star
* fuse: add renameat2 supportMiklos Szeredi2014-04-281-0/+3
* fuse: allow ctime flushing to userspaceMaxim Patlasov2014-04-281-1/+1
* fuse: add .write_inodeMiklos Szeredi2014-04-281-3/+2Star
* fuse: add __exit to fuse_ctl_cleanupFabian Frederick2014-04-281-1/+1
* fuse: Fix O_DIRECT operations vs cached writeback misorderPavel Emelyanov2014-04-021-1/+12
* fuse: Trust kernel i_mtime onlyMaxim Patlasov2014-04-021-1/+5
* fuse: Connection bit for enabling writebackPavel Emelyanov2014-04-021-0/+3
* fuse: support clients that don't implement 'open'Andrew Gallagher2014-01-221-0/+3
* fuse: don't invalidate attrs when not using atimeAndrew Gallagher2014-01-221-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-3/+2Star
|\
| * fuse: rcu-delay freeing fuse_connAl Viro2013-10-251-0/+2
| * vfs: introduce d_instantiate_no_diralias()Miklos Szeredi2013-10-251-3/+0Star
* | fuse: writepages: handle same page rewritesMiklos Szeredi2013-10-011-0/+1
|/
* fuse: readdirplus: fix RCU walkMiklos Szeredi2013-10-011-0/+2
* fuse: hotfix truncate_pagecache() issueMaxim Patlasov2013-09-031-0/+2
* 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