aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)Author
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03fuse: propagate umode_tAl Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2011-12-13fuse: register_filesystem() called too earlyAl Viro
2011-12-13FUSE: Notifying the kernel of deletion.John Muir
2011-12-13fuse: support ioctl on directoriesMiklos Szeredi
2011-12-13fuse: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer
2011-12-13fuse: llseek optimize SEEK_CUR and SEEK_SETMiklos Szeredi
2011-12-13fuse: llseek fix raceMiklos Szeredi
2011-12-13fuse: fix llseek bugRoel Kluin
2011-12-13fuse: fix fuse_retrieveMiklos Szeredi
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker
2011-09-12fuse: fix memory leakMiklos Szeredi
2011-09-12fuse: fix flock breakageMiklos Szeredi
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2011-08-24fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageMiklos Szeredi
2011-08-08fuse: mark pages accessed when written toJohannes Weiner
2011-08-08fuse: delete dead .write_begin and .write_end aopsJohannes Weiner
2011-08-08fuse: fix flockMiklos Szeredi
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-07-20locks: rename lock-manager opsJ. Bruce Fields
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-06-03more conservative S_NOSEC handlingAl Viro
2011-06-01fuse: fix non-ANSI void function notationRandy Dunlap
2011-05-28fuse: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-05-10fuse: fix oops in revalidate when called with NULL nameidataMiklos Szeredi
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi
2011-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2011-03-21fuse: make fuse_dentry_revalidate() RCU awareMiklos Szeredi
2011-03-21fuse: make fuse_permission() RCU awareMiklos Szeredi
2011-03-21fuse: wakeup pollers on connection release/abortBryan Green
2011-03-21fuse: reduce size of struct fuse_requestMiklos Szeredi