aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-09fuse: fix "direct_io" private mmapGravatar Miklos Szeredi 1-0/+2
2009-04-09fuse: fix argument type in fuse_get_user_pages()Gravatar Miklos Szeredi 1-3/+3
2009-04-02fuse: allow private mappings of "direct_io" filesGravatar Miklos Szeredi 1-1/+11
2009-04-02fuse: allow kernel to access "direct_io" filesGravatar Miklos Szeredi 1-12/+30
2009-04-01mm: page_mkwrite change prototype to match faultGravatar Nick Piggin 1-1/+2
2009-03-30fuse: fix fuse_file_lseek returning with lock heldGravatar Dan Carpenter 1-1/+2
2009-01-26fuse: fix NULL deref in fuse_file_alloc()Gravatar Dan Carpenter 1-1/+1
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-19/+438
2009-01-04fs: symlink write_begin allocation context fixGravatar Nick Piggin 1-2/+2
2008-12-02fuse: clean up annotations of fc->lockGravatar Harvey Harrison 1-0/+4
2008-12-02fuse: fix sparse warning in ioctlGravatar Miklos Szeredi 1-1/+1
2008-11-26fuse: add fuse_ prefix to several functionsGravatar Tejun Heo 1-14/+14
2008-11-26fuse: implement poll supportGravatar Tejun Heo 1-0/+132
2008-11-26fuse: add file kernel handleGravatar Tejun Heo 1-2/+6
2008-11-26fuse: implement ioctl supportGravatar Tejun Heo 1-0/+280
2008-11-26fuse: don't let fuse_req->end() put the base referenceGravatar Tejun Heo 1-3/+2
2008-11-26fuse: style fixesGravatar Miklos Szeredi 1-2/+2
2008-10-16fuse: implement nonseekable openGravatar Tejun Heo 1-0/+2
2008-10-16fuse: fix SEEK_END incorrectnessGravatar Miklos Szeredi 1-0/+3
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Gravatar Miklos Szeredi 1-1/+1
2008-07-25fuse: lockd supportGravatar Miklos Szeredi 1-2/+9
2008-05-13fuse: add flag to turn on big writesGravatar Miklos Szeredi 1-0/+2
2008-05-01fuse: use clamp() rather than nested min/maxGravatar Harvey Harrison 1-1/+1
2008-04-30fuse: fix race in llseekGravatar Miklos Szeredi 1-2/+27
2008-04-30fuse: fix max i/o size calculationGravatar Miklos Szeredi 1-3/+4
2008-04-30fuse: update file size on short readGravatar Miklos Szeredi 1-6/+46
2008-04-30fuse: implement perform_writeGravatar Nick Piggin 1-1/+193
2008-04-30fuse: clean up setting i_size in writeGravatar Miklos Szeredi 1-13/+15
2008-04-30fuse: support writable mmapGravatar Miklos Szeredi 1-16/+305
2008-02-06fuse: save space in struct fuse_reqGravatar Miklos Szeredi 1-6/+8
2007-11-29fuse: pass open flags to read and writeGravatar Miklos Szeredi 1-11/+15
2007-11-29fuse: fix reading past EOFGravatar Miklos Szeredi 1-1/+20
2007-11-14fuse_file_alloc(): fix NULL dereferencesGravatar Adrian Bunk 1-2/+3
2007-10-18fuse: add support for mandatory lockingGravatar Miklos Szeredi 1-8/+29
2007-10-18fuse: add helper for asynchronous writesGravatar Miklos Szeredi 1-13/+20
2007-10-18fuse: add list of writable files to fuse_inodeGravatar Miklos Szeredi 1-0/+7
2007-10-18fuse: support BSD locking semanticsGravatar Miklos Szeredi 1-5/+27
2007-10-18fuse: add atomic open+truncate supportGravatar Miklos Szeredi 1-1/+3
2007-10-18fuse: fix race between getattr and writeGravatar Miklos Szeredi 1-0/+2
2007-10-17fuse: cleanup in releaseGravatar Miklos Szeredi 1-0/+8
2007-10-17fuse: refresh stale attributes in fuse_permission()Gravatar Miklos Szeredi 1-8/+0
2007-10-17fuse: fix page invalidationGravatar Miklos Szeredi 1-1/+1
2007-10-17fuse: add reference counting to fuse_fileGravatar Miklos Szeredi 1-28/+44
2007-10-16fuse: convert to new aopsGravatar Nick Piggin 1-14/+32
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-2/+2
2007-05-23fuse: generic_write_checks() for direct_ioGravatar Miklos Szeredi 1-1/+3
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-05-06locks: give posix_test_lock same interface as ->lockGravatar Marc Eshel 1-2/+1
2007-02-11[PATCH] remove invalidate_inode_pages()Gravatar Andrew Morton 1-1/+1
2006-12-21[PATCH] fuse: remove clear_page_dirty() callGravatar Miklos Szeredi 1-3/+1