aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-30cuse: fix fuse_conn_kill()Miklos Szeredi1-5/+7
2012-07-18fuse: add missing INIT flagsMiklos Szeredi1-1/+2
2012-07-18fuse: invalidate inode mapping if mtime changesBrian Foster1-3/+24
2012-07-18fuse: add FUSE_AUTO_INVAL_DATA init flagBrian Foster1-1/+3
2012-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-1/+16
2012-05-29->encode_fh() API changeAl Viro1-12/+5
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-14fuse: fix stat call on 32 bit platformsPavel Shilovsky1-1/+16
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+1
2012-04-11fuse: allow nanosecond granularityMiklos Szeredi1-0/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-7/+2
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-5/+5
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-12-13fuse: register_filesystem() called too earlyAl Viro1-12/+12
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-09-12fuse: fix flock breakageMiklos Szeredi1-0/+3
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-2/+8
2011-08-08fuse: fix flockMiklos Szeredi1-1/+7
2011-06-03more conservative S_NOSEC handlingAl Viro1-0/+2
2011-06-01fuse: fix non-ANSI void function notationRandy Dunlap1-1/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-1/+3
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-01-12switch fuseAl Viro1-6/+4
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-19/+11
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-2/+2
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-12-07fuse: separate queue for FORGET requestsMiklos Szeredi1-19/+11
2010-10-29convert get_sb_nodev() usersAl Viro1-4/+4
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-2/+4
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-09-24truncate: use new helpersnpiggin@suse.de1-10/+1
2009-09-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+80
2009-09-16fs: Assign bdi in super_blockJens Axboe1-0/+2
2009-09-16fuse: add fusectl interface to max_backgroundCsaba Henk1-2/+2
2009-09-16fuse: limit user-specified values of max background requestsCsaba Henk1-6/+72
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-07-07fuse: make the number of max background requests and congestion threshold tunableCsaba Henk1-0/+14
2009-06-30fuse: invalidation reverse callsJohn Muir1-3/+56
2009-06-30fuse: allow umask processing in userspaceMiklos Szeredi1-1/+8
2009-06-17fuse doesn't need BKL in ->umount_begin()Al Viro1-3/+0
2009-06-12Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-50/+68
2009-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+1
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani1-0/+3
2009-04-28fuse: export symbols to be used by CUSETejun Heo1-1/+4
2009-04-28fuse: update fuse_conn_init() and separate out fuse_conn_kill()Tejun Heo1-50/+65
2009-04-28fuse: destroy bdi on errorMiklos Szeredi1-0/+1
2009-04-28fuse: misc cleanupsTejun Heo0-0/+0