jfs-commit Mailing List for Journaled File System (Page 27)
Brought to you by:
blaschke-oss,
shaggyk
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
(15) |
May
(35) |
Jun
(41) |
Jul
(35) |
Aug
(28) |
Sep
(71) |
Oct
(57) |
Nov
(20) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(18) |
Feb
(8) |
Mar
(17) |
Apr
(4) |
May
(10) |
Jun
(8) |
Jul
(10) |
Aug
(3) |
Sep
(9) |
Oct
(14) |
Nov
(3) |
Dec
(7) |
2004 |
Jan
(10) |
Feb
(1) |
Mar
(11) |
Apr
(13) |
May
(17) |
Jun
(8) |
Jul
(19) |
Aug
(2) |
Sep
(3) |
Oct
|
Nov
(3) |
Dec
(9) |
2005 |
Jan
|
Feb
(8) |
Mar
(19) |
Apr
(5) |
May
(3) |
Jun
(8) |
Jul
|
Aug
|
Sep
(2) |
Oct
(21) |
Nov
(13) |
Dec
|
2006 |
Jan
(6) |
Feb
|
Mar
|
Apr
(1) |
May
(8) |
Jun
(11) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(2) |
Dec
|
2007 |
Jan
|
Feb
|
Mar
(3) |
Apr
(3) |
May
|
Jun
|
Jul
(2) |
Aug
(5) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
(3) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2010 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: OSS-jfs_Admin <jfs...@ww...> - 2002-05-21 17:56:07
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws024:/tmp/cvs-serv30082 Modified Files: ChangeLog configure.in Log Message: Support for replaying external log |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-05-21 16:15:29
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv24340 Modified Files: file.c inode.c jfs_dtree.c jfs_imap.c jfs_logmgr.c jfs_txnmgr.c jfs_xtree.c namei.c super.c Log Message: Update CVS tree to linux-2.5.17: Avoid hang in txCommit, trying to synchronously write data pages. Remove include linux/locks.h. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-05-09 17:15:17
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws025:/tmp/cvs-serv26708/fs/jfs Modified Files: jfs_logmgr.c jfs_logmgr.h jfs_umount.c Log Message: Flush dirty metadata to disk when remounting from read-write to read-only. Also fix umount ordering to make sure metadata is written before journal closed. With Andrew Morton's recent changes, JFS is no longer writing much of its dirty metadata when remounting from read-write to read-only. This causes severe file system corruption. A JFS root file system will be corrupted on shutdown. This patch fixes the problem by explicitly writing the dirty metadata before the journal is closed. It also fixes the ordering so that the dirty metadata is completely written before the journal is closed for the normal unmount case as well. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-05-03 17:40:06
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws024:/tmp/cvs-serv11643/fs/jfs Modified Files: jfs_imap.c jfs_txnmgr.c Log Message: Addtional debug code to help debug mysterious uncommitted anonymous txns |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-05-03 17:31:10
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws025:/tmp/cvs-serv14225/linux25/fs/jfs Modified Files: jfs_dtree.c Log Message: jfs_readdir does not need to take BKL The grabbing of BKL was moved down into the fs's from the vfs, but JFS doesn't require it. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-05-01 16:11:24
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv1996 Modified Files: file.c inode.c jfs_dmap.c jfs_dtree.c jfs_imap.c jfs_logmgr.c jfs_metapage.c jfs_txnmgr.c namei.c super.c Log Message: Sync CVS tree with linux-2.5.12 |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-04-30 19:18:55
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws025:/tmp/cvs-serv28579/fs/jfs Modified Files: jfs_logmgr.c Log Message: Initialize log->bdev. This prevents a trap on 2.5.11. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-04-30 16:28:36
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv23317/fs/jfs Modified Files: jfs_logmgr.c jfs_logmgr.h jfs_mount.c Log Message: Sync up with 2.5.11 |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-04-26 19:05:46
|
Update of /usr/cvs/jfs/jfsutils/libfs In directory swg3ws025:/tmp/cvs-serv28316/libfs Modified Files: Makefile.am fssubs.c inode.c jfs_endian.c log_dump.c log_map.c log_read.c log_work.c logform.c logredo.c super.c Added Files: jfs_endian.h Log Message: Simplify endian swapping code It should be a compile-time decision whether or not to bit-swap the metadata when reading and writing. Furthermore, mainline code should not contain conditionals for doing so. It is more cleanly done in a header file, libfs/jfs_endian.h. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-04-26 19:05:42
|
Update of /usr/cvs/jfs/jfsutils/xpeek In directory swg3ws025:/tmp/cvs-serv28316/xpeek Modified Files: directory.c display.c dmap.c fsckcbbl.c iag.c inode.c xpeek.c Log Message: Simplify endian swapping code It should be a compile-time decision whether or not to bit-swap the metadata when reading and writing. Furthermore, mainline code should not contain conditionals for doing so. It is more cleanly done in a header file, libfs/jfs_endian.h. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-04-26 19:05:41
|
Update of /usr/cvs/jfs/jfsutils/xchklog In directory swg3ws025:/tmp/cvs-serv28316/xchklog Modified Files: xchklog.c Log Message: Simplify endian swapping code It should be a compile-time decision whether or not to bit-swap the metadata when reading and writing. Furthermore, mainline code should not contain conditionals for doing so. It is more cleanly done in a header file, libfs/jfs_endian.h. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-04-26 19:05:41
|
Update of /usr/cvs/jfs/jfsutils/mkfs In directory swg3ws025:/tmp/cvs-serv28316/mkfs Modified Files: initmap.c inodemap.c inodes.c mkfs.c Log Message: Simplify endian swapping code It should be a compile-time decision whether or not to bit-swap the metadata when reading and writing. Furthermore, mainline code should not contain conditionals for doing so. It is more cleanly done in a header file, libfs/jfs_endian.h. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-04-26 19:05:40
|
Update of /usr/cvs/jfs/jfsutils/include In directory swg3ws025:/tmp/cvs-serv28316/include Modified Files: jfs_filsys.h Log Message: Simplify endian swapping code It should be a compile-time decision whether or not to bit-swap the metadata when reading and writing. Furthermore, mainline code should not contain conditionals for doing so. It is more cleanly done in a header file, libfs/jfs_endian.h. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-04-26 19:05:40
|
Update of /usr/cvs/jfs/jfsutils/fsck In directory swg3ws025:/tmp/cvs-serv28316/fsck Modified Files: fsckbmap.c fsckimap.c fsckmsgs.c fsckpfs.c fsckwsp.c xchkdsk.c xfsckint.h Log Message: Simplify endian swapping code It should be a compile-time decision whether or not to bit-swap the metadata when reading and writing. Furthermore, mainline code should not contain conditionals for doing so. It is more cleanly done in a header file, libfs/jfs_endian.h. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-04-26 19:05:40
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws025:/tmp/cvs-serv28316 Modified Files: ChangeLog Log Message: Simplify endian swapping code It should be a compile-time decision whether or not to bit-swap the metadata when reading and writing. Furthermore, mainline code should not contain conditionals for doing so. It is more cleanly done in a header file, libfs/jfs_endian.h. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-04-26 01:21:32
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv18683/fs/jfs Modified Files: jfs_xtree.c Log Message: Add xtAppend |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-04-26 00:59:49
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws024:/tmp/cvs-serv15863/fs/jfs Modified Files: jfs_xtree.c Log Message: Add xtAppend |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-04-24 23:00:44
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv25651 Modified Files: jfs_metapage.c Log Message: Bring CVS tree in line with linux-2.5.9 |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-04-24 18:01:59
|
Update of /usr/cvs/jfs/jfsutils/fsck In directory swg3ws024:/tmp/cvs-serv30357/jfsutils/fsck Modified Files: fsckpfs.c xchkdsk.c Log Message: fix typo, fix endian swap blkmap ctl page before write |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-04-24 18:01:59
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws024:/tmp/cvs-serv30357/jfsutils Modified Files: ChangeLog Log Message: fix typo, fix endian swap blkmap ctl page before write |
From: Steve B. <sf...@us...> - 2002-04-01 17:48:05
|