summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)AuthorLines
2009-11-04fuse: invalidate target of renameMiklos Szeredi-1/+3
2009-11-04fuse: fix kunmap in fuse_ioctl_copy_userJens Axboe-1/+1
2009-11-04fuse: prevent fuse_put_request on invalid pointerAnand V. Avati-1/+2
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan-1/+1
2009-09-24truncate: use new helpersnpiggin@suse.de-22/+5
2009-09-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-15/+231
2009-09-16fs: Assign bdi in super_blockJens Axboe-0/+2
2009-09-16fuse: add fusectl interface to max_backgroundCsaba Henk-5/+141
2009-09-16fuse: limit user-specified values of max background requestsCsaba Henk-6/+72
2009-09-16fuse: use drop_nlink() instead of direct nlink manipulationCsaba Henk-1/+1
2009-09-11writeback: add name to backing_dev_infoJens Axboe-0/+1
2009-07-11Revert "fuse: Fix build error" as unnecessaryLinus Torvalds-1/+0
2009-07-10fuse: Fix build errorLarry Finger-0/+1
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe-4/+4
2009-07-07fuse: make the number of max background requests and congestion threshold tun...Csaba Henk-11/+25
2009-06-30fuse: invalidation reverse callsJohn Muir-3/+198
2009-06-30fuse: allow umask processing in userspaceMiklos Szeredi-4/+28
2009-06-30fuse: fix bad return value in fuse_file_poll()Miklos Szeredi-1/+1
2009-06-30fuse: fix return value of fuse_dev_write()Csaba Henk-1/+1
2009-06-17fuse doesn't need BKL in ->umount_begin()Al Viro-3/+0
2009-06-12Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...Linus Torvalds-231/+939
2009-06-09CUSE: implement CUSE - Character device in UserspaceTejun Heo-0/+611
2009-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-0/+1
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani-0/+3
2009-04-28fuse: export symbols to be used by CUSETejun Heo-9/+39
2009-04-28fuse: update fuse_conn_init() and separate out fuse_conn_kill()Tejun Heo-53/+72
2009-04-28fuse: don't use inode in fuse_file_pollMiklos Szeredi-3/+2
2009-04-28fuse: don't use inode in fuse_do_ioctl() helperMiklos Szeredi-14/+21
2009-04-28fuse: don't use inode in fuse_sync_release()Miklos Szeredi-39/+36
2009-04-28fuse: create fuse_do_open() helper for CUSEMiklos Szeredi-27/+42
2009-04-28fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi-23/+30
2009-04-28fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi-34/+32
2009-04-28fuse: add members to struct fuse_fileMiklos Szeredi-2/+10
2009-04-28fuse: prepare fuse_direct_io() for CUSEMiklos Szeredi-10/+23
2009-04-28fuse: clean up fuse_write_fill()Miklos Szeredi-9/+8
2009-04-28fuse: use struct path in release structureMiklos Szeredi-7/+5
2009-04-28fuse: destroy bdi on errorMiklos Szeredi-0/+1
2009-04-28fuse: misc cleanupsTejun Heo-37/+44
2009-04-09fuse: fix "direct_io" private mmapMiklos Szeredi-0/+2
2009-04-09fuse: fix argument type in fuse_get_user_pages()Miklos Szeredi-3/+3
2009-04-02fuse: allow private mappings of "direct_io" filesMiklos Szeredi-1/+11
2009-04-02fuse: allow kernel to access "direct_io" filesMiklos Szeredi-12/+31
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin-1/+2
2009-03-30fuse: fix fuse_file_lseek returning with lock heldDan Carpenter-1/+2
2009-03-27constify dentry_operations: FUSEAl Viro-2/+2
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