summaryrefslogtreecommitdiff
path: root/fs/fuse/inode.c
AgeCommit message (Expand)Author
2016-06-30fuse: serialize dirops by defaultMiklos Szeredi
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-01sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman
2015-07-01fuse: separate pqueue for clonesMiklos Szeredi
2015-07-01fuse: introduce per-instance fuse_dev structureMiklos Szeredi
2015-07-01fuse: pqueue lockingMiklos Szeredi
2015-07-01fuse: duplicate ->connected in pqueueMiklos Szeredi
2015-07-01fuse: separate out processing queueMiklos Szeredi
2015-07-01fuse: duplicate ->connected in iqueueMiklos Szeredi
2015-07-01fuse: separate out input queueMiklos Szeredi
2015-07-01fuse: simplify unique ctrMiklos Szeredi
2015-07-01fuse: req use bitopsMiklos Szeredi
2015-07-01fuse: initialize fc->release before calling itMiklos Szeredi
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig
2015-01-06fuse: add memory barrier to INITMiklos Szeredi
2015-01-06fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi
2014-12-12fuse: introduce fuse_simple_request() helperMiklos Szeredi
2014-12-12fuse: flush requests on umountMiklos Szeredi
2014-12-12fuse: don't wake up reserved req in fuse_conn_kill()Miklos Szeredi
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher
2014-07-22fuse: s_time_gran fixMiklos Szeredi
2014-07-07fuse: handle large user and group IDMiklos Szeredi
2014-07-07fuse: inode: drop castHimangi Saraogi
2014-04-28fuse: clear MS_I_VERSIONMiklos Szeredi
2014-04-28fuse: trust kernel i_ctime onlyMaxim Patlasov
2014-04-28fuse: fuse: add time_gran to INIT_OUTMiklos Szeredi
2014-04-28fuse: add .write_inodeMiklos Szeredi
2014-04-28fuse: do not use uninitialized i_modeMaxim Patlasov
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-02fuse: Turn writeback cache onPavel Emelyanov
2014-04-02fuse: Trust kernel i_mtime onlyMaxim Patlasov
2014-04-02fuse: Trust kernel i_size onlyPavel Emelyanov
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2013-10-24fuse: rcu-delay freeing fuse_connAl Viro
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-09-11mm/page-writeback.c: add strictlimit featureMaxim Patlasov
2013-09-03fuse: hotfix truncate_pagecache() issueMaxim Patlasov
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu
2013-06-03fuse: fix readdirplus Oops in fuse_dentry_revalidateMiklos Szeredi
2013-05-01fuse: add flag to turn on async direct IOMiklos Szeredi
2013-04-17fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov
2013-04-17fuse: add flag fc->initializedMaxim Patlasov
2013-04-17fuse: make request allocations for background processing explicitMaxim Patlasov
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman