aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: initialize fc->release before calling itMiklos Szeredi2015-08-121-1/+1
* fuse: handle large user and group IDMiklos Szeredi2014-08-061-4/+16
* fuse: hotfix truncate_pagecache() issueMaxim Patlasov2013-10-261-1/+3
* fuse: fix stat call on 32 bit platformsPavel Shilovsky2012-06-191-1/+16
* fuse: register_filesystem() called too earlyAl Viro2011-12-131-12/+12
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* fuse: fix flock breakageMiklos Szeredi2011-09-121-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-08-241-2/+8
|\
| * fuse: fix flockMiklos Szeredi2011-08-081-1/+7
| * fuse: fix non-ANSI void function notationRandy Dunlap2011-06-011-1/+1
* | more conservative S_NOSEC handlingAl Viro2011-06-031-0/+2
|/
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | exportfs: Return the minimum required handle sizeAneesh Kumar K.V2011-03-141-1/+3
|/
* switch fuseAl Viro2011-01-121-6/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-01-101-19/+11
|\
| * fuse: separate queue for FORGET requestsMiklos Szeredi2010-12-071-19/+11
* | 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/+4
* 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/+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