aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2009-04-09fuse: fix "direct_io" private mmapGravatar Miklos Szeredi 1-0/+2
2009-04-09fuse: fix argument type in fuse_get_user_pages()Gravatar Miklos Szeredi 1-3/+3
2009-04-02fuse: allow private mappings of "direct_io" filesGravatar Miklos Szeredi 1-1/+11
2009-04-02fuse: allow kernel to access "direct_io" filesGravatar Miklos Szeredi 2-12/+31
2009-04-01mm: page_mkwrite change prototype to match faultGravatar Nick Piggin 1-1/+2
2009-03-30fuse: fix fuse_file_lseek returning with lock heldGravatar Dan Carpenter 1-1/+2
2009-03-27constify dentry_operations: FUSEGravatar Al Viro 2-2/+2
2009-01-26Merge branch 'Kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/adobr...Gravatar Linus Torvalds 1-0/+15
2009-01-26fuse: fix poll notifyGravatar Miklos Szeredi 1-4/+9
2009-01-26fuse: destroy bdi on umountGravatar Miklos Szeredi 2-2/+3
2009-01-26fuse: fuse_fill_super error handling cleanupGravatar Miklos Szeredi 1-18/+19
2009-01-26fuse: fix missing fput on errorGravatar Miklos Szeredi 1-2/+7
2009-01-26fuse: fix NULL deref in fuse_file_alloc()Gravatar Dan Carpenter 1-1/+1
2009-01-22fs/Kconfig: move fuse outGravatar Alexey Dobriyan 1-0/+15
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 6-171/+693
2009-01-04fs: symlink write_begin allocation context fixGravatar Nick Piggin 1-2/+2
2008-12-02fuse: clean up annotations of fc->lockGravatar Harvey Harrison 2-5/+16
2008-12-02fuse: fix sparse warning in ioctlGravatar Miklos Szeredi 1-1/+1
2008-11-26fuse: add fuse_conn->release()Gravatar Tejun Heo 2-1/+10
2008-11-26fuse: separate out fuse_conn_init() from new_conn()Gravatar Tejun Heo 2-57/+67
2008-11-26fuse: add fuse_ prefix to several functionsGravatar Tejun Heo 5-52/+54
2008-11-26fuse: implement poll supportGravatar Tejun Heo 4-0/+172
2008-11-26fuse: implement unsolicited notificationGravatar Tejun Heo 1-2/+25
2008-11-26fuse: add file kernel handleGravatar Tejun Heo 4-4/+15
2008-11-26fuse: implement ioctl supportGravatar Tejun Heo 1-0/+280
2008-11-26fuse: don't let fuse_req->end() put the base referenceGravatar Tejun Heo 3-7/+4
2008-11-26fuse: style fixesGravatar Miklos Szeredi 6-47/+54
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsGravatar David Howells 1-8/+15
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-6/+6
2008-11-14CRED: Wrap task credential accesses in the FUSE filesystemGravatar David Howells 1-2/+2
2008-11-01saner FASYNC handling on file closeGravatar Al Viro 1-1/+0
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasGravatar Christoph Hellwig 1-15/+8
2008-10-16fuse: implement nonseekable openGravatar Tejun Heo 1-0/+2
2008-10-16fuse: add include protectorsGravatar Tejun Heo 1-0/+5
2008-10-16fuse: add missing fuse_request_freeGravatar Julia Lawall 1-1/+2
2008-10-16fuse: fix SEEK_END incorrectnessGravatar Miklos Szeredi 1-0/+3
2008-10-13vfs: Use const for kernel parser tableGravatar Steven Whitehouse 1-1/+1
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messGravatar Al Viro 1-1/+1
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Gravatar Miklos Szeredi 1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-3/+3
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25fuse: lockd supportGravatar Miklos Szeredi 1-2/+9
2008-07-25fuse: nfs export special lookupsGravatar Miklos Szeredi 2-3/+69
2008-07-25fuse: add fuse_lookup_name() helperGravatar Miklos Szeredi 1-40/+77
2008-07-25fuse: add export operationsGravatar Miklos Szeredi 3-2/+121
2008-07-25fuse: prepare lookup for nfs exportGravatar Miklos Szeredi 1-10/+14
2008-06-17fuse: fix thinko in max I/O size calucationGravatar Miklos Szeredi 1-2/+2
2008-05-24fuse: fix bdi naming conflictGravatar Miklos Szeredi 1-1/+6
2008-05-13fuse: add flag to turn on big writesGravatar Miklos Szeredi 3-1/+9
2008-05-01fuse: use clamp() rather than nested min/maxGravatar Harvey Harrison 1-1/+1