aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2012-08-18Merge branch 'vfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-0/+3
2012-08-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 3-10/+40
2012-08-15fuse: check create mode in atomic openGravatar Miklos Szeredi 1-0/+3
2012-08-06fuse: verify all ioctl retry iov elementsGravatar Zach Brown 1-1/+1
2012-07-31fuse: Convert to new freezing mechanismGravatar Jan Kara 1-2/+2
2012-07-18fuse: add missing INIT flagsGravatar Miklos Szeredi 1-1/+2
2012-07-18fuse: update attributes on aio_readGravatar Brian Foster 1-5/+8
2012-07-18fuse: invalidate inode mapping if mtime changesGravatar Brian Foster 1-3/+24
2012-07-18fuse: add FUSE_AUTO_INVAL_DATA init flagGravatar Brian Foster 2-1/+6
2012-07-14don't pass nameidata to ->create()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-2/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Gravatar Al Viro 1-2/+2
2012-07-14make finish_no_open() return intGravatar Al Viro 1-2/+1
2012-07-14kill struct opendataGravatar Al Viro 1-9/+6
2012-07-14make ->atomic_open() return intGravatar Al Viro 1-17/+16
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Gravatar Al Viro 1-5/+5
2012-07-14fuse: implement i_op->atomic_open()Gravatar Miklos Szeredi 1-27/+67
2012-07-14vfs: switch i_dentry/d_alias to hlistGravatar Al Viro 1-1/+1
2012-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 5-10/+74
2012-06-01fs: introduce inode operation ->update_timeGravatar Josef Bacik 1-1/+3
2012-05-29->encode_fh() API changeGravatar Al Viro 1-12/+5
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxGravatar Linus Torvalds 1-1/+1
2012-05-14fuse: fix blksize calculationGravatar Miklos Szeredi 1-1/+9
2012-05-14fuse: fix stat call on 32 bit platformsGravatar Pavel Shilovsky 3-1/+20
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-04-26fuse: optimize fallocate on permanent failureGravatar Miklos Szeredi 2-0/+10
2012-04-25fuse: add FALLOCATE operationGravatar Anatol Pomozov 1-0/+33
2012-04-25fuse: Convert to kstrtoul_from_userGravatar Peter Huewe 1-8/+2
2012-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 3-27/+128
2012-04-11fuse: allow nanosecond granularityGravatar Miklos Szeredi 1-0/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+2
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-7/+2
2012-03-20fuse: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 2-4/+4
2012-03-05fuse: O_DIRECT support for filesGravatar Anand Avati 2-20/+112
2012-03-05fuse: fix nlink after unlinkGravatar Miklos Szeredi 1-7/+15
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 4-49/+134
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-5/+5
2012-01-03fuse: propagate umode_tGravatar Al Viro 2-4/+4
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 2-2/+7
2011-12-13fuse: register_filesystem() called too earlyGravatar Al Viro 1-12/+12
2011-12-13FUSE: Notifying the kernel of deletion.Gravatar John Muir 3-4/+93
2011-12-13fuse: support ioctl on directoriesGravatar Miklos Szeredi 3-4/+32
2011-12-13fuse: Use kcalloc instead of kzalloc to allocate arrayGravatar Thomas Meyer 1-1/+1
2011-12-13fuse: llseek optimize SEEK_CUR and SEEK_SETGravatar Miklos Szeredi 1-40/+8
2011-12-13fuse: llseek fix raceGravatar Miklos Szeredi 1-0/+4
2011-12-13fuse: fix llseek bugGravatar Roel Kluin 1-1/+1