aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2011-08-08fuse: mark pages accessed when written toJohannes Weiner
2011-08-08fuse: delete dead .write_begin and .write_end aopsJohannes Weiner
2011-08-08fuse: fix flockMiklos Szeredi
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-07-20locks: rename lock-manager opsJ. Bruce Fields
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-21fuse: wakeup pollers on connection release/abortBryan Green
2011-02-25fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi
2010-12-07fuse: fix ioctl ABIMiklos Szeredi
2010-12-07fuse: ioctl cleanupMiklos Szeredi
2010-11-30fuse: verify ioctl retriesMiklos Szeredi
2010-11-30fuse: fix ioctl when server is 32bitMiklos Szeredi
2010-11-25fuse: fix attributes after open(O_TRUNC)Ken Sumrall
2010-09-07fuse: fix lock annotationsMiklos Szeredi
2010-07-12fuse: add store requestMiklos Szeredi
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-25fuse: allow splice to move pagesMiklos Szeredi
2010-05-25fuse: get page reference for readpagesMiklos Szeredi
2010-05-25fuse: use get_user_pages_fast()Miklos Szeredi
2010-05-25fuse: remove unneeded variableDan Carpenter
2010-02-02mm: flush dcache before writing into page to avoid aliasanfei zhou
2009-11-04fuse: fix kunmap in fuse_ioctl_copy_userJens Axboe
2009-11-04fuse: prevent fuse_put_request on invalid pointerAnand V. Avati
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-06-30fuse: fix bad return value in fuse_file_poll()Miklos Szeredi
2009-04-28fuse: export symbols to be used by CUSETejun Heo
2009-04-28fuse: don't use inode in fuse_file_pollMiklos Szeredi
2009-04-28fuse: don't use inode in fuse_do_ioctl() helperMiklos Szeredi
2009-04-28fuse: don't use inode in fuse_sync_release()Miklos Szeredi
2009-04-28fuse: create fuse_do_open() helper for CUSEMiklos Szeredi
2009-04-28fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi
2009-04-28fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi
2009-04-28fuse: add members to struct fuse_fileMiklos Szeredi
2009-04-28fuse: prepare fuse_direct_io() for CUSEMiklos Szeredi
2009-04-28fuse: clean up fuse_write_fill()Miklos Szeredi
2009-04-28fuse: use struct path in release structureMiklos Szeredi
2009-04-28fuse: misc cleanupsTejun Heo
2009-04-09fuse: fix "direct_io" private mmapMiklos Szeredi
2009-04-09fuse: fix argument type in fuse_get_user_pages()Miklos Szeredi
2009-04-02fuse: allow private mappings of "direct_io" filesMiklos Szeredi
2009-04-02fuse: allow kernel to access "direct_io" filesMiklos Szeredi
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin
2009-03-30fuse: fix fuse_file_lseek returning with lock heldDan Carpenter
2009-01-26fuse: fix NULL deref in fuse_file_alloc()Dan Carpenter
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2009-01-04fs: symlink write_begin allocation context fixNick Piggin