Commit 22d1d71a authored by Maximilian Attems's avatar Maximilian Attems Committed by Linus Torvalds

[PATCH] VFS maintainer email address updates

viro has moved.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6cdda814
...@@ -100,8 +100,8 @@ ...@@ -100,8 +100,8 @@
<para> <para>
I'd like to thank Jeff Garzik I'd like to thank Jeff Garzik
<email>jgarzik@pobox.com</email> and Alexander Viro <email>jgarzik@pobox.com</email> and Alexander Viro
<email>viro@math.psu.edu</email> for their input, Tim Waugh <email>viro@parcelfarce.linux.theplanet.co.uk</email> for their input,
<email>twaugh@redhat.com</email> for his <ulink Tim Waugh <email>twaugh@redhat.com</email> for his <ulink
url="http://people.redhat.com/twaugh/docbook/selfdocbook/">Selfdocbook</ulink>, url="http://people.redhat.com/twaugh/docbook/selfdocbook/">Selfdocbook</ulink>,
and Marc Joosen <email>marcj@historia.et.tudelft.nl</email> for and Marc Joosen <email>marcj@historia.et.tudelft.nl</email> for
proofreading. proofreading.
......
...@@ -1632,7 +1632,7 @@ Changes for patch v177 ...@@ -1632,7 +1632,7 @@ Changes for patch v177
- Fixed bugs in handling symlinks: could leak or cause Oops - Fixed bugs in handling symlinks: could leak or cause Oops
- Cleaned up directory handling by separating fops - Cleaned up directory handling by separating fops
Thanks to Alexander Viro <viro@math.psu.edu> Thanks to Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
=============================================================================== ===============================================================================
Changes for patch v178 Changes for patch v178
......
...@@ -831,7 +831,7 @@ S: Maintained ...@@ -831,7 +831,7 @@ S: Maintained
FILESYSTEMS (VFS and infrastructure) FILESYSTEMS (VFS and infrastructure)
P: Alexander Viro P: Alexander Viro
M: viro@math.psu.edu M: viro@parcelfarce.linux.theplanet.co.uk
S: Maintained S: Maintained
FIRMWARE LOADER (request_firmware) FIRMWARE LOADER (request_firmware)
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
* linux/fs/ext2/namei.c * linux/fs/ext2/namei.c
* *
* Rewrite to pagecache. Almost all code had been changed, so blame me * Rewrite to pagecache. Almost all code had been changed, so blame me
* if the things go wrong. Please, send bug reports to viro@math.psu.edu * if the things go wrong. Please, send bug reports to
* viro@parcelfarce.linux.theplanet.co.uk
* *
* Stuff here is basically a glue between the VFS and generic UNIXish * Stuff here is basically a glue between the VFS and generic UNIXish
* filesystem that keeps everything in pagecache. All knowledge of the * filesystem that keeps everything in pagecache. All knowledge of the
......
...@@ -19,7 +19,7 @@ Wed, 4 Feb 1998 Krzysztof G. Baranowski <kgb@manjak.knm.org.pl> ...@@ -19,7 +19,7 @@ Wed, 4 Feb 1998 Krzysztof G. Baranowski <kgb@manjak.knm.org.pl>
* namei.c: removed static subdir(); is_subdir() from dcache.c * namei.c: removed static subdir(); is_subdir() from dcache.c
is used instead. Cosmetic changes. is used instead. Cosmetic changes.
Thu, 3 Dec 1998 Al Viro (viro@math.psu.edu) Thu, 3 Dec 1998 Al Viro (viro@parcelfarce.linux.theplanet.co.uk)
* namei.c (sysv_rmdir): * namei.c (sysv_rmdir):
Bugectomy: old check for victim being busy Bugectomy: old check for victim being busy
(inode->i_count) wasn't replaced (with checking (inode->i_count) wasn't replaced (with checking
......
...@@ -4,7 +4,7 @@ Thu Feb 14 2002 Andrew Morton <akpm@zip.com.au> ...@@ -4,7 +4,7 @@ Thu Feb 14 2002 Andrew Morton <akpm@zip.com.au>
waitfor_one_page() for IS_SYNC directories, so that we waitfor_one_page() for IS_SYNC directories, so that we
actually do sync the directory. (forward-port from 2.4). actually do sync the directory. (forward-port from 2.4).
Thu Feb 7 2002 Alexander Viro <viro@math.psu.edu> Thu Feb 7 2002 Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
* super.c: switched to ->get_sb() * super.c: switched to ->get_sb()
* ChangeLog: fixed dates ;-) * ChangeLog: fixed dates ;-)
...@@ -13,7 +13,7 @@ Thu Feb 7 2002 Alexander Viro <viro@math.psu.edu> ...@@ -13,7 +13,7 @@ Thu Feb 7 2002 Alexander Viro <viro@math.psu.edu>
* inode.c: Include linux/init.h * inode.c: Include linux/init.h
Mon Jan 21 2002 Alexander Viro <viro@math.psu.edu> Mon Jan 21 2002 Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
* ialloc.c (sysv_new_inode): zero SYSV_I(inode)->i_data out. * ialloc.c (sysv_new_inode): zero SYSV_I(inode)->i_data out.
* i_vnode renamed to vfs_inode. Sorry, but let's keep that * i_vnode renamed to vfs_inode. Sorry, but let's keep that
consistent. consistent.
...@@ -43,7 +43,7 @@ Sat Jan 19 2002 Christoph Hellwig <hch@infradead.org> ...@@ -43,7 +43,7 @@ Sat Jan 19 2002 Christoph Hellwig <hch@infradead.org>
* symlink.c (sysv_readlink): Likewise. * symlink.c (sysv_readlink): Likewise.
(sysv_follow_link): Likewise. (sysv_follow_link): Likewise.
Fri Jan 4 2002 Alexander Viro <viro@math.psu.edu> Fri Jan 4 2002 Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
* ialloc.c (sysv_free_inode): Use sb->s_id instead of bdevname(). * ialloc.c (sysv_free_inode): Use sb->s_id instead of bdevname().
* inode.c (sysv_read_inode): Likewise. * inode.c (sysv_read_inode): Likewise.
...@@ -59,16 +59,16 @@ Sun Dec 30 2001 Manfred Spraul <manfreds@colorfullife.com> ...@@ -59,16 +59,16 @@ Sun Dec 30 2001 Manfred Spraul <manfreds@colorfullife.com>
* dir.c (dir_commit_chunk): Do not set dir->i_version. * dir.c (dir_commit_chunk): Do not set dir->i_version.
(sysv_readdir): Likewise. (sysv_readdir): Likewise.
Thu Dec 27 2001 Alexander Viro <viro@math.psu.edu> Thu Dec 27 2001 Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
* itree.c (get_block): Use map_bh() to fill out bh_result. * itree.c (get_block): Use map_bh() to fill out bh_result.
Tue Dec 25 2001 Alexander Viro <viro@math.psu.edu> Tue Dec 25 2001 Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
* super.c (sysv_read_super): Use sb_set_blocksize() to set blocksize. * super.c (sysv_read_super): Use sb_set_blocksize() to set blocksize.
(v7_read_super): Likewise. (v7_read_super): Likewise.
Tue Nov 27 2001 Alexander Viro <viro@math.psu.edu> Tue Nov 27 2001 Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
* itree.c (get_block): Change type for iblock argument to sector_t. * itree.c (get_block): Change type for iblock argument to sector_t.
* super.c (sysv_read_super): Set s_blocksize early. * super.c (sysv_read_super): Set s_blocksize early.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment