aboutsummaryrefslogtreecommitdiff
path: root/fs/hostfs
AgeCommit message (Expand)Author
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03switch hostfs_iattr to explicit unsigned shortAl 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-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-11-02um: kill useless include of user.hAl Viro
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
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-05-28hostfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil
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-01-12switch hostfsAl Viro
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07hostfs: simplify lockingNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2010-10-29convert get_sb_nodev() usersAl Viro
2010-10-26hostfs: code cleanupsRichard Weinberger
2010-10-26hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-08-18hostfs ->follow_link() brainoAl Viro
2010-08-18hostfs: dumb (and usually harmless) tpyo - strncpy instead of strlcpyAl Viro
2010-08-09try to get rid of races in hostfs open()Al Viro
2010-08-09leak in hostfs_unlink()Al Viro
2010-08-09hostfs: fix races in dentry_name() and inode_name()Al Viro
2010-08-09hostfs: sanitize symlinksAl Viro
2010-08-09hostfs: get rid of inode_dentry_name()Al Viro
2010-08-09hostfs: get rid of file_type(), fold init_inode()Al Viro
2010-08-09switch stat_file() to passing a single struct rather than fsckloads of pointersAl Viro
2010-08-09hostfs: pass pathname to init_inode()Al Viro
2010-08-09get rid of hostfs_read_inode()Al Viro
2010-08-09hostfs: don't keep a field in each inode when we are using it only in rootAl Viro
2010-08-09stop icache pollution in hostfs, switch to ->evict_inode()Al Viro
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-09Deal with missing exports for hostfsAl Viro
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-06-30hostfs: set maximum filesize in superblock for proper LFS supportWolfgang Illmeyer
2009-03-27constify dentry_operations: misc filesystemsAl Viro
2009-01-04fs: symlink write_begin allocation context fixNick Piggin
2008-11-19hostfs: fix a duplicated global function nameWANG Cong
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro