aboutsummaryrefslogtreecommitdiff
path: root/fs/hostfs
AgeCommit message (Expand)AuthorFilesLines
2012-10-10Merge branch 'for-linus-37rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-7/+8
2012-10-09hostfs: drop vmtruncateGravatar Marco Stornelli 1-3/+5
2012-10-09um: get rid of pointless include "..." where include <...> will doGravatar Al Viro 3-4/+3
2012-09-21userns: Convert hostfs to use kuid and kgid where appropriateGravatar Eric W. Biederman 1-4/+4
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-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-4/+8
2012-03-25uml/hostfs: Propagate dirent.d_type to filldir()Gravatar Geert Uytterhoeven 3-4/+8
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+2
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-2/+2
2012-01-03switch hostfs_iattr to explicit unsigned shortGravatar Al Viro 1-1/+1
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-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Gravatar Linus Torvalds 1-1/+1
2011-11-02um: kill useless include of user.hGravatar Al Viro 1-1/+0
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-2/+13
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Gravatar Al Viro 1-2/+2
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Gravatar Al Viro 1-1/+1
2011-07-20kill check_acl callback of generic_permission()Gravatar Al Viro 1-1/+1
2011-05-28hostfs: remove unnecessary dentry_unhash on rmdir, dir renameGravatar Sage Weil 1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsGravatar Sage Weil 1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsGravatar Sage Weil 1-0/+2
2011-01-12switch hostfsGravatar Al Viro 1-1/+1
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-2/+5
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-1/+1
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2011-01-07hostfs: simplify lockingGravatar Nick Piggin 1-14/+10
2011-01-07fs: change d_delete semanticsGravatar Nick Piggin 1-1/+1
2010-10-29convert get_sb_nodev() usersGravatar Al Viro 1-4/+4
2010-10-26hostfs: code cleanupsGravatar Richard Weinberger 1-3/+2
2010-10-26hostfs: fix UML crash: remove f_spare from hostfsGravatar Richard Weinberger 3-10/+4
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-6/+1
2010-10-18Update broken web addresses in the kernel.Gravatar Justin P. Mattock 1-6/+1
2010-08-18hostfs ->follow_link() brainoGravatar Al Viro 1-1/+1
2010-08-18hostfs: dumb (and usually harmless) tpyo - strncpy instead of strlcpyGravatar Al Viro 1-1/+1
2010-08-09try to get rid of races in hostfs open()Gravatar Al Viro 3-12/+37
2010-08-09leak in hostfs_unlink()Gravatar Al Viro 1-2/+3
2010-08-09hostfs: fix races in dentry_name() and inode_name()Gravatar Al Viro 1-46/+60
2010-08-09hostfs: sanitize symlinksGravatar Al Viro 1-26/+35
2010-08-09hostfs: get rid of inode_dentry_name()Gravatar Al Viro 1-35/+20
2010-08-09hostfs: get rid of file_type(), fold init_inode()Gravatar Al Viro 3-93/+45
2010-08-09switch stat_file() to passing a single struct rather than fsckloads of pointersGravatar Al Viro 3-68/+58
2010-08-09hostfs: pass pathname to init_inode()Gravatar Al Viro 1-30/+15
2010-08-09get rid of hostfs_read_inode()Gravatar Al Viro 1-53/+16
2010-08-09hostfs: don't keep a field in each inode when we are using it only in rootGravatar Al Viro 1-24/+15
2010-08-09stop icache pollution in hostfs, switch to ->evict_inode()Gravatar Al Viro 1-22/+8