1Thu Jan 10 2002  Andrew Morton  <akpm@zip.com.au>
2
3	* dir_commit_chunk(): call writeout_one_page() as well as
4	  waitfor_one_page() for IS_SYNC directories, so that we
5	  actually do sync the directory.
6
7Sat Dec 15 2001  Christoph Hellwig  <hch@infradead.org>
8
9	* inode.c (sysv_read_inode): Mark inode as bad in case of failure.
10	* super.c (complete_read_super): Check for bad root inode.
11
12Wed Nov 21 2001  Andrew Morton  <andrewm@uow.edu.au>
13
14	* file.c (sysv_sync_file): Call fsync_inode_data_buffers.
15
16Fri Oct 26 2001  Christoph Hellwig  <hch@infradead.org>
17
18	* dir.c, ialloc.c, namei.c, include/linux/sysv_fs_i.h:
19	Implement per-Inode lookup offset cache.
20	Modelled after Ted's ext2 patch.
21
22Fri Oct 26 2001  Christoph Hellwig  <hch@infradead.org>
23
24	* inode.c, super.c, include/linux/sysv_fs.h,
25	  include/linux/sysv_fs_sb.h:
26	Remove symlink faking.	Noone really wants to use these as
27	linux filesystems and native OSes don't support it anyway.
28
29
30