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
..
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:43:02 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:43:02 -07:00
2006-06-23 07:43:02 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:43:02 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-05-21 12:59:16 -07:00
2006-06-23 07:43:06 -07:00
2006-06-23 07:43:06 -07:00
2006-06-23 07:43:03 -07:00
2006-06-25 10:01:01 -07:00
2006-06-23 07:43:02 -07:00
2006-06-23 07:43:02 -07:00
2006-06-23 07:43:02 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:48 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:43:08 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:43:02 -07:00
2006-04-19 12:43:47 -04:00
2006-06-23 07:43:02 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:43:02 -07:00
2006-06-23 07:42:45 -07:00
2006-03-24 07:33:19 -08:00
2006-06-23 07:43:02 -07:00
2006-06-23 07:43:02 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:43:09 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:43:02 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:43:02 -07:00
2006-06-23 07:42:45 -07:00
2006-06-25 10:01:02 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:43:07 -07:00
2006-03-28 09:16:06 -08:00
2006-06-23 07:42:54 -07:00
2006-06-23 07:43:05 -07:00
2006-05-21 12:59:17 -07:00
2006-06-23 07:42:45 -07:00
2006-06-17 10:52:12 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 17:10:39 +02:00
2006-03-31 12:18:53 -08:00
2006-03-24 07:33:19 -08:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:45 -07:00
2006-03-26 08:56:56 -08:00
2006-06-23 17:10:39 +02:00
2006-03-26 08:56:56 -08:00
2006-04-02 13:36:13 +02:00
2006-06-23 07:42:45 -07:00
2006-06-22 15:05:57 -07:00
2006-04-02 13:37:19 +02:00
2006-04-11 13:53:33 +02:00
2006-06-23 07:43:06 -07:00
2006-03-28 09:16:05 -08:00
2006-06-23 17:10:39 +02:00
2006-04-02 13:38:18 +02:00
2006-06-23 07:42:45 -07:00
2006-06-20 05:25:19 -04:00
2006-06-23 07:42:53 -07:00
2006-06-23 07:42:55 -07:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:43:03 -07:00
2006-06-20 05:25:17 -04:00
2006-03-28 09:16:08 -08:00
2006-06-23 07:42:49 -07:00
2006-06-23 07:43:02 -07:00
2006-06-23 07:42:45 -07:00
2006-03-24 07:33:19 -08:00
2006-06-23 07:43:02 -07:00
2006-06-23 07:42:45 -07:00
2006-03-24 07:33:24 -08:00
2006-04-11 13:56:09 +02:00
2006-06-23 07:43:03 -07:00
2006-06-23 17:10:39 +02:00
2006-04-28 21:04:59 +10:00
2006-06-23 07:42:45 -07:00
2006-06-23 07:42:49 -07:00
2006-06-20 05:25:28 -04:00