aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-05fuse: fix nlink after unlinkMiklos Szeredi1-7/+15
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds4-49/+134
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-5/+5
2012-01-03fuse: propagate umode_tAl Viro2-4/+4
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds2-2/+7
2011-12-13fuse: register_filesystem() called too earlyAl Viro1-12/+12
2011-12-13FUSE: Notifying the kernel of deletion.John Muir3-4/+93
2011-12-13fuse: support ioctl on directoriesMiklos Szeredi3-4/+32
2011-12-13fuse: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-12-13fuse: llseek optimize SEEK_CUR and SEEK_SETMiklos Szeredi1-40/+8
2011-12-13fuse: llseek fix raceMiklos Szeredi1-0/+4
2011-12-13fuse: fix llseek bugRoel Kluin1-1/+1
2011-12-13fuse: fix fuse_retrieveMiklos Szeredi1-1/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-2/+2
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker1-0/+1
2011-09-12fuse: fix memory leakMiklos Szeredi1-4/+8
2011-09-12fuse: fix flock breakageMiklos Szeredi1-0/+3
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds4-74/+32
2011-08-24fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageMiklos Szeredi1-0/+4
2011-08-08fuse: mark pages accessed when written toJohannes Weiner1-0/+3
2011-08-08fuse: delete dead .write_begin and .write_end aopsJohannes Weiner1-70/+0
2011-08-08fuse: fix flockMiklos Szeredi3-3/+24
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik3-9/+23
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik1-2/+19
2011-07-20locks: rename lock-manager opsJ. Bruce Fields1-1/+1
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro1-1/+1
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-7/+7