aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-24fuse: allow filesystems to have precise control over data cacheKirill Smelkov1-0/+3
2019-04-24fuse: convert printk -> pr_*Kirill Smelkov1-0/+4
2019-02-13fuse: support clients that don't implement 'opendir'Chad Austin1-0/+3
2019-02-13fuse: use atomic64_t for khctrMiklos Szeredi1-1/+1
2019-02-13fuse: clean up abortedMiklos Szeredi1-1/+1
2019-02-13fuse: Protect ff->reserved_req via corresponding fi->lockKirill Tkhai1-1/+4
2019-02-13fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai1-1/+4
2019-02-13fuse: Convert fc->attr_version into atomic64_tKirill Tkhai1-3/+6
2019-02-13fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai1-1/+1
2018-12-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin1-1/+1
2018-12-03fuse: fix fsync on directoryMiklos Szeredi1-1/+1
2018-10-15fuse: enable caching of symlinksDan Schatzberg1-0/+3
2018-10-15fuse: allow fine grained attr cache invaldationMiklos Szeredi1-0/+3
2018-10-01fuse: realloc page arrayMiklos Szeredi1-0/+4
2018-10-01fuse: add max_pages to init_outConstantine Shulyupin1-2/+8
2018-10-01fuse: reduce size of struct fuse_inodeMiklos Szeredi1-28/+34
2018-10-01fuse: use iversion for readdir cache verificationMiklos Szeredi1-0/+3
2018-10-01fuse: use mtime for readdir cache verificationMiklos Szeredi1-0/+3
2018-10-01fuse: add readdir cache versionMiklos Szeredi1-0/+7
2018-10-01fuse: allow using readdir cacheMiklos Szeredi1-0/+15
2018-10-01fuse: allow caching readdirMiklos Szeredi1-0/+15
2018-09-28fuse: split out readdir.cMiklos Szeredi1-0/+12
2018-09-28fuse: Use hash table to link processing requestKirill Tkhai1-2/+5
2018-09-28fuse: kill req->intr_uniqueKirill Tkhai1-3/+0
2018-09-28fuse: do not take fc->lock in fuse_request_send_background()Kirill Tkhai1-3/+1
2018-09-28fuse: introduce fc->bg_lockKirill Tkhai1-2/+6
2018-09-28fuse: add support for copy_file_range()Niels de Vos1-0/+3
2018-07-26fuse: fix initial parallel diropsMiklos Szeredi1-2/+2
2018-07-26fuse: umount should wait for all requestsMiklos Szeredi1-0/+1
2018-05-31fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman1-0/+1
2018-03-20fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman1-1/+5
2018-03-20fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz1-1/+7
2017-11-27fs: annotate ->poll() instancesAl Viro1-1/+1
2017-09-12fuse: getattr cleanupMiklos Szeredi1-2/+1
2017-09-12fuse: honor iocb sync flags on writeMiklos Szeredi1-3/+2
2017-08-03fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant1-0/+1
2017-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-3/+8
2017-04-20fuse: Get rid of bdi_initializedJan Kara1-3/+0
2017-04-20fuse: Convert to separately allocated bdiJan Kara1-3/+0
2017-04-18fuse: Add support for pid namespacesSeth Forshee1-0/+4
2017-04-18fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova1-1/+1
2017-04-18fuse: convert fuse_req.count from atomic_t to refcount_tElena Reshetova1-1/+1
2017-04-18fuse: convert fuse_file.count from atomic_t to refcount_tElena Reshetova1-1/+2
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-1/+0
2017-02-22fuse: cleanup fuse_file refcountingMiklos Szeredi1-1/+0
2017-01-14locking/atomic, kref: Add KREF_INIT()Peter Zijlstra1-1/+1
2016-10-18fuse: fix root dentry initializationMiklos Szeredi1-0/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-01fuse: get rid of fc->flagsMiklos Szeredi1-12/+6
2016-10-01fuse: Add posix ACL supportSeth Forshee1-0/+14