aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-17fuse: remove unused variable in fuse_try_move_page()Wei Yongjun1-5/+0
2013-01-17fuse: make fuse_file_fallocate() staticMiklos Szeredi1-3/+2
2013-01-17fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/KconfigRobert P. J. Day1-2/+14
2013-01-17cuse: fix uninitialized variable warningsMiklos Szeredi1-1/+1
2013-01-17cuse: do not register multiple devices with identical namesDavid Herrmann1-6/+15
2013-01-17cuse: use mutex as registration lock instead of spinlocksDavid Herrmann1-8/+7
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-4/+4
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-4/+4
2012-11-14userns: Support fuse interacting with multiple user namespacesEric W. Biederman4-23/+28
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-0/+1
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+6
2012-09-26make get_file() return its argumentAl Viro1-2/+1
2012-09-04fuse: fix retrieve lengthMiklos Szeredi1-0/+1
2012-09-03fuse: mark variables uninitializedDaniel Mack1-2/+2
2012-08-30cuse: kill connection on initialization errorMiklos Szeredi1-3/+1
2012-08-30cuse: fix fuse_conn_kill()Miklos Szeredi1-5/+7
2012-08-18Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+3
2012-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds3-10/+40
2012-08-15fuse: check create mode in atomic openMiklos Szeredi1-0/+3
2012-08-06fuse: verify all ioctl retry iov elementsZach Brown1-1/+1
2012-07-31fuse: Convert to new freezing mechanismJan Kara1-2/+2
2012-07-18fuse: add missing INIT flagsMiklos Szeredi1-1/+2
2012-07-18fuse: update attributes on aio_readBrian Foster1-5/+8
2012-07-18fuse: invalidate inode mapping if mtime changesBrian Foster1-3/+24
2012-07-18fuse: add FUSE_AUTO_INVAL_DATA init flagBrian Foster2-1/+6
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-2/+2
2012-07-14make finish_no_open() return intAl Viro1-2/+1
2012-07-14kill struct opendataAl Viro1-9/+6
2012-07-14make ->atomic_open() return intAl Viro1-17/+16
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro1-5/+5
2012-07-14fuse: implement i_op->atomic_open()Miklos Szeredi1-27/+67
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+1
2012-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds5-10/+74
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik1-1/+3
2012-05-29->encode_fh() API changeAl Viro1-12/+5
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+1
2012-05-14fuse: fix blksize calculationMiklos Szeredi1-1/+9
2012-05-14fuse: fix stat call on 32 bit platformsPavel Shilovsky3-1/+20
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-04-26fuse: optimize fallocate on permanent failureMiklos Szeredi2-0/+10
2012-04-25fuse: add FALLOCATE operationAnatol Pomozov1-0/+33
2012-04-25fuse: Convert to kstrtoul_from_userPeter Huewe1-8/+2
2012-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds3-27/+128
2012-04-11fuse: allow nanosecond granularityMiklos Szeredi1-0/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+2
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-7/+2
2012-03-20fuse: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-03-05fuse: O_DIRECT support for filesAnand Avati2-20/+112