Skip to content

Commit

Permalink
[PATCH] ufs: directory and page cache: from blocks to pages
Browse files Browse the repository at this point in the history
Change function in fs/ufs/dir.c and fs/ufs/namei.c to work with pages
instead of straight work with blocks.  It fixed such bugs:

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

Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Evgeniy Dushistov authored and Linus Torvalds committed Jun 25, 2006
1 parent 826843a commit b71034e
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 508 deletions.
Loading

0 comments on commit b71034e

Please sign in to comment.