aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-12Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds7-231/+939
2009-06-09CUSE: implement CUSE - Character device in UserspaceTejun Heo2-0/+611
2009-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+1
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani1-0/+3
2009-04-28fuse: export symbols to be used by CUSETejun Heo4-9/+39
2009-04-28fuse: update fuse_conn_init() and separate out fuse_conn_kill()Tejun Heo3-53/+72
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 Szeredi3-39/+36
2009-04-28fuse: create fuse_do_open() helper for CUSEMiklos Szeredi3-27/+42
2009-04-28fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi3-23/+30
2009-04-28fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi3-34/+32
2009-04-28fuse: add members to struct fuse_fileMiklos Szeredi2-2/+10
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 Szeredi2-7/+5
2009-04-28fuse: destroy bdi on errorMiklos Szeredi1-0/+1
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 Szeredi2-12/+31
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-03-27constify dentry_operations: FUSEAl Viro2-2/+2
2009-01-26Merge branch 'Kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/miscLinus Torvalds1-0/+15
2009-01-26fuse: fix poll notifyMiklos Szeredi1-4/+9
2009-01-26fuse: destroy bdi on umountMiklos Szeredi2-2/+3
2009-01-26fuse: fuse_fill_super error handling cleanupMiklos Szeredi1-18/+19
2009-01-26fuse: fix missing fput on errorMiklos Szeredi1-2/+7
2009-01-26fuse: fix NULL deref in fuse_file_alloc()Dan Carpenter1-1/+1
2009-01-22fs/Kconfig: move fuse outAlexey Dobriyan1-0/+15
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds6-171/+693
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-2/+2
2008-12-02fuse: clean up annotations of fc->lockHarvey Harrison2-5/+16
2008-12-02fuse: fix sparse warning in ioctlMiklos Szeredi1-1/+1
2008-11-26fuse: add fuse_conn->release()Tejun Heo2-1/+10
2008-11-26fuse: separate out fuse_conn_init() from new_conn()Tejun Heo2-57/+67
2008-11-26fuse: add fuse_ prefix to several functionsTejun Heo5-52/+54
2008-11-26fuse: implement poll supportTejun Heo4-0/+172
2008-11-26fuse: implement unsolicited notificationTejun Heo1-2/+25
2008-11-26fuse: add file kernel handleTejun Heo4-4/+15
2008-11-26fuse: implement ioctl supportTejun Heo1-0/+280
2008-11-26fuse: don't let fuse_req->end() put the base referenceTejun Heo3-7/+4
2008-11-26fuse: style fixesMiklos Szeredi6-47/+54
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-8/+15
2008-11-14CRED: Separate task security context from task_structDavid Howells1-6/+6
2008-11-14CRED: Wrap task credential accesses in the FUSE filesystemDavid Howells1-2/+2
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-15/+8