summaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
AgeCommit message (Expand)Author
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
2014-04-02fuse: Trust kernel i_mtime onlyMaxim Patlasov
2014-04-02fuse: Connection bit for enabling writebackPavel Emelyanov
2014-01-22fuse: support clients that don't implement 'open'Andrew Gallagher
2014-01-22fuse: don't invalidate attrs when not using atimeAndrew Gallagher
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-10-24fuse: rcu-delay freeing fuse_connAl Viro
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi
2013-10-01fuse: writepages: handle same page rewritesMiklos Szeredi
2013-10-01fuse: readdirplus: fix RCU walkMiklos Szeredi
2013-09-03fuse: hotfix truncate_pagecache() issueMaxim Patlasov
2013-05-01fuse: add flag to turn on async direct IOMiklos Szeredi
2013-04-18fuse: truncate file if async dio failedMaxim Patlasov
2013-04-17fuse: make fuse_direct_io() aware about AIOMaxim Patlasov
2013-04-17fuse: add support of async IOMaxim Patlasov
2013-04-17fuse: add flag fc->initializedMaxim Patlasov
2013-04-17fuse: make request allocations for background processing explicitMaxim Patlasov
2013-02-07fuse: allow control of adaptive readdirplus useEric Wong
2013-01-31FUSE: Adapt readdirplus to application usage patternsFeng Shuo
2013-01-31Do not use RCU for current process credentialsAnatol Pomozov
2013-01-24fuse: cleanup fuse_direct_io()Miklos Szeredi
2013-01-24fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov
2013-01-24fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov