aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-01fuse: handle killpriv in userspace fsMiklos Szeredi1-0/+3
2016-10-01fuse: Use generic xattr opsSeth Forshee1-0/+5
2016-09-22fuse: Propagate dentry down to inode_change_ok()Jan Kara1-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-07-30qstr: constify instances in fuseAl Viro1-1/+1
2016-06-30fuse: improve aio directIO write performance for size extending writesAshish Sangwan1-0/+1
2016-06-30fuse: serialize dirops by defaultMiklos Szeredi1-0/+9
2016-03-14fuse: Add reference counting for fuse_io_privSeth Forshee1-0/+9
2015-11-10fuse: add support for SEEK_HOLE and SEEK_DATA in lseekRavishankar N1-0/+3