summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2015-04-09fuse: notify: don't move pagesMiklos Szeredi
2015-04-09fuse: set stolen page uptodateMiklos Szeredi
2014-09-26mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-09-26mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-09-26callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro
2014-07-29fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati
2014-07-29fuse: handle large user and group IDMiklos Szeredi
2014-07-29fuse: timeout comparison fixMiklos Szeredi
2014-02-13fuse: fix pipe_buf_operationsMiklos Szeredi
2013-10-01fuse: no RCU mode in fuse_access()Miklos Szeredi
2013-10-01fuse: readdirplus: fix RCU walkMiklos Szeredi
2013-10-01fuse: don't check_submounts_and_drop() in RCU walkMiklos Szeredi
2013-09-18fuse: fix fallocate vs. ftruncate raceMaxim Patlasov
2013-09-18fuse: wait for writeback in fuse_file_fallocate()Maxim Patlasov
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-09-11mm/page-writeback.c: add strictlimit featureMaxim Patlasov
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2013-09-05fuse: drop dentry on failed revalidateAnand Avati
2013-09-05fuse: clean up return in fuse_dentry_revalidate()Miklos Szeredi
2013-09-05fuse: use d_materialise_unique()Miklos Szeredi
2013-09-04fuse: use list_for_each_entry() for list traversingDong Fang
2013-09-03fuse: readdir: check for slash in namesMiklos Szeredi
2013-09-03fuse: hotfix truncate_pagecache() issueMaxim Patlasov
2013-09-03fuse: invalidate inode attributes on xattr modificationAnand Avati
2013-09-03fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov
2013-07-29Merge 3.11-rc3 into driver-core-nextGreg Kroah-Hartman
2013-07-26cuse: convert class code to use dev_groupsGreg Kroah-Hartman
2013-07-17fuse: readdirplus: cleanupMiklos Szeredi
2013-07-17fuse: readdirplus: change attributes onceMiklos Szeredi
2013-07-17fuse: readdirplus: fix instantiateMiklos Szeredi
2013-07-17fuse: readdirplus: sanity checksMiklos Szeredi
2013-07-17fuse: readdirplus: fix dentry leakNiels de Vos
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-06-29fuse: another open-coded file_inode()Al Viro
2013-06-29[readdir] convert fuseAl Viro
2013-06-18fuse: hold i_mutex in fuse_file_fallocate()Maxim Patlasov
2013-06-03fuse: fix alignment in short read optimization for async_dioMaxim Patlasov
2013-06-03fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requestsBrian Foster
2013-06-03fuse: fix readdirplus Oops in fuse_dentry_revalidateMiklos Szeredi
2013-05-20fuse: update inode size and invalidate attributes on fallocateBrian Foster
2013-05-20fuse: truncate pagecache range on hole punchBrian Foster
2013-05-14fuse: allocate for_background dio requests based on io->async stateBrian Foster
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2013-05-01fuse: add flag to turn on async direct IOMiklos Szeredi
2013-04-18fuse: truncate file if async dio failedMaxim Patlasov
2013-04-17fuse: optimize short direct readsMaxim Patlasov