summaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-07-291-1/+1
* fuse: serialize dirops by defaultMiklos Szeredi2016-06-301-1/+18
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-8/+8
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-031-6/+3
|\
| * sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-6/+3
* | fuse: separate pqueue for clonesMiklos Szeredi2015-07-011-1/+2
* | fuse: introduce per-instance fuse_dev structureMiklos Szeredi2015-07-011-3/+44
* | fuse: pqueue lockingMiklos Szeredi2015-07-011-0/+1
* | fuse: duplicate ->connected in pqueueMiklos Szeredi2015-07-011-0/+1
* | fuse: separate out processing queueMiklos Szeredi2015-07-011-2/+8
* | fuse: duplicate ->connected in iqueueMiklos Szeredi2015-07-011-1/+2
* | fuse: separate out input queueMiklos Szeredi2015-07-011-4/+10
* | fuse: simplify unique ctrMiklos Szeredi2015-07-011-1/+0
* | fuse: req use bitopsMiklos Szeredi2015-07-011-3/+3
* | fuse: initialize fc->release before calling itMiklos Szeredi2015-07-011-1/+1
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0
* fuse: add memory barrier to INITMiklos Szeredi2015-01-061-1/+1
* fuse: fix LOOKUP vs INIT compat handlingMiklos Szeredi2015-01-061-2/+1
* fuse: introduce fuse_simple_request() helperMiklos Szeredi2014-12-121-14/+8
* fuse: flush requests on umountMiklos Szeredi2014-12-121-15/+1
* fuse: don't wake up reserved req in fuse_conn_kill()Miklos Szeredi2014-12-121-1/+0
* fuse: add FUSE_NO_OPEN_SUPPORT flag to INITAndrew Gallagher2014-07-221-1/+1
* fuse: s_time_gran fixMiklos Szeredi2014-07-221-3/+0
* fuse: handle large user and group IDMiklos Szeredi2014-07-071-4/+16
* fuse: inode: drop castHimangi Saraogi2014-07-071-1/+1
* fuse: clear MS_I_VERSIONMiklos Szeredi2014-04-281-1/+1
* fuse: trust kernel i_ctime onlyMaxim Patlasov2014-04-281-2/+4
* fuse: fuse: add time_gran to INIT_OUTMiklos Szeredi2014-04-281-0/+5
* fuse: add .write_inodeMiklos Szeredi2014-04-281-0/+1
* fuse: do not use uninitialized i_modeMaxim Patlasov2014-04-281-1/+1
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-0/+1
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-04-041-6/+23
|\ \
| * | fuse: Turn writeback cache onPavel Emelyanov2014-04-021-1/+4
| * | fuse: Trust kernel i_mtime onlyMaxim Patlasov2014-04-021-3/+10
| * | fuse: Trust kernel i_size onlyPavel Emelyanov2014-04-021-2/+9
| |/
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* fuse: rcu-delay freeing fuse_connAl Viro2013-10-241-1/+1
* vfs: introduce d_instantiate_no_diralias()Miklos Szeredi2013-10-241-2/+0
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-121-1/+1
* mm/page-writeback.c: add strictlimit featureMaxim Patlasov2013-09-111-1/+1
* fuse: hotfix truncate_pagecache() issueMaxim Patlasov2013-09-031-1/+2
* mm: use totalram_pages instead of num_physpages at runtimeJiang Liu2013-07-031-1/+1
* fuse: fix readdirplus Oops in fuse_dentry_revalidateMiklos Szeredi2013-06-031-3/+4
* fuse: add flag to turn on async direct IOMiklos Szeredi2013-05-011-1/+3
* fuse: skip blocking on allocations of synchronous requestsMaxim Patlasov2013-04-171-2/+1
* fuse: add flag fc->initializedMaxim Patlasov2013-04-171-0/+3
* fuse: make request allocations for background processing explicitMaxim Patlasov2013-04-171-0/+2
OpenPOWER on IntegriCloud