aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hostfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-09try to get rid of races in hostfs open()Al Viro3-12/+37
2010-08-09leak in hostfs_unlink()Al Viro1-2/+3
2010-08-09hostfs: fix races in dentry_name() and inode_name()Al Viro1-46/+60
2010-08-09hostfs: sanitize symlinksAl Viro1-26/+35
2010-08-09hostfs: get rid of inode_dentry_name()Al Viro1-35/+20
2010-08-09hostfs: get rid of file_type(), fold init_inode()Al Viro3-93/+45
2010-08-09switch stat_file() to passing a single struct rather than fsckloads of pointersAl Viro3-68/+58
2010-08-09hostfs: pass pathname to init_inode()Al Viro1-30/+15
2010-08-09get rid of hostfs_read_inode()Al Viro1-53/+16
2010-08-09hostfs: don't keep a field in each inode when we are using it only in rootAl Viro1-24/+15
2010-08-09stop icache pollution in hostfs, switch to ->evict_inode()Al Viro1-22/+8
2010-08-09remove inode_setattrChristoph Hellwig1-3/+15
2010-08-09Deal with missing exports for hostfsAl Viro1-3/+3
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-06-30hostfs: set maximum filesize in superblock for proper LFS supportWolfgang Illmeyer1-0/+1
2009-03-27constify dentry_operations: misc filesystemsAl Viro1-2/+2
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-1/+1
2008-11-19hostfs: fix a duplicated global function nameWANG Cong3-4/+4
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-2/+3
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-1/+1
2008-02-09UML: fix hostfs buildJiri Kosina1-0/+1
2008-02-08mount options: fix hostfsMiklos Szeredi1-0/+14
2008-02-07iget: stop HOSTFS from using iget() and read_inode()David Howells1-19/+38
2008-02-05uml: fix hostfs tv_usec calculationsDominique Quatravaux1-4/+4
2007-10-16uml: fix hostfs styleJeff Dike3-172/+202
2007-10-16uml: remove unneeded if from hostfsJeff Dike1-1/+1
2007-10-16UML: remove unnecessary hostfs_getattr()Miklos Szeredi1-9/+0
2007-10-16hostfs: convert to new aopsNick Piggin1-41/+27
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-05-08uml: hostfs style fixesJeff Dike3-171/+167
2007-05-08uml: make hostfs_setattr() support operations on unlinked open filesAlberto Bertogli3-44/+74
2007-03-29[PATCH] uml: hostfs variable renamingPaolo 'Blaisorblade' Giarrusso1-12/+12
2007-03-29[PATCH] uml: fix compilation problemsJeff Dike1-1/+0
2007-03-08[PATCH] uml: hostfs: make hostfs= option work as a jail, as intended.Paolo 'Blaisorblade' Giarrusso1-5/+7
2007-03-08[PATCH] uml: hostfs: fix double freePaolo 'Blaisorblade' Giarrusso1-1/+4
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-4/+4
2007-01-30[PATCH] uml: fix mknodJohannes Stezenbach3-4/+4
2006-12-08[PATCH] struct path: convert hostfsJosef Sipek1-3/+3
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsBadari Pulavarty1-2/+2
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadBadari Pulavarty1-2/+0
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-3/+3
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-2/+2
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-4/+4
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-2/+2
2006-03-27[PATCH] uml: fix hostfs stack corruptionJeff Dike1-1/+0
2005-12-29[PATCH] uml: hostfs - fix possible PAGE_CACHE_SHIFT overflowsPaolo 'Blaisorblade' Giarrusso1-1/+6
2005-12-29[PATCH] Hostfs: remove unused varPaolo 'Blaisorblade' Giarrusso1-2/+0