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