aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-16fuse: implement nonseekable openTejun Heo1-0/+2
2008-10-16fuse: add include protectorsTejun Heo1-0/+5
2008-10-16fuse: add missing fuse_request_freeJulia Lawall1-1/+2
2008-10-16fuse: fix SEEK_END incorrectnessMiklos Szeredi1-0/+3
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro1-1/+1
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-3/+3
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25fuse: lockd supportMiklos Szeredi1-2/+9
2008-07-25fuse: nfs export special lookupsMiklos Szeredi2-3/+69
2008-07-25fuse: add fuse_lookup_name() helperMiklos Szeredi1-40/+77
2008-07-25fuse: add export operationsMiklos Szeredi3-2/+121