summaryrefslogtreecommitdiffstats
path: root/fs/hostfs
AgeCommit message (Expand)AuthorLines
2011-05-28hostfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil-0/+2
2011-01-12switch hostfsAl Viro-1/+1
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin-2/+5
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin-1/+8
2011-01-07hostfs: simplify lockingNick Piggin-14/+10
2011-01-07fs: change d_delete semanticsNick Piggin-1/+1
2010-10-29convert get_sb_nodev() usersAl Viro-4/+4
2010-10-26hostfs: code cleanupsRichard Weinberger-3/+2
2010-10-26hostfs: fix UML crash: remove f_spare from hostfsRichard Weinberger-10/+4
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-6/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock-6/+1
2010-08-18hostfs ->follow_link() brainoAl Viro-1/+1
2010-08-18hostfs: dumb (and usually harmless) tpyo - strncpy instead of strlcpyAl Viro-1/+1
2010-08-09try to get rid of races in hostfs open()Al Viro-12/+37
2010-08-09leak in hostfs_unlink()Al Viro-2/+3
2010-08-09hostfs: fix races in dentry_name() and inode_name()Al Viro-46/+60
2010-08-09hostfs: sanitize symlinksAl Viro-26/+35
2010-08-09hostfs: get rid of inode_dentry_name()Al Viro-35/+20
2010-08-09hostfs: get rid of file_type(), fold init_inode()Al Viro-93/+45
2010-08-09switch stat_file() to passing a single struct rather than fsckloads of pointersAl Viro-68/+58
2010-08-09hostfs: pass pathname to init_inode()Al Viro-30/+15
2010-08-09get rid of hostfs_read_inode()Al Viro-53/+16
2010-08-09hostfs: don't keep a field in each inode when we are using it only in rootAl Viro-24/+15
2010-08-09stop icache pollution in hostfs, switch to ->evict_inode()Al Viro-22/+8
2010-08-09remove inode_setattrChristoph Hellwig-3/+15
2010-08-09Deal with missing exports for hostfsAl Viro-3/+3
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-06-30hostfs: set maximum filesize in superblock for proper LFS supportWolfgang Illmeyer-0/+1
2009-03-27constify dentry_operations: misc filesystemsAl Viro-2/+2
2009-01-04fs: symlink write_begin allocation context fixNick Piggin-1/+1
2008-11-19hostfs: fix a duplicated global function nameWANG Cong-4/+4
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro-2/+3
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro-1/+1
2008-02-09UML: fix hostfs buildJiri Kosina-0/+1
2008-02-08mount options: fix hostfsMiklos Szeredi-0/+14
2008-02-07iget: stop HOSTFS from using iget() and read_inode()David Howells-19/+38
2008-02-05uml: fix hostfs tv_usec calculationsDominique Quatravaux-4/+4
2007-10-16uml: fix hostfs styleJeff Dike-172/+202
2007-10-16uml: remove unneeded if from hostfsJeff Dike-1/+1
2007-10-16UML: remove unnecessary hostfs_getattr()Miklos Szeredi-9/+0
2007-10-16hostfs: convert to new aopsNick Piggin-41/+27
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe-1/+1
2007-05-08uml: hostfs style fixesJeff Dike-171/+167
2007-05-08uml: make hostfs_setattr() support operations on unlinked open filesAlberto Bertogli-44/+74
2007-03-29[PATCH] uml: hostfs variable renamingPaolo 'Blaisorblade' Giarrusso-12/+12
2007-03-29[PATCH] uml: fix compilation problemsJeff Dike-1/+0