aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2013-02-07fuse: allow control of adaptive readdirplus useEric Wong
2013-02-04fuse: send poll eventsEnke Chen
2013-02-04fuse: don't WARN when nlink is zeroMiklos Szeredi
2013-02-04fuse: avoid out-of-scope stack accessEric Wong
2013-01-31FUSE: Adapt readdirplus to application usage patternsFeng Shuo
2013-01-31Do not use RCU for current process credentialsAnatol Pomozov
2013-01-24fuse: cleanup fuse_direct_io()Miklos Szeredi
2013-01-24fuse: optimize __fuse_direct_io()Maxim Patlasov
2013-01-24fuse: optimize fuse_get_user_pages()Maxim Patlasov
2013-01-24fuse: pass iov[] to fuse_get_user_pages()Maxim Patlasov
2013-01-24fuse: use req->page_descs[] for argpages casesMaxim Patlasov
2013-01-24fuse: add per-page descriptor <offset, length> to fuse_reqMaxim Patlasov
2013-01-24fuse: rework fuse_do_ioctl()Maxim Patlasov
2013-01-24fuse: rework fuse_perform_write()Maxim Patlasov
2013-01-24fuse: rework fuse_readpages()Maxim Patlasov
2013-01-24fuse: rework fuse_retrieve()Maxim Patlasov
2013-01-24fuse: categorize fuse_get_req()Maxim Patlasov
2013-01-24fuse: general infrastructure for pages[] of variable sizeMaxim Patlasov
2013-01-24fuse: implement NFS-like readdirplus supportAnand V. Avati
2013-01-17fuse: remove unused variable in fuse_try_move_page()Wei Yongjun
2013-01-17fuse: make fuse_file_fallocate() staticMiklos Szeredi
2013-01-17fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/KconfigRobert P. J. Day
2013-01-17cuse: fix uninitialized variable warningsMiklos Szeredi
2013-01-17cuse: do not register multiple devices with identical namesDavid Herrmann
2013-01-17cuse: use mutex as registration lock instead of spinlocksDavid Herrmann
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-11-14userns: Support fuse interacting with multiple user namespacesEric W. Biederman
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-09-26make get_file() return its argumentAl Viro
2012-09-04fuse: fix retrieve lengthMiklos Szeredi
2012-09-03fuse: mark variables uninitializedDaniel Mack
2012-08-30cuse: kill connection on initialization errorMiklos Szeredi
2012-08-30cuse: fix fuse_conn_kill()Miklos Szeredi
2012-08-18Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2012-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2012-08-15fuse: check create mode in atomic openMiklos Szeredi
2012-08-06fuse: verify all ioctl retry iov elementsZach Brown
2012-07-31fuse: Convert to new freezing mechanismJan Kara
2012-07-18fuse: add missing INIT flagsMiklos Szeredi
2012-07-18fuse: update attributes on aio_readBrian Foster
2012-07-18fuse: invalidate inode mapping if mtime changesBrian Foster
2012-07-18fuse: add FUSE_AUTO_INVAL_DATA init flagBrian Foster
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-07-14make finish_no_open() return intAl Viro
2012-07-14kill struct opendataAl Viro
2012-07-14make ->atomic_open() return intAl Viro