summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-1/+3
* switch fuseAl Viro2011-01-131-6/+4Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-01-101-19/+11Star
|\
| * fuse: separate queue for FORGET requestsMiklos Szeredi2010-12-071-19/+11Star
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-2/+2
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
|/
* convert get_sb_nodev() usersAl Viro2010-10-291-4/+4
* new helper: mount_bdev()Al Viro2010-10-291-5/+4Star
* convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-2/+4
* tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* truncate: use new helpersnpiggin@suse.de2009-09-241-10/+1Star
* 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/+0Star
* 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-141-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/+0Star
* fuse: style fixesMiklos Szeredi2008-11-261-10/+9Star
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-15/+8Star
* 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-181-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/+2Star