aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-02fuse: allow kernel to access "direct_io" filesMiklos Szeredi1-12/+30
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+2
2009-03-30fuse: fix fuse_file_lseek returning with lock heldDan Carpenter1-1/+2
2009-01-26fuse: fix NULL deref in fuse_file_alloc()Dan Carpenter1-1/+1
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-19/+438
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-2/+2
2008-12-02fuse: clean up annotations of fc->lockHarvey Harrison1-0/+4
2008-12-02fuse: fix sparse warning in ioctlMiklos Szeredi1-1/+1
2008-11-26fuse: add fuse_ prefix to several functionsTejun Heo1-14/+14
2008-11-26fuse: implement poll supportTejun Heo1-0/+132
2008-11-26fuse: add file kernel handleTejun Heo1-2/+6
2008-11-26fuse: implement ioctl supportTejun Heo1-0/+280
2008-11-26fuse: don't let fuse_req->end() put the base referenceTejun Heo1-3/+2
2008-11-26fuse: style fixesMiklos Szeredi1-2/+2
2008-10-16fuse: implement nonseekable openTejun Heo1-0/+2
2008-10-16fuse: fix SEEK_END incorrectnessMiklos Szeredi1-0/+3
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi1-1/+1
2008-07-25fuse: lockd supportMiklos Szeredi1-2/+9
2008-05-13fuse: add flag to turn on big writesMiklos Szeredi1-0/+2
2008-05-01fuse: use clamp() rather than nested min/maxHarvey Harrison1-1/+1
2008-04-30fuse: fix race in llseekMiklos Szeredi1-2/+27
2008-04-30fuse: fix max i/o size calculationMiklos Szeredi1-3/+4
2008-04-30fuse: update file size on short readMiklos Szeredi1-6/+46
2008-04-30fuse: implement perform_writeNick Piggin1-1/+193
2008-04-30fuse: clean up setting i_size in writeMiklos Szeredi1-13/+15
2008-04-30fuse: support writable mmapMiklos Szeredi1-16/+305
2008-02-06fuse: save space in struct fuse_reqMiklos Szeredi1-6/+8
2007-11-29fuse: pass open flags to read and writeMiklos Szeredi1-11/+15
2007-11-29fuse: fix reading past EOFMiklos Szeredi1-1/+20
2007-11-14fuse_file_alloc(): fix NULL dereferencesAdrian Bunk1-2/+3