Journaled File System (JFS) release 1.1.1
From: | "Steve Best" <sbest@us.ibm.com> | |
To: | linux-kernel@vger.kernel.org | |
Subject: | [ANNOUNCE] Journaled File System (JFS) release 1.1.1 | |
Date: | Tue, 17 Dec 2002 13:18:49 -0600 |
Release 1.1.1 of JFS was made available today. Drop 64 on December 17, 2002 (jfs-2.4-1.1.1.tar.gz and jfsutils-1.1.1.tar.gz) includes fixes to the file system and utilities. Utilities changes - fix segmentation fault in mkfs.jfs when given bad block device - fix jfs_debugfs to display directory index with directory entries File System changes - calling brelse() with wrong bh during writing out of secondary superblock while resizing the FS - Remove COMMIT_Holdlock - jfs_clear_inode was assuming that active_ag should never be set coming into this routine. Since it's possible for a file to be extended after the file descriptor has been closed, we need to allow the possibility. (Dirty pages of memory mapped files can be written after the file has been closed.) - Avoid writing partial log pages for lazy transactions. - Move index table out of directory inode's address space. - jfs_truncate needs to call block_truncate_page For more details about JFS, please see the patch instructions or readme files. Steve JFS for Linux http://oss.software.ibm.com/jfs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/