summaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers
2010-05-25fuse: support splice() reading from fuse deviceMiklos Szeredi
2010-05-25fuse: allow splice to move pagesMiklos Szeredi
2010-05-25fuse: support splice() writing to fuse deviceMiklos Szeredi
2010-05-25fuse: get page reference for readpagesMiklos Szeredi
2010-05-25fuse: use get_user_pages_fast()Miklos Szeredi
2010-05-25fuse: remove unneeded variableDan Carpenter
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2010-02-05fuse: fix large stack useFang Wenqi
2010-02-05fuse: cleanup in fuse_notify_inval_...()Miklos Szeredi
2010-02-02mm: flush dcache before writing into page to avoid aliasanfei zhou
2009-11-27fuse: reject O_DIRECT flag also in fuse_createCsaba Henk
2009-11-04fuse: invalidate target of renameMiklos Szeredi
2009-11-04fuse: fix kunmap in fuse_ioctl_copy_userJens Axboe
2009-11-04fuse: prevent fuse_put_request on invalid pointerAnand V. Avati
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-24truncate: use new helpersnpiggin@suse.de
2009-09-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2009-09-16fs: Assign bdi in super_blockJens Axboe
2009-09-16fuse: add fusectl interface to max_backgroundCsaba Henk
2009-09-16fuse: limit user-specified values of max background requestsCsaba Henk
2009-09-16fuse: use drop_nlink() instead of direct nlink manipulationCsaba Henk
2009-09-11writeback: add name to backing_dev_infoJens Axboe
2009-07-11Revert "fuse: Fix build error" as unnecessaryLinus Torvalds
2009-07-10fuse: Fix build errorLarry Finger
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-07-07fuse: make the number of max background requests and congestion threshold tun...Csaba Henk
2009-06-30fuse: invalidation reverse callsJohn Muir
2009-06-30fuse: allow umask processing in userspaceMiklos Szeredi
2009-06-30fuse: fix bad return value in fuse_file_poll()Miklos Szeredi
2009-06-30fuse: fix return value of fuse_dev_write()Csaba Henk
2009-06-17fuse doesn't need BKL in ->umount_begin()Al Viro
2009-06-12Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...Linus Torvalds
2009-06-09CUSE: implement CUSE - Character device in UserspaceTejun Heo
2009-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani
2009-04-28fuse: export symbols to be used by CUSETejun Heo
2009-04-28fuse: update fuse_conn_init() and separate out fuse_conn_kill()Tejun Heo
2009-04-28fuse: don't use inode in fuse_file_pollMiklos Szeredi
2009-04-28fuse: don't use inode in fuse_do_ioctl() helperMiklos Szeredi
2009-04-28fuse: don't use inode in fuse_sync_release()Miklos Szeredi
2009-04-28fuse: create fuse_do_open() helper for CUSEMiklos Szeredi
2009-04-28fuse: clean up args in fuse_finish_open() and fuse_release_fill()Miklos Szeredi
2009-04-28fuse: don't use inode in helpers called by fuse_direct_io()Miklos Szeredi
2009-04-28fuse: add members to struct fuse_fileMiklos Szeredi