aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)Author
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2010-12-07fuse: separate queue for FORGET requestsMiklos Szeredi
2010-10-29convert get_sb_nodev() usersAl Viro
2010-10-29new helper: mount_bdev()Al Viro
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2009-09-24truncate: use new helpersnpiggin@suse.de
2009-09-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2009-09-16fs: Assign bdi in super_blockJens Axboe
2009-09-16fuse: add fusectl interface to max_backgroundCsaba Henk
2009-09-16fuse: limit user-specified values of max background requestsCsaba Henk
2009-09-11writeback: add name to backing_dev_infoJens Axboe
2009-07-07fuse: make the number of max background requests and congestion threshold tun...Csaba Henk
2009-06-30fuse: invalidation reverse callsJohn Muir
2009-06-30fuse: allow umask processing in userspaceMiklos Szeredi
2009-06-17fuse doesn't need BKL in ->umount_begin()Al Viro
2009-06-12Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...Linus Torvalds
2009-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani
2009-04-28fuse: export symbols to be used by CUSETejun Heo
2009-04-28fuse: update fuse_conn_init() and separate out fuse_conn_kill()Tejun Heo
2009-04-28fuse: destroy bdi on errorMiklos Szeredi
2009-01-26fuse: destroy bdi on umountMiklos Szeredi
2009-01-26fuse: fuse_fill_super error handling cleanupMiklos Szeredi
2009-01-26fuse: fix missing fput on errorMiklos Szeredi
2008-11-26fuse: add fuse_conn->release()Tejun Heo
2008-11-26fuse: separate out fuse_conn_init() from new_conn()Tejun Heo
2008-11-26fuse: add fuse_ prefix to several functionsTejun Heo
2008-11-26fuse: implement poll supportTejun Heo
2008-11-26fuse: add file kernel handleTejun Heo
2008-11-26fuse: don't let fuse_req->end() put the base referenceTejun Heo
2008-11-26fuse: style fixesMiklos Szeredi
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig
2008-10-16fuse: add missing fuse_request_freeJulia Lawall
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25fuse: nfs export special lookupsMiklos Szeredi
2008-07-25fuse: add export operationsMiklos Szeredi
2008-06-17fuse: fix thinko in max I/O size calucationMiklos Szeredi
2008-05-24fuse: fix bdi naming conflictMiklos Szeredi
2008-05-13fuse: add flag to turn on big writesMiklos Szeredi
2008-04-30fuse: fix node ID typeMiklos Szeredi
2008-04-30fuse: fix max i/o size calculationMiklos Szeredi
2008-04-30fuse: support writable mmapMiklos Szeredi
2008-04-30mm: bdi: expose the BDI object in sysfs for FUSEMiklos Szeredi
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro
2008-02-08mount options: fix fuseMiklos Szeredi
2008-02-07iget: stop FUSE from using iget() and read_inode()David Howells