aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-27fuse: use release_pages()Miklos Szeredi1-6/+1
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+1
2010-10-26fuse: use clear_highpage() and KM_USER0 instead of KM_USER1Miklos Szeredi1-7/+5
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich1-1/+1
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+5
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+5
2010-10-04fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven1-1/+1
2010-09-07fuse: fix lock annotationsMiklos Szeredi2-16/+18
2010-09-07fuse: flush background queue on connection closeMiklos Szeredi1-4/+12
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-12/+11
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-2/+4
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-5/+1
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-5/+6
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds3-7/+227
2010-08-02vfs: re-introduce MAY_CHDIREric Paris1-1/+1
2010-07-12fuse: add retrieve requestMiklos Szeredi2-1/+131
2010-07-12fuse: add store requestMiklos Szeredi3-1/+91
2010-07-12fuse: don't use atomic kmapMiklos Szeredi1-5/+5
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds3-81/+488
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig3-10/+7
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers1-0/+1
2010-05-25fuse: support splice() reading from fuse deviceMiklos Szeredi1-41/+187
2010-05-25fuse: allow splice to move pagesMiklos Szeredi3-15/+167
2010-05-25fuse: support splice() writing to fuse deviceMiklos Szeredi1-31/+144
2010-05-25fuse: get page reference for readpagesMiklos Szeredi1-0/+2
2010-05-25fuse: use get_user_pages_fast()Miklos Szeredi2-8/+2
2010-05-25fuse: remove unneeded variableDan Carpenter1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-15/+15
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-05fuse: fix large stack useFang Wenqi1-2/+9
2010-02-05fuse: cleanup in fuse_notify_inval_...()Miklos Szeredi1-13/+6
2010-02-02mm: flush dcache before writing into page to avoid aliasanfei zhou1-0/+3
2009-11-27fuse: reject O_DIRECT flag also in fuse_createCsaba Henk1-0/+3
2009-11-04fuse: invalidate target of renameMiklos Szeredi1-1/+3
2009-11-04fuse: fix kunmap in fuse_ioctl_copy_userJens Axboe1-1/+1
2009-11-04fuse: prevent fuse_put_request on invalid pointerAnand V. Avati1-1/+2
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-24truncate: use new helpersnpiggin@suse.de3-22/+5
2009-09-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds4-15/+231
2009-09-16fs: Assign bdi in super_blockJens Axboe1-0/+2
2009-09-16fuse: add fusectl interface to max_backgroundCsaba Henk3-5/+141
2009-09-16fuse: limit user-specified values of max background requestsCsaba Henk1-6/+72
2009-09-16fuse: use drop_nlink() instead of direct nlink manipulationCsaba Henk1-1/+1
2009-09-11writeback: add name to backing_dev_infoJens Axboe1-0/+1
2009-07-11Revert "fuse: Fix build error" as unnecessaryLinus Torvalds1-1/+0
2009-07-10fuse: Fix build errorLarry Finger1-0/+1
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-4/+4