Searched hist:b71034e5e67d1577424cebe7bbb7d0ce134a4cd8 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ufs/ |
H A D | dir.c | diff b71034e5e67d1577424cebe7bbb7d0ce134a4cd8 Sun Jun 25 07:47:22 CDT 2006 Evgeniy Dushistov <dushistov@mail.ru> [PATCH] ufs: directory and page cache: from blocks to pages
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>
|
H A D | namei.c | diff b71034e5e67d1577424cebe7bbb7d0ce134a4cd8 Sun Jun 25 07:47:22 CDT 2006 Evgeniy Dushistov <dushistov@mail.ru> [PATCH] ufs: directory and page cache: from blocks to pages
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>
|