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_User <sha...@ww...> - 2003-03-10 21:37:51
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws024:/tmp/cvs-serv12416 Modified Files: jfs_logmgr.c jfs_txnmgr.c Log Message: JFS: Fix hang while flushing outstanding transactions under heavy load During syncbarrier recovery, when JFS is waiting for all outstanding transactions to complete before allowing new ones to start, there was a window where a new transaction starts, but is not committed when JFS thought it could stop flushing the journal to disk. This caused the log_SYNCBARRIER flag to not be reset, and no new transactions are allowed to start. This is fixed by using the log->active field to determine when to reset the log_FLUSH flag. |
From: OSS-jfs_User <bla...@ww...> - 2003-03-07 22:03:00
|
Update of /usr/cvs/jfs/jfsutils/fscklog In directory swg3ws025:/tmp/cvs-serv3439/jfsutils/fscklog Modified Files: extract.c Log Message: Code cleanup suggested by static analysis tool. |
From: OSS-jfs_User <bla...@ww...> - 2003-03-07 22:02:56
|
Update of /usr/cvs/jfs/jfsutils/mkfs In directory swg3ws025:/tmp/cvs-serv3439/jfsutils/mkfs Modified Files: mkfs.c Log Message: Code cleanup suggested by static analysis tool. |
From: OSS-jfs_User <bla...@ww...> - 2003-03-07 22:02:56
|
Update of /usr/cvs/jfs/jfsutils/libfs In directory swg3ws025:/tmp/cvs-serv3439/jfsutils/libfs Modified Files: log_dump.c log_map.c log_work.c logredo.c Log Message: Code cleanup suggested by static analysis tool. |
From: OSS-jfs_User <bla...@ww...> - 2003-03-07 22:02:56
|
Update of /usr/cvs/jfs/jfsutils/xpeek In directory swg3ws025:/tmp/cvs-serv3439/jfsutils/xpeek Modified Files: dmap.c Log Message: Code cleanup suggested by static analysis tool. |
From: OSS-jfs_User <bla...@ww...> - 2003-03-07 22:02:55
|
Update of /usr/cvs/jfs/jfsutils/fsck In directory swg3ws025:/tmp/cvs-serv3439/jfsutils/fsck Modified Files: fsckbmap.c fsckdire.c fsckdtre.c fsckimap.c fsckino.c fsckmeta.c fsckpfs.c fsckxtre.c xchkdsk.c Log Message: Code cleanup suggested by static analysis tool. |
From: OSS-jfs_User <bla...@ww...> - 2003-03-07 22:02:53
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws025:/tmp/cvs-serv3439/jfsutils Modified Files: ChangeLog Log Message: Code cleanup suggested by static analysis tool. |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-02-18 22:48:30
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws025:/tmp/cvs-serv20166 Modified Files: jfs_logmgr.c jfs_logmgr.h jfs_txnmgr.c jfs_umount.c Log Message: Fix jfs_flush_journal so that it doesn't wait indefinately when called from jfs_sync_fs. The CVS source tree does not implement jfs_sync_fs, but this change keeps the code up-to-date with the 2.4.21-pre* and 2.5 trees. |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-02-12 22:42:10
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws024:/tmp/cvs-serv13981 Modified Files: jfs_debug.h Log Message: implify jfs_err() to avoid parsing bug in gcc-2.95 |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-02-12 22:41:35
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws024:/tmp/cvs-serv13686 Modified Files: jfs_dmap.c Log Message: Add debug code to help catch elusive bug |
From: E-merchant S. <sa...@vi...> - 2003-02-08 18:20:59
|
Dear jfs-commit <html> <head> </head> <body bgcolor="#ffffff"> <center> <table width="550" border="0" cellpadding="5" cellspacing="0"> <tr> <td bgcolor="#000000" height="2" align="center" valign="middle" colspan="4"></td> </tr> <tr> <td bgcolor="#000000" align="left" valign="top" width="2"></td> <td bgcolor="#E8F4FE" width="546" height="30" align="center" valign="middle" colspan="2"> <font face="times" size="6" color="#000000"> <b>Attention Business Owners:</td> <td bgcolor="#000000" align="left" valign="top" width="2"></td> </tr> <tr> <td bgcolor="#000000" height="2" align="center" valign="middle" colspan="4"></td> </tr> <tr> <td bgcolor="#000000" align="left" valign="top" width="2"></td> <td bgcolor="#336699" align="left" valign="top" width="273" height="100"> <center> <font face="arial" size="4" color="#ffff00"><b><i>Expand Your Business</i></b></font> <hr> <font face="verdana" size="5" color="#ffffff"><b>Start Accepting Credit Cards Today</b></font><br><font face="arial" size="3" color="#ffffff"><b><i>Quickly, Easily + Free Set-up!</b></i></font> <hr> <a href="http://www.liudeshan.com/mortgage/e-commerce.html"><font face="arial" size="4" color="#ffff00"><b>Click Here for More Info</b></font></a> </center></td> <td bgcolor="#ffffff" align="left" valign="top" width="273" height="100"> <center><font face="arial" size="4" color="#000000"><b>Get The Lowest Rates</b></font></center> <br><font face="arial" size="2" color="#000000"> <b> <font face="arial" size="2" color="#0743BE">•</font> Save $ on interest charges<p> <font face="arial" size="2" color="#0743BE">•</font> Compare rates from top companies<p> <font face="arial" size="2" color="#0743BE">•</font> 98% Approval! <p> <font face="arial" size="2" color="#0743BE">•</font> <a href="http://www.liudeshan.com/mortgage/e-commerce.html">Find Out More Now</a> </font></td> <td bgcolor="#000000" align="left" valign="top" width="2"></td> </tr> <tr> <td bgcolor="#000000" height="2" align="center" valign="middle" colspan="4"></td> </tr> <tr> <td bgcolor="#000000" align="left" valign="top" width="2"></td> <td bgcolor="#E8F4FE" width="546" height="30" align="center" valign="middle" colspan="2"> <font face="times" size="5" color="#000000">30 Seconds To Inquire May Save You Thousands</td> <td bgcolor="#000000" align="left" valign="top" width="2"></td> </tr> <tr> <td bgcolor="#000000" height="2" align="center" valign="middle" colspan="4"></td> </tr> </table> </center> </body> </html> <!--1d8463073c0728086a021acf4da55b0f6cab27ab--> |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-02-07 22:21:33
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws025:/tmp/cvs-serv20388 Modified Files: ChangeLog Log Message: I always forget the pesky ChangeLog |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-02-07 22:19:27
|
Update of /usr/cvs/jfs/jfsutils/fsck In directory swg3ws025:/tmp/cvs-serv20083 Modified Files: fsckimap.c Log Message: Check for negative this_ag |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-02-07 22:18:53
|
Update of /usr/cvs/jfs/jfsutils/libfs In directory swg3ws025:/tmp/cvs-serv19991 Modified Files: logredo.c Log Message: Fix for-loop going past last element in vopen array |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-01-29 19:45:48
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws025:/tmp/cvs-serv13578 Modified Files: jfs_dtree.c Log Message: Implement get_index_page to replace some uses of read_index_page A recent change added the function read_index_page to replace calls to read_metapage() when accessing the directory index table. However, we replaced both calls to read_metapage() and get_metapage() with the same function, but we really need two. In addition to unnecesary disk reads, this problem caused an oops in __get_metapage(). |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-01-27 22:53:49
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws025:/tmp/cvs-serv29310 Modified Files: ChangeLog Log Message: Allow jfs_mkfs to format a regular file (for loopback mounts) |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-01-27 22:53:49
|
Update of /usr/cvs/jfs/jfsutils/mkfs In directory swg3ws025:/tmp/cvs-serv29310/mkfs Modified Files: mkfs.c Log Message: Allow jfs_mkfs to format a regular file (for loopback mounts) |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-01-27 22:53:49
|
Update of /usr/cvs/jfs/jfsutils/libfs In directory swg3ws025:/tmp/cvs-serv29310/libfs Modified Files: devices.c Log Message: Allow jfs_mkfs to format a regular file (for loopback mounts) |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-01-27 20:12:33
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws024:/tmp/cvs-serv16406 Modified Files: ChangeLog Log Message: I forgot the ChangeLog, too! |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-01-27 20:10:07
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws024:/tmp/cvs-serv16169 Modified Files: ChangeLog Log Message: missed updating changelog for cleanup remove linuxjfs e-mail id |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-01-27 20:07:07
|
Update of /usr/cvs/jfs/linux24/Documentation/filesystems In directory swg3ws024:/tmp/cvs-serv15202/Documentation/filesystems Modified Files: changelog.jfs jfs.txt Log Message: cleanup remove linuxjfs e-mail id |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-01-27 20:03:46
|
Update of /usr/cvs/jfs/jfsutils/libfs In directory swg3ws024:/tmp/cvs-serv13191 Modified Files: devices.c Log Message: Wrap long lines to 80 columns |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-01-27 19:59:37
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws024:/tmp/cvs-serv11279 Modified Files: README jfsutils.spec.in Log Message: cleanup remove linuxjfs e-mail id |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-01-17 23:51:53
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws025:/tmp/cvs-serv8588 Modified Files: inode.c jfs_btree.h jfs_debug.h jfs_dmap.c jfs_dtree.c jfs_imap.c jfs_inode.c jfs_logmgr.c jfs_metapage.c jfs_mount.c jfs_txnmgr.c jfs_umount.c jfs_unicode.c jfs_xtree.c namei.c super.c Log Message: Replace ugly debug macros with simpler ones. Replacing jFYI, jEVENT, and JERROR with jfs_info(), jfs_warn() and jfs_err(). |
From: OSS-jfs_Admin <jfs...@ww...> - 2003-01-17 20:02:53
|
Update of /usr/cvs/jfs/jfsutils/fsck In directory swg3ws025:/tmp/cvs-serv2934/fsck Modified Files: fsckimap.c Log Message: Restructure code to reduce indenting |