Andrew Morton: ext3 frissítések a 2.4.20-hoz

Címkék

Három foltot jelentett be AM ma délben a 2.4.20 kernelhez, amelyek segítenek javítani az ext3 adatvesztéssel járó bugját.

sync_fs.patch:

Javítja a ext3 data=journal data-loss-on-unmount bugját

sync_fs-fix.patch:

Javítja sync_fs.patch foltot, nem engedi "deadlock"-ba a filerendszert amikor a `mount -o remount' parancs van végrehajtva az erősen terhelt rendszeren

ext3-use-after-free.patch

Javitja az use-after-free bugot, amely memória korrupciós hibát okoz, ha a filerendszeren elfogy a hely, vagy elfogy a szabad inode

[foltok] [foltozási útmutató]

AM levele:From: Andrew Morton

To: lkml , ext3-users@redhat.com

Subject: ext3 updates for 2.4.20

Date: 15 Dec 2002 12:28:23 -0800

There are three patches at

http://www.zip.com.au/~akpm/linux/patches/2.4/2.4.20/

sync_fs.patch:

Fix the ext3 data=journal data-loss-on-unmount bug

sync_fs-fix.patch:

Fix sync_fs.patch to not deadlock the fs when running

`mount -o remount' against a heavily loaded filesystem.

ext3-use-after-free.patch

Fix a use-after-free bug which can cause memory corruption if the filesystem runs out of space, or runs out of free inodes.

Instructions for downloading and applying these patches are at

http://www.zip.com.au/~akpm/linux/ext3/