summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)AuthorLines
2009-01-26Merge branch 'Kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/adobr...Linus Torvalds-0/+15
2009-01-26fuse: fix poll notifyMiklos Szeredi-4/+9
2009-01-26fuse: destroy bdi on umountMiklos Szeredi-2/+3
2009-01-26fuse: fuse_fill_super error handling cleanupMiklos Szeredi-18/+19
2009-01-26fuse: fix missing fput on errorMiklos Szeredi-2/+7
2009-01-26fuse: fix NULL deref in fuse_file_alloc()Dan Carpenter-1/+1
2009-01-22fs/Kconfig: move fuse outAlexey Dobriyan-0/+15
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-171/+693
2009-01-04fs: symlink write_begin allocation context fixNick Piggin-2/+2
2008-12-02fuse: clean up annotations of fc->lockHarvey Harrison-5/+16
2008-12-02fuse: fix sparse warning in ioctlMiklos Szeredi-1/+1
2008-11-26fuse: add fuse_conn->release()Tejun Heo-1/+10
2008-11-26fuse: separate out fuse_conn_init() from new_conn()Tejun Heo-57/+67
2008-11-26fuse: add fuse_ prefix to several functionsTejun Heo-52/+54
2008-11-26fuse: implement poll supportTejun Heo-0/+172
2008-11-26fuse: implement unsolicited notificationTejun Heo-2/+25
2008-11-26fuse: add file kernel handleTejun Heo-4/+15
2008-11-26fuse: implement ioctl supportTejun Heo-0/+280
2008-11-26fuse: don't let fuse_req->end() put the base referenceTejun Heo-7/+4
2008-11-26fuse: style fixesMiklos Szeredi-47/+54
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells-8/+15
2008-11-14CRED: Separate task security context from task_structDavid Howells-6/+6
2008-11-14CRED: Wrap task credential accesses in the FUSE filesystemDavid Howells-2/+2
2008-11-01saner FASYNC handling on file closeAl Viro-1/+0
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig-15/+8
2008-10-16fuse: implement nonseekable openTejun Heo-0/+2
2008-10-16fuse: add include protectorsTejun Heo-0/+5
2008-10-16fuse: add missing fuse_request_freeJulia Lawall-1/+2
2008-10-16fuse: fix SEEK_END incorrectnessMiklos Szeredi-0/+3
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse-1/+1
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro-1/+1
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro-3/+3
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan-1/+1
2008-07-25fuse: lockd supportMiklos Szeredi-2/+9
2008-07-25fuse: nfs export special lookupsMiklos Szeredi-3/+69
2008-07-25fuse: add fuse_lookup_name() helperMiklos Szeredi-40/+77
2008-07-25fuse: add export operationsMiklos Szeredi-2/+121
2008-07-25fuse: prepare lookup for nfs exportMiklos Szeredi-10/+14
2008-06-17fuse: fix thinko in max I/O size calucationMiklos Szeredi-2/+2
2008-05-24fuse: fix bdi naming conflictMiklos Szeredi-1/+6
2008-05-13fuse: add flag to turn on big writesMiklos Szeredi-1/+9
2008-05-01fuse: use clamp() rather than nested min/maxHarvey Harrison-1/+1
2008-04-30fuse: fix sparse warningsMiklos Szeredi-1/+3
2008-04-30fuse: fix race in llseekMiklos Szeredi-2/+27
2008-04-30fuse: fix node ID typeMiklos Szeredi-6/+6
2008-04-30fuse: fix max i/o size calculationMiklos Szeredi-4/+6
2008-04-30fuse: update file size on short readMiklos Szeredi-8/+53
2008-04-30fuse: implement perform_writeNick Piggin-1/+193
2008-04-30fuse: clean up setting i_size in writeMiklos Szeredi-13/+15