aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-03more conservative S_NOSEC handlingGravatar Al Viro 1-0/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+0
2011-03-14exportfs: Return the minimum required handle sizeGravatar Aneesh Kumar K.V 1-1/+3
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2011-01-12switch fuseGravatar Al Viro 1-6/+4
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-19/+11
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-2/+2
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2010-12-07fuse: separate queue for FORGET requestsGravatar Miklos Szeredi 1-19/+11
2010-10-29convert get_sb_nodev() usersGravatar Al Viro 1-4/+4
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-5/+4
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-2/+4
2010-02-09tree-wide: Assorted spelling fixesGravatar Daniel Mack 1-1/+1
2009-09-24truncate: use new helpersGravatar npiggin@suse.de 1-10/+1
2009-09-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-0/+80
2009-09-16fs: Assign bdi in super_blockGravatar Jens Axboe 1-0/+2
2009-09-16fuse: add fusectl interface to max_backgroundGravatar Csaba Henk 1-2/+2
2009-09-16fuse: limit user-specified values of max background requestsGravatar Csaba Henk 1-6/+72
2009-09-11writeback: add name to backing_dev_infoGravatar Jens Axboe 1-0/+1
2009-07-07fuse: make the number of max background requests and congestion threshold tun...Gravatar Csaba Henk 1-0/+14
2009-06-30fuse: invalidation reverse callsGravatar John Muir 1-3/+56
2009-06-30fuse: allow umask processing in userspaceGravatar Miklos Szeredi 1-1/+8
2009-06-17fuse doesn't need BKL in ->umount_begin()Gravatar Al Viro 1-3/+0
2009-06-12Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...Gravatar Linus Torvalds 1-50/+68
2009-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-0/+1
2009-05-09vfs: umount_begin BKL pushdownGravatar Alessio Igor Bogani 1-0/+3
2009-04-28fuse: export symbols to be used by CUSEGravatar Tejun Heo 1-1/+4
2009-04-28fuse: update fuse_conn_init() and separate out fuse_conn_kill()Gravatar Tejun Heo 1-50/+65
2009-04-28fuse: destroy bdi on errorGravatar Miklos Szeredi 1-0/+1
2009-01-26fuse: destroy bdi on umountGravatar Miklos Szeredi 1-1/+1
2009-01-26fuse: fuse_fill_super error handling cleanupGravatar Miklos Szeredi 1-18/+19
2009-01-26fuse: fix missing fput on errorGravatar Miklos Szeredi 1-2/+7
2008-11-26fuse: add fuse_conn->release()Gravatar Tejun Heo 1-1/+7
2008-11-26fuse: separate out fuse_conn_init() from new_conn()Gravatar Tejun Heo 1-57/+62
2008-11-26fuse: add fuse_ prefix to several functionsGravatar Tejun Heo 1-6/+6
2008-11-26fuse: implement poll supportGravatar Tejun Heo 1-0/+1
2008-11-26fuse: add file kernel handleGravatar Tejun Heo 1-0/+1
2008-11-26fuse: don't let fuse_req->end() put the base referenceGravatar Tejun Heo 1-1/+0
2008-11-26fuse: style fixesGravatar Miklos Szeredi 1-10/+9
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasGravatar Christoph Hellwig 1-15/+8
2008-10-16fuse: add missing fuse_request_freeGravatar Julia Lawall 1-1/+2
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25fuse: nfs export special lookupsGravatar Miklos Szeredi 1-3/+63
2008-07-25fuse: add export operationsGravatar Miklos Szeredi 1-0/+115
2008-06-17fuse: fix thinko in max I/O size calucationGravatar Miklos Szeredi 1-2/+2
2008-05-24fuse: fix bdi naming conflictGravatar Miklos Szeredi 1-1/+6
2008-05-13fuse: add flag to turn on big writesGravatar Miklos Szeredi 1-1/+4
2008-04-30fuse: fix node ID typeGravatar Miklos Szeredi 1-4/+4
2008-04-30fuse: fix max i/o size calculationGravatar Miklos Szeredi 1-1/+2