summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon2013-02-261-1/+1
* | fuse: allow control of adaptive readdirplus useEric Wong2013-02-071-1/+3
* | FUSE: Adapt readdirplus to application usage patternsFeng Shuo2013-01-311-0/+1
* | Do not use RCU for current process credentialsAnatol Pomozov2013-01-311-1/+1
* | fuse: categorize fuse_get_req()Maxim Patlasov2013-01-241-1/+1
* | fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov2013-01-241-2/+2
* | fuse: implement NFS-like readdirplus supportAnand V. Avati2013-01-241-1/+4
|/
* userns: Support fuse interacting with multiple user namespacesEric W. Biederman2012-11-151-9/+14
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-0/+6
* cuse: fix fuse_conn_kill()Miklos Szeredi2012-08-301-5/+7
* fuse: add missing INIT flagsMiklos Szeredi2012-07-181-1/+2
* fuse: invalidate inode mapping if mtime changesBrian Foster2012-07-181-3/+24
* fuse: add FUSE_AUTO_INVAL_DATA init flagBrian Foster2012-07-181-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-06-051-1/+16
|\
| * fuse: fix stat call on 32 bit platformsPavel Shilovsky2012-05-141-1/+16
* | ->encode_fh() API changeAl Viro2012-05-301-12/+5Star
* | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2012-05-281-1/+1
|\ \ | |/ |/|
| * vfs: Rename end_writeback() to clear_inode()Jan Kara2012-05-061-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-04-191-0/+1
|\ \ | |/ |/|
| * fuse: allow nanosecond granularityMiklos Szeredi2012-04-111-0/+1
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-7/+2Star
|/
* vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-5/+5
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
* 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-041-0/+2
|/
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-1/+0Star
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0Star
* | 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