summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* fuse: do not use iocb after it may have been freedRobert Doebbelin2017-01-271-2/+3
* fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-08-191-1/+1
* fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2016-02-241-1/+1
* fuse: initialize fc->release before calling itMiklos Szeredi2015-08-041-1/+1
* fuse: notify: don't move pagesMiklos Szeredi2015-04-091-0/+3
* fuse: set stolen page uptodateMiklos Szeredi2015-04-091-2/+2
* mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2014-09-261-2/+0
* mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2014-09-261-1/+1
* callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2014-09-261-2/+0
* fuse: ignore entry-timeout on LOOKUP_REVALAnand Avati2014-07-291-1/+2
* fuse: handle large user and group IDMiklos Szeredi2014-07-291-4/+16
* fuse: timeout comparison fixMiklos Szeredi2014-07-291-3/+3
* fuse: fix pipe_buf_operationsMiklos Szeredi2014-02-131-17/+5
* fuse: no RCU mode in fuse_access()Miklos Szeredi2013-10-011-3/+2
* fuse: readdirplus: fix RCU walkMiklos Szeredi2013-10-012-3/+11
* fuse: don't check_submounts_and_drop() in RCU walkMiklos Szeredi2013-10-011-1/+2
* fuse: fix fallocate vs. ftruncate raceMaxim Patlasov2013-09-181-0/+7
* fuse: wait for writeback in fuse_file_fallocate()Maxim Patlasov2013-09-181-6/+10
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-122-2/+2
* mm/page-writeback.c: add strictlimit featureMaxim Patlasov2013-09-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-09-095-8/+29
|\
| * fuse: use list_for_each_entry() for list traversingDong Fang2013-09-041-4/+2
| * fuse: readdir: check for slash in namesMiklos Szeredi2013-09-031-0/+4
| * fuse: hotfix truncate_pagecache() issueMaxim Patlasov2013-09-034-3/+17
| * fuse: invalidate inode attributes on xattr modificationAnand Avati2013-09-031-0/+4
| * fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov2013-09-031-1/+2
* | fuse: drop dentry on failed revalidateAnand Avati2013-09-051-0/+2
* | fuse: clean up return in fuse_dentry_revalidate()Miklos Szeredi2013-09-051-8/+18
* | fuse: use d_materialise_unique()Miklos Szeredi2013-09-051-43/+26
* | Merge 3.11-rc3 into driver-core-nextGreg Kroah-Hartman2013-07-291-15/+36
|\|
| * fuse: readdirplus: cleanupMiklos Szeredi2013-07-171-3/+1
| * fuse: readdirplus: change attributes onceMiklos Szeredi2013-07-171-3/+4
| * fuse: readdirplus: fix instantiateMiklos Szeredi2013-07-171-4/+13
| * fuse: readdirplus: sanity checksMiklos Szeredi2013-07-171-1/+11
| * fuse: readdirplus: fix dentry leakNiels de Vos2013-07-171-5/+8
* | cuse: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-261-5/+8
|/
* mm: use totalram_pages instead of num_physpages at runtimeJiang Liu2013-07-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-2/+1
|\
| * fuse: another open-coded file_inode()Al Viro2013-06-291-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-021-20/+17
|\|
| * [readdir] convert fuseAl Viro2013-06-291-20/+17
* | fuse: hold i_mutex in fuse_file_fallocate()Maxim Patlasov2013-06-181-4/+8
|/
* fuse: fix alignment in short read optimization for async_dioMaxim Patlasov2013-06-031-4/+10
* fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requestsBrian Foster2013-06-031-1/+1
* fuse: fix readdirplus Oops in fuse_dentry_revalidateMiklos Szeredi2013-06-032-6/+13
* fuse: update inode size and invalidate attributes on fallocateBrian Foster2013-05-201-3/+12
* fuse: truncate pagecache range on hole punchBrian Foster2013-05-201-2/+20
* fuse: allocate for_background dio requests based on io->async stateBrian Foster2013-05-141-2/+9
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-05-073-0/+3
|\
| * aio: don't include aio.h in sched.hKent Overstreet2013-05-073-0/+3