aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2012-03-20fuse: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 2-4/+4
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
2011-12-13fuse: fix fuse_retrieveGravatar Miklos Szeredi 1-1/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 2-2/+2
2011-10-31fs: add module.h to files that were implicitly using itGravatar Paul Gortmaker 1-0/+1
2011-09-12fuse: fix memory leakGravatar Miklos Szeredi 1-4/+8
2011-09-12fuse: fix flock breakageGravatar Miklos Szeredi 1-0/+3
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 4-74/+32
2011-08-24fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageGravatar Miklos Szeredi 1-0/+4
2011-08-08fuse: mark pages accessed when written toGravatar Johannes Weiner 1-0/+3
2011-08-08fuse: delete dead .write_begin and .write_end aopsGravatar Johannes Weiner 1-70/+0
2011-08-08fuse: fix flockGravatar Miklos Szeredi 3-3/+24
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 3-9/+23
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekGravatar Josef Bacik 1-2/+19
2011-07-20locks: rename lock-manager opsGravatar J. Bruce Fields 1-1/+1
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesGravatar Al Viro 1-1/+1
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 1-7/+7
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Gravatar Al Viro 1-3/+2
2011-07-20kill check_acl callback of generic_permission()Gravatar Al Viro 1-2/+2
2011-06-03more conservative S_NOSEC handlingGravatar Al Viro 1-0/+2
2011-06-01fuse: fix non-ANSI void function notationGravatar Randy Dunlap 1-1/+1
2011-05-28fuse: remove unnecessary dentry_unhash on rmdir, dir renameGravatar Sage Weil 1-5/+0
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+4
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-05-10fuse: fix oops in revalidate when called with NULL nameidataGravatar Miklos Szeredi 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+0
2011-03-22mm: add replace_page_cache_page() functionGravatar Miklos Szeredi 1-6/+4
2011-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 5-16/+54
2011-03-21fuse: make fuse_dentry_revalidate() RCU awareGravatar Miklos Szeredi 1-4/+4
2011-03-21fuse: make fuse_permission() RCU awareGravatar Miklos Szeredi 1-8/+22
2011-03-21fuse: wakeup pollers on connection release/abortGravatar Bryan Green 2-1/+18