aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-25fuse: prepare lookup for nfs exportMiklos Szeredi1-10/+14
2008-06-17fuse: fix thinko in max I/O size calucationMiklos Szeredi1-2/+2
2008-05-24fuse: fix bdi naming conflictMiklos Szeredi1-1/+6
2008-05-13fuse: add flag to turn on big writesMiklos Szeredi3-1/+9
2008-05-01fuse: use clamp() rather than nested min/maxHarvey Harrison1-1/+1
2008-04-30fuse: fix sparse warningsMiklos Szeredi1-1/+3
2008-04-30fuse: fix race in llseekMiklos Szeredi1-2/+27
2008-04-30fuse: fix node ID typeMiklos Szeredi2-6/+6
2008-04-30fuse: fix max i/o size calculationMiklos Szeredi2-4/+6
2008-04-30fuse: update file size on short readMiklos Szeredi3-8/+53
2008-04-30fuse: implement perform_writeNick Piggin1-1/+193
2008-04-30fuse: clean up setting i_size in writeMiklos Szeredi1-13/+15