| From | Subject | Date |
|---|---|---|
| Eric Sandeen | [PATCH] ext3: make barrier options consistent with ext4
ext4 was updated to accept barrier/nobarrier mount options
in addition to the older barrier=0/1. The barrier story
is complex enough, we should help people by making the options
the same at least, even if the defaults are different.
This patch allows the barrier/nobarrier mount options for ext3,
while keeping nobarrier the default.
It also unconditionally displays barrier status in show_options,
and prints a message at mount time if barriers are not enabled,
just as ext4 ...
| Apr 30, 9:09 am 2010 |
| Bill Pemberton | [PATCH 04/11] jbd2: use NULL instead of 0 when pointer ...
Fixes sparse warning:
fs/jbd2/journal.c:1892:9: warning: Using plain integer as NULL pointer
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
CC: linux-ext4@vger.kernel.org
---
fs/jbd2/journal.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c
index c03d4dc..bc2ff59 100644
--- a/fs/jbd2/journal.c
+++ b/fs/jbd2/journal.c
@@ -1889,7 +1889,7 @@ static struct kmem_cache *get_slab(size_t size)
BUG_ON(i >= JBD2_MAX_SLABS);
...
| Apr 30, 6:34 am 2010 |
| bugzilla-daemon | [Bug 14830] When other IO is running sync times go to 10 ...
https://bugzilla.kernel.org/show_bug.cgi?id=14830
--- Comment #38 from Michael Godfrey <godfrey@isl.stanford.edu> 2010-04-30 06:02:32 ---
Just a couple of comments on the posts above:
1. In our environment, home directories are NFS mounted,
so vi cannot read .vimrc. It appears that this is where
it hangs. The important thing is that nothing
appears on the user's screen after typing vi.
2. We do not have an XFS filesystem, so I cannot comment on
whether these ...
| Apr 29, 11:02 pm 2010 |
| previous day | today | next day |
|---|---|---|
| April 29, 2010 | April 30, 2010 | May 3, 2010 |
