summaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
Commit message (Expand)AuthorAgeFilesLines
* fuse: allow filesystems to have precise control over data cacheKirill Smelkov2019-04-241-0/+3
* fuse: convert printk -> pr_*Kirill Smelkov2019-04-241-0/+4
* fuse: support clients that don't implement 'opendir'Chad Austin2019-02-131-0/+3
* fuse: use atomic64_t for khctrMiklos Szeredi2019-02-131-1/+1
* fuse: clean up abortedMiklos Szeredi2019-02-131-1/+1
* fuse: Protect ff->reserved_req via corresponding fi->lockKirill Tkhai2019-02-131-1/+4
* fuse: Introduce fi->lock to protect write related fieldsKirill Tkhai2019-02-131-1/+4
* fuse: Convert fc->attr_version into atomic64_tKirill Tkhai2019-02-131-3/+6
* fuse: Add fuse_inode argument to fuse_prepare_release()Kirill Tkhai2019-02-131-1/+1
* fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin2018-12-111-1/+1
* fuse: fix fsync on directoryMiklos Szeredi2018-12-031-1/+1
* fuse: enable caching of symlinksDan Schatzberg2018-10-151-0/+3
* fuse: allow fine grained attr cache invaldationMiklos Szeredi2018-10-151-0/+3
* fuse: realloc page arrayMiklos Szeredi2018-10-011-0/+4
* fuse: add max_pages to init_outConstantine Shulyupin2018-10-011-2/+8
* fuse: reduce size of struct fuse_inodeMiklos Szeredi2018-10-011-28/+34
* fuse: use iversion for readdir cache verificationMiklos Szeredi2018-10-011-0/+3
* fuse: use mtime for readdir cache verificationMiklos Szeredi2018-10-011-0/+3
* fuse: add readdir cache versionMiklos Szeredi2018-10-011-0/+7
* fuse: allow using readdir cacheMiklos Szeredi2018-10-011-0/+15
* fuse: allow caching readdirMiklos Szeredi2018-10-011-0/+15
* fuse: split out readdir.cMiklos Szeredi2018-09-281-0/+12
* fuse: Use hash table to link processing requestKirill Tkhai2018-09-281-2/+5
* fuse: kill req->intr_uniqueKirill Tkhai2018-09-281-3/+0Star
* fuse: do not take fc->lock in fuse_request_send_background()Kirill Tkhai2018-09-281-3/+1Star
* fuse: introduce fc->bg_lockKirill Tkhai2018-09-281-2/+6
* fuse: add support for copy_file_range()Niels de Vos2018-09-281-0/+3
* fuse: fix initial parallel diropsMiklos Szeredi2018-07-261-2/+2
* fuse: umount should wait for all requestsMiklos Szeredi2018-07-261-0/+1
* fuse: Ensure posix acls are translated outside of init_user_nsEric W. Biederman2018-05-311-0/+1
* fuse: Support fuse filesystems outside of init_user_nsEric W. Biederman2018-03-201-1/+5
* fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz2018-03-201-1/+7
* fs: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* fuse: getattr cleanupMiklos Szeredi2017-09-121-2/+1Star
* fuse: honor iocb sync flags on writeMiklos Szeredi2017-09-121-3/+2Star
* fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dioAshish Samant2017-08-031-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-05-101-3/+8
|\
| * fuse: Add support for pid namespacesSeth Forshee2017-04-181-0/+4
| * fuse: convert fuse_conn.count from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
| * fuse: convert fuse_req.count from atomic_t to refcount_tElena Reshetova2017-04-181-1/+1
| * fuse: convert fuse_file.count from atomic_t to refcount_tElena Reshetova2017-04-181-1/+2
* | fuse: Get rid of bdi_initializedJan Kara2017-04-201-3/+0Star
* | fuse: Convert to separately allocated bdiJan Kara2017-04-201-3/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2017-03-031-1/+0Star
|\
| * fuse: cleanup fuse_file refcountingMiklos Szeredi2017-02-221-1/+0Star
* | locking/atomic, kref: Add KREF_INIT()Peter Zijlstra2017-01-141-1/+1
|/
* fuse: fix root dentry initializationMiklos Szeredi2016-10-181-0/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fuse: Propagate dentry down to inode_change_ok()Jan Kara2016-09-221-1/+1
* | fuse: get rid of fc->flagsMiklos Szeredi2016-10-011-12/+6Star