summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* truncate: use new helpersnpiggin@suse.de2009-09-241-10/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-09-181-0/+80
|\
| * fuse: add fusectl interface to max_backgroundCsaba Henk2009-09-161-2/+2
| * fuse: limit user-specified values of max background requestsCsaba Henk2009-09-161-6/+72
| * fuse: make the number of max background requests and congestion threshold tun...Csaba Henk2009-07-071-0/+14
* | fs: Assign bdi in super_blockJens Axboe2009-09-161-0/+2
* | writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
|/
* fuse: invalidation reverse callsJohn Muir2009-06-301-3/+56
* fuse: allow umask processing in userspaceMiklos Szeredi2009-06-301-1/+8
* fuse doesn't need BKL in ->umount_begin()Al Viro2009-06-171-3/+0
* Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...Linus Torvalds2009-06-121-50/+68
|\
| * fuse: export symbols to be used by CUSETejun Heo2009-04-281-1/+4
| * fuse: update fuse_conn_init() and separate out fuse_conn_kill()Tejun Heo2009-04-281-50/+65
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2009-05-131-0/+1
|\|
| * fuse: destroy bdi on errorMiklos Szeredi2009-04-281-0/+1
* | vfs: umount_begin BKL pushdownAlessio Igor Bogani2009-05-091-0/+3
|/
* fuse: destroy bdi on umountMiklos Szeredi2009-01-261-1/+1
* fuse: fuse_fill_super error handling cleanupMiklos Szeredi2009-01-261-18/+19
* fuse: fix missing fput on errorMiklos Szeredi2009-01-261-2/+7
* fuse: add fuse_conn->release()Tejun Heo2008-11-261-1/+7
* fuse: separate out fuse_conn_init() from new_conn()Tejun Heo2008-11-261-57/+62
* fuse: add fuse_ prefix to several functionsTejun Heo2008-11-261-6/+6
* fuse: implement poll supportTejun Heo2008-11-261-0/+1
* fuse: add file kernel handleTejun Heo2008-11-261-0/+1
* fuse: don't let fuse_req->end() put the base referenceTejun Heo2008-11-261-1/+0
* fuse: style fixesMiklos Szeredi2008-11-261-10/+9
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-15/+8
* fuse: add missing fuse_request_freeJulia Lawall2008-10-161-1/+2
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* fuse: nfs export special lookupsMiklos Szeredi2008-07-251-3/+63
* fuse: add export operationsMiklos Szeredi2008-07-251-0/+115
* fuse: fix thinko in max I/O size calucationMiklos Szeredi2008-06-171-2/+2
* fuse: fix bdi naming conflictMiklos Szeredi2008-05-241-1/+6
* fuse: add flag to turn on big writesMiklos Szeredi2008-05-131-1/+4
* fuse: fix node ID typeMiklos Szeredi2008-04-301-4/+4
* fuse: fix max i/o size calculationMiklos Szeredi2008-04-301-1/+2
* fuse: support writable mmapMiklos Szeredi2008-04-301-10/+39
* mm: bdi: expose the BDI object in sysfs for FUSEMiklos Szeredi2008-04-301-15/+15
* [PATCH] restore sane ->umount_begin() APIAl Viro2008-04-251-3/+2
* mount options: fix fuseMiklos Szeredi2008-02-081-1/+6
* iget: stop FUSE from using iget() and read_inode()David Howells2008-02-071-6/+0
* fuse: limit queued background requestsMiklos Szeredi2008-02-061-0/+1
* Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-3/+3
* kobject: convert main fs kobject to use kobject_createGreg Kroah-Hartman2008-01-241-1/+1
* kobject: convert fuse to use kobject_createGreg Kroah-Hartman2008-01-241-12/+14
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-4/+4
* fuse: fix uninitialized field in fuse_inodeJohn Muir2007-11-291-0/+1
* fuse: fix FUSE_FILE_OPS sendingMiklos Szeredi2007-11-291-2/+1
* fuse: add blksize field to fuse_attrMiklos Szeredi2007-10-181-0/+5