aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani
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-03-27constify dentry_operations: FUSEAl Viro
2009-01-26Merge branch 'Kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/adobr...Linus Torvalds
2009-01-26fuse: fix poll notifyMiklos Szeredi
2009-01-26fuse: destroy bdi on umountMiklos Szeredi
2009-01-26fuse: fuse_fill_super error handling cleanupMiklos Szeredi
2009-01-26fuse: fix missing fput on errorMiklos Szeredi
2009-01-26fuse: fix NULL deref in fuse_file_alloc()Dan Carpenter
2009-01-22fs/Kconfig: move fuse outAlexey Dobriyan
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
2008-12-02fuse: clean up annotations of fc->lockHarvey Harrison
2008-12-02fuse: fix sparse warning in ioctlMiklos Szeredi
2008-11-26fuse: add fuse_conn->release()Tejun Heo
2008-11-26fuse: separate out fuse_conn_init() from new_conn()Tejun Heo
2008-11-26fuse: add fuse_ prefix to several functionsTejun Heo
2008-11-26fuse: implement poll supportTejun Heo
2008-11-26fuse: implement unsolicited notificationTejun Heo
2008-11-26fuse: add file kernel handleTejun Heo
2008-11-26fuse: implement ioctl supportTejun Heo
2008-11-26fuse: don't let fuse_req->end() put the base referenceTejun Heo
2008-11-26fuse: style fixesMiklos Szeredi
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-14CRED: Wrap task credential accesses in the FUSE filesystemDavid Howells
2008-11-01saner FASYNC handling on file closeAl Viro
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig
2008-10-16fuse: implement nonseekable openTejun Heo
2008-10-16fuse: add include protectorsTejun Heo
2008-10-16fuse: add missing fuse_request_freeJulia Lawall
2008-10-16fuse: fix SEEK_END incorrectnessMiklos Szeredi
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-25fuse: lockd supportMiklos Szeredi
2008-07-25fuse: nfs export special lookupsMiklos Szeredi
2008-07-25fuse: add fuse_lookup_name() helperMiklos Szeredi
2008-07-25fuse: add export operationsMiklos Szeredi
2008-07-25fuse: prepare lookup for nfs exportMiklos Szeredi
2008-06-17fuse: fix thinko in max I/O size calucationMiklos Szeredi
2008-05-24fuse: fix bdi naming conflictMiklos Szeredi
2008-05-13fuse: add flag to turn on big writesMiklos Szeredi