File: ChangeLog

package info (click to toggle)
kernel-image-2.4.18-hppa 62.3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 156,012 kB
  • ctags: 448,723
  • sloc: ansic: 2,586,445; asm: 145,047; makefile: 8,574; sh: 3,097; perl: 2,578; yacc: 1,177; tcl: 577; lex: 352; awk: 251; lisp: 218; sed: 72
file content (29 lines) | stat: -rw-r--r-- 949 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Thu Jan 10 2002  Andrew Morton  <akpm@zip.com.au>

	* dir_commit_chunk(): call writeout_one_page() as well as
	  waitfor_one_page() for IS_SYNC directories, so that we
	  actually do sync the directory.

Sat Dec 15 2001  Christoph Hellwig  <hch@infradead.org>

	* inode.c (sysv_read_inode): Mark inode as bad in case of failure.
	* super.c (complete_read_super): Check for bad root inode.

Wed Nov 21 2001  Andrew Morton  <andrewm@uow.edu.au>

	* file.c (sysv_sync_file): Call fsync_inode_data_buffers.

Fri Oct 26 2001  Christoph Hellwig  <hch@infradead.org>

	* dir.c, ialloc.c, namei.c, include/linux/sysv_fs_i.h:
	Implement per-Inode lookup offset cache.
	Modelled after Ted's ext2 patch.

Fri Oct 26 2001  Christoph Hellwig  <hch@infradead.org>

	* inode.c, super.c, include/linux/sysv_fs.h,
	  include/linux/sysv_fs_sb.h:
	Remove symlink faking.	Noone really wants to use these as
	linux filesystems and native OSes don't support it anyway.