Displaying 2 results from an estimated 2 matches for "block_flushpage".
2001 Oct 11
4
ext3 0.9.12 for 2.4.10-ac11
...s we're doing panic-on-error)
0.9.9
-----
- Fix the buffer-already-revoked assertion failure by looking up an
aliased buffercache buffer and clearing the revoke bits in there as
well as in the journalled data buffer.
- Reorganise page truncation code so we don't take the address of
block_flushpage(). This is to simplify merging with Andrea's
O_DIRECT patch, which turns block_flushpage() into a macro.
0.9.10
------
- Fix an oops which could occur at unmount time due to non-empty
orphan list. This could be triggered by an earlier error during a
truncate.
- Merge Ted's direct...
2001 Sep 07
4
ext3-2.4-0.9.9
...s we're doing panic-on-error)
0.9.9
-----
- Fix the buffer-already-revoked assertion failure by looking up an
aliased buffercache buffer and clearing the revoke bits in there as
well as in the journalled data buffer.
- Reorganise page truncation code so we don't take the address of
block_flushpage(). This is to simplify merging with Andrea's
O_DIRECT patch, which turns block_flushpage() into a macro.
-