aboutsummaryrefslogtreecommitdiff
path: root/fs/hostfs
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-09remove inode_setattrGravatar Christoph Hellwig 1-3/+15
2010-08-09Deal with missing exports for hostfsGravatar Al Viro 1-3/+3
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-30hostfs: set maximum filesize in superblock for proper LFS supportGravatar Wolfgang Illmeyer 1-0/+1
2009-03-27constify dentry_operations: misc filesystemsGravatar Al Viro 1-2/+2
2009-01-04fs: symlink write_begin allocation context fixGravatar Nick Piggin 1-1/+1
2008-11-19hostfs: fix a duplicated global function nameGravatar WANG Cong 3-4/+4
2008-10-21[PATCH] introduce fmode_t, do annotationsGravatar Al Viro 1-2/+3
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-1/+1
2008-02-09UML: fix hostfs buildGravatar Jiri Kosina 1-0/+1
2008-02-08mount options: fix hostfsGravatar Miklos Szeredi 1-0/+14
2008-02-07iget: stop HOSTFS from using iget() and read_inode()Gravatar David Howells 1-19/+38
2008-02-05uml: fix hostfs tv_usec calculationsGravatar Dominique Quatravaux 1-4/+4
2007-10-16uml: fix hostfs styleGravatar Jeff Dike 3-172/+202
2007-10-16uml: remove unneeded if from hostfsGravatar Jeff Dike 1-1/+1
2007-10-16UML: remove unnecessary hostfs_getattr()Gravatar Miklos Szeredi 1-9/+0
2007-10-16hostfs: convert to new aopsGravatar Nick Piggin 1-41/+27
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Gravatar Jens Axboe 1-1/+1
2007-05-08uml: hostfs style fixesGravatar Jeff Dike 3-171/+167
2007-05-08uml: make hostfs_setattr() support operations on unlinked open filesGravatar Alberto Bertogli 3-44/+74
2007-03-29[PATCH] uml: hostfs variable renamingGravatar Paolo 'Blaisorblade' Giarrusso 1-12/+12
2007-03-29[PATCH] uml: fix compilation problemsGravatar Jeff Dike 1-1/+0
2007-03-08[PATCH] uml: hostfs: make hostfs= option work as a jail, as intended.Gravatar Paolo 'Blaisorblade' Giarrusso 1-5/+7
2007-03-08[PATCH] uml: hostfs: fix double freeGravatar Paolo 'Blaisorblade' Giarrusso 1-1/+4
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 2Gravatar Arjan van de Ven 1-4/+4
2007-01-30[PATCH] uml: fix mknodGravatar Johannes Stezenbach 3-4/+4
2006-12-08[PATCH] struct path: convert hostfsGravatar Josef Sipek 1-3/+3
2006-10-01[PATCH] Streamline generic_file_* interfaces and filemap cleanupsGravatar Badari Pulavarty 1-2/+2
2006-10-01[PATCH] Remove readv/writev methods and use aio_read/aio_write insteadGravatar Badari Pulavarty 1-2/+0
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureGravatar Theodore Ts'o 1-1/+0
2006-06-28[PATCH] mark address_space_operations constGravatar Christoph Hellwig 1-3/+3