summaryrefslogtreecommitdiff
path: root/fs/fuse/fuse_i.h
AgeCommit message (Expand)Author
2017-09-12fuse: getattr cleanupMiklos Szeredi
2017-09-12fuse: honor iocb sync flags on writeMiklos Szeredi
2017-08-03fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant
2017-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2017-04-20fuse: Get rid of bdi_initializedJan Kara
2017-04-20fuse: Convert to separately allocated bdiJan Kara
2017-04-18fuse: Add support for pid namespacesSeth Forshee
2017-04-18fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova
2017-04-18fuse: convert fuse_req.count from atomic_t to refcount_tElena Reshetova
2017-04-18fuse: convert fuse_file.count from atomic_t to refcount_tElena Reshetova
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2017-02-22fuse: cleanup fuse_file refcountingMiklos Szeredi
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra
2016-10-18fuse: fix root dentry initializationMiklos Szeredi
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-01fuse: get rid of fc->flagsMiklos Szeredi
2016-10-01fuse: Add posix ACL supportSeth Forshee
2016-10-01fuse: handle killpriv in userspace fsMiklos Szeredi
2016-10-01fuse: Use generic xattr opsSeth Forshee
2016-09-22fuse: Propagate dentry down to inode_change_ok()Jan Kara
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-30qstr: constify instances in fuseAl Viro
2016-06-30fuse: improve aio directIO write performance for size extending writesAshish Sangwan
2016-06-30fuse: serialize dirops by defaultMiklos Szeredi
2016-03-14fuse: Add reference counting for fuse_io_privSeth Forshee
2015-11-10fuse: add support for SEEK_HOLE and SEEK_DATA in lseekRavishankar N
2015-07-01fuse: separate pqueue for clonesMiklos Szeredi
2015-07-01fuse: introduce per-instance fuse_dev structureMiklos Szeredi
2015-07-01fuse: add req flag for private listMiklos Szeredi
2015-07-01fuse: pqueue lockingMiklos Szeredi
2015-07-01fuse: duplicate ->connected in pqueueMiklos Szeredi
2015-07-01fuse: separate out processing queueMiklos Szeredi
2015-07-01fuse: duplicate ->connected in iqueueMiklos Szeredi
2015-07-01fuse: separate out input queueMiklos Szeredi
2015-07-01fuse: req state use flagsMiklos Szeredi
2015-07-01fuse: simplify req statesMiklos Szeredi
2015-07-01fuse: use per req lock for lock/unlock_request()Miklos Szeredi
2015-07-01fuse: req use bitopsMiklos Szeredi
2015-03-13fuse: handle synchronous iocbs internallyChristoph Hellwig
2015-01-06fuse: add memory barrier to INITMiklos Szeredi
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi
2014-12-12fuse: reduce max out argsMiklos Szeredi
2014-12-12fuse: hold inode instead of path after releaseMiklos Szeredi
2014-12-12fuse: flush requests on umountMiklos Szeredi
2014-05-06fuse: pull iov_iter initializations upAl Viro
2014-04-28fuse: add renameat2 supportMiklos Szeredi
2014-04-28fuse: allow ctime flushing to userspaceMaxim Patlasov
2014-04-28fuse: add .write_inodeMiklos Szeredi
2014-04-28fuse: add __exit to fuse_ctl_cleanupFabian Frederick
2014-04-02fuse: Fix O_DIRECT operations vs cached writeback misorderPavel Emelyanov