aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-20fuse: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-12-13fuse: support ioctl on directoriesMiklos Szeredi1-4/+4
2011-12-13fuse: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-12-13fuse: llseek optimize SEEK_CUR and SEEK_SETMiklos Szeredi1-40/+8
2011-12-13fuse: llseek fix raceMiklos Szeredi1-0/+4
2011-12-13fuse: fix llseek bugRoel Kluin1-1/+1
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-71/+13
2011-08-08fuse: mark pages accessed when written toJohannes Weiner1-0/+3
2011-08-08fuse: delete dead .write_begin and .write_end aopsJohannes Weiner1-70/+0
2011-08-08fuse: fix flockMiklos Szeredi1-1/+10
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-6/+18
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik1-2/+19
2011-07-20locks: rename lock-manager opsJ. Bruce Fields1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-21fuse: wakeup pollers on connection release/abortBryan Green1-1/+1
2011-02-25fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi1-7/+45
2010-12-07fuse: fix ioctl ABIMiklos Szeredi1-5/+48
2010-12-07fuse: ioctl cleanupMiklos Szeredi1-8/+7
2010-11-30fuse: verify ioctl retriesMiklos Szeredi1-0/+22
2010-11-30fuse: fix ioctl when server is 32bitMiklos Szeredi1-6/+44
2010-11-25fuse: fix attributes after open(O_TRUNC)Ken Sumrall1-0/+10
2010-09-07fuse: fix lock annotationsMiklos Szeredi1-4/+4
2010-07-12fuse: add store requestMiklos Szeredi1-1/+1
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-15/+24
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-5/+4
2010-05-25fuse: allow splice to move pagesMiklos Szeredi1-9/+19
2010-05-25fuse: get page reference for readpagesMiklos Szeredi1-0/+2
2010-05-25fuse: use get_user_pages_fast()Miklos Szeredi1-4/+1
2010-05-25fuse: remove unneeded variableDan Carpenter1-2/+2
2010-02-02mm: flush dcache before writing into page to avoid aliasanfei zhou1-0/+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-06-30fuse: fix bad return value in fuse_file_poll()Miklos Szeredi1-1/+1
2009-04-28fuse: export symbols to be used by CUSETejun Heo1-7/+13
2009-04-28fuse: don't use inode in fuse_file_pollMiklos Szeredi1-3/+2
2009-04-28fuse: don't use inode in fuse_do_ioctl() helperMiklos Szeredi1-14/+21
2009-04-28fuse: don't use inode in fuse_sync_release()Miklos Szeredi1-20/+29
2009-04-28fuse: create fuse_do_open() helper for CUSEMiklos Szeredi1-25/+40
2009-04-28fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi1-13/+15
2009-04-28fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi1-32/+30
2009-04-28fuse: add members to struct fuse_fileMiklos Szeredi1-0/+2
2009-04-28fuse: prepare fuse_direct_io() for CUSEMiklos Szeredi1-10/+23
2009-04-28fuse: clean up fuse_write_fill()Miklos Szeredi1-9/+8
2009-04-28fuse: use struct path in release structureMiklos Szeredi1-5/+4
2009-04-28fuse: misc cleanupsTejun Heo1-37/+44
2009-04-09fuse: fix "direct_io" private mmapMiklos Szeredi1-0/+2
2009-04-09fuse: fix argument type in fuse_get_user_pages()Miklos Szeredi1-3/+3
2009-04-02fuse: allow private mappings of "direct_io" filesMiklos Szeredi1-1/+11