android_kernel_xiaomi_sm7250/fs/ufs
Evgeniy Dushistov 826843a347 [PATCH] ufs: directory and page cache: install aops
This series of patches finished "bugs fixing" mentioned
here http://lkml.org/lkml/2006/1/31/275 .

The main bugs:
* for i in `seq 1 1000`; do touch $i; done - crash system
* mkdir create directory without "." and ".." entries

The suggested solution is work with page cache instead of straight work
with blocks.  Such solution has following advantages

* reduce code size and its complexity
* some global locks go away
* fix bugs

The most part of code is stolen from ext2, because of it has similar
directory structure.

Patches testes with UFS1 and UFS2 file systems.

This patch installs i_mapping->a_ops for directory inodes and removes some
duplicated code.

Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-25 10:01:02 -07:00
..
balloc.c [PATCH] ufs: change block number on the fly 2006-06-25 10:01:01 -07:00
cylinder.c
dir.c [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
file.c [PATCH] Make most file operations structs in fs/ const 2006-03-28 09:16:06 -08:00
ialloc.c [PATCH] ufs cleanup 2006-01-14 10:27:32 -08:00
inode.c [PATCH] ufs: directory and page cache: install aops 2006-06-25 10:01:02 -07:00
Makefile
namei.c [PATCH] ufs: directory and page cache: install aops 2006-06-25 10:01:02 -07:00
super.c [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry 2006-06-23 07:42:45 -07:00
swab.h
symlink.c
truncate.c [PATCH] ufs: ufs_trunc_indirect: infinite cycle 2006-06-25 10:01:01 -07:00
util.c [PATCH] ufs: ufs_trunc_indirect: infinite cycle 2006-06-25 10:01:01 -07:00
util.h [PATCH] ufs: ufs_trunc_indirect: infinite cycle 2006-06-25 10:01:01 -07:00