aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher1-1/+1
2014-07-22fuse: s_time_gran fixMiklos Szeredi1-3/+0
2014-07-07fuse: handle large user and group IDMiklos Szeredi1-4/+16
2014-07-07fuse: inode: drop castHimangi Saraogi1-1/+1
2014-04-28fuse: clear MS_I_VERSIONMiklos Szeredi1-1/+1
2014-04-28fuse: trust kernel i_ctime onlyMaxim Patlasov1-2/+4
2014-04-28fuse: fuse: add time_gran to INIT_OUTMiklos Szeredi1-0/+5
2014-04-28fuse: add .write_inodeMiklos Szeredi1-0/+1
2014-04-28fuse: do not use uninitialized i_modeMaxim Patlasov1-1/+1
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-6/+23
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-02fuse: Turn writeback cache onPavel Emelyanov1-1/+4
2014-04-02fuse: Trust kernel i_mtime onlyMaxim Patlasov1-3/+10
2014-04-02fuse: Trust kernel i_size onlyPavel Emelyanov1-2/+9
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2013-10-24fuse: rcu-delay freeing fuse_connAl Viro1-1/+1
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi1-2/+0
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-1/+1
2013-09-11mm/page-writeback.c: add strictlimit featureMaxim Patlasov1-1/+1
2013-09-03fuse: hotfix truncate_pagecache() issueMaxim Patlasov1-1/+2
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu1-1/+1
2013-06-03fuse: fix readdirplus Oops in fuse_dentry_revalidateMiklos Szeredi1-3/+4
2013-05-01fuse: add flag to turn on async direct IOMiklos Szeredi1-1/+3
2013-04-17fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov1-2/+1
2013-04-17fuse: add flag fc->initializedMaxim Patlasov1-0/+3
2013-04-17fuse: make request allocations for background processing explicitMaxim Patlasov1-0/+2
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon1-1/+1
2013-02-07fuse: allow control of adaptive readdirplus useEric Wong1-1/+3
2013-01-31FUSE: Adapt readdirplus to application usage patternsFeng Shuo1-0/+1
2013-01-31Do not use RCU for current process credentialsAnatol Pomozov1-1/+1
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov1-1/+1
2013-01-24fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov1-2/+2
2013-01-24fuse: implement NFS-like readdirplus supportAnand V. Avati1-1/+4
2012-11-14userns: Support fuse interacting with multiple user namespacesEric W. Biederman1-9/+14
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
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