jfs-commit Mailing List for Journaled File System (Page 4)
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: David K. <sh...@us...> - 2005-11-22 20:44:01
|
Update of /cvsroot/jfs/jfsutils/xpeek In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26559/xpeek Modified Files: alter.c directory.c display.c dmap.c fsckcbbl.c help.c iag.c inode.c io.c jfs_debugfs.8 super.c super2.c ui.c xpeek.c xpeek.h Log Message: Clean up includes. Not all the files that should have were including config.h, so I went ahead and made every .c file include it. In doing so I also tried to make the includes more consistent. As long as I was changing so many files, I also removed all trailing whitespace. |
From: David K. <sh...@us...> - 2005-11-22 20:44:01
|
Update of /cvsroot/jfs/jfsutils/mkfs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26559/mkfs Modified Files: Makefile.am initmap.c initmap.h inodemap.c inodemap.h inodes.c inodes.h jfs_mkfs.8 mkfs.c Log Message: Clean up includes. Not all the files that should have were including config.h, so I went ahead and made every .c file include it. In doing so I also tried to make the includes more consistent. As long as I was changing so many files, I also removed all trailing whitespace. |
From: David K. <sh...@us...> - 2005-11-22 20:44:01
|
Update of /cvsroot/jfs/jfsutils/libfs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26559/libfs Modified Files: debug.h devices.c devices.h diskmap.c diskmap.h fsck_base.h fsckcbbl.h fscklog.h fsckmsgdef.c fsckwsp.h fssubs.c inode.c inode.h jfs_endian.c jfs_endian.h libjufs.h log_dump.c log_map.c log_read.c log_work.c logform.c logform.h logredo.c logredo.h message.c message.h open_by_label.c super.c super.h unicode_to_utf8.c uniupr.c utilsubs.c utilsubs.h Log Message: Clean up includes. Not all the files that should have were including config.h, so I went ahead and made every .c file include it. In doing so I also tried to make the includes more consistent. As long as I was changing so many files, I also removed all trailing whitespace. |
From: David K. <sh...@us...> - 2005-11-22 20:44:00
|
Update of /cvsroot/jfs/jfsutils/fscklog In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26559/fscklog Modified Files: display.c extract.c fscklog.c jfs_fscklog.8 jfs_fscklog.h Log Message: Clean up includes. Not all the files that should have were including config.h, so I went ahead and made every .c file include it. In doing so I also tried to make the includes more consistent. As long as I was changing so many files, I also removed all trailing whitespace. |
From: David K. <sh...@us...> - 2005-11-22 20:44:00
|
Update of /cvsroot/jfs/jfsutils/fsck In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26559/fsck Modified Files: Makefile.am dirindex.c fsck_message.c fsckbmap.c fsckcbbl.c fsckconn.c fsckdire.c fsckdtre.c fsckea.c fsckimap.c fsckino.c fsckmeta.c fsckpfs.c fsckpfs.h fsckruns.c fsckwsp.c fsckxtre.c jfs_fsck.8 xchkdsk.c xchkdsk.h xfsck.h xfsckint.h Log Message: Clean up includes. Not all the files that should have were including config.h, so I went ahead and made every .c file include it. In doing so I also tried to make the includes more consistent. As long as I was changing so many files, I also removed all trailing whitespace. |
From: David K. <sh...@us...> - 2005-11-22 20:44:00
|
Update of /cvsroot/jfs/jfsutils/defrag In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26559/defrag Modified Files: defragfs.c helpers.c helpers.h jfs_defragfs.h Log Message: Clean up includes. Not all the files that should have were including config.h, so I went ahead and made every .c file include it. In doing so I also tried to make the includes more consistent. As long as I was changing so many files, I also removed all trailing whitespace. |
From: David K. <sh...@us...> - 2005-11-22 20:43:59
|
Update of /cvsroot/jfs/jfsutils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26559 Modified Files: ChangeLog NEWS README jfsutils.spec.in Log Message: Clean up includes. Not all the files that should have were including config.h, so I went ahead and made every .c file include it. In doing so I also tried to make the includes more consistent. As long as I was changing so many files, I also removed all trailing whitespace. |
From: David K. <sh...@us...> - 2005-11-08 21:53:12
|
Update of /cvsroot/jfs/jfsutils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8708 Modified Files: ChangeLog configure.in Log Message: Fix some problems with recent stdio changes. Most notably, mkfs.jfs -c goes into an infintite loop |
From: David K. <sh...@us...> - 2005-11-08 21:53:12
|
Update of /cvsroot/jfs/jfsutils/mkfs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8708/mkfs Modified Files: initmap.c Log Message: Fix some problems with recent stdio changes. Most notably, mkfs.jfs -c goes into an infintite loop |
From: David K. <sh...@us...> - 2005-11-08 21:53:12
|
Update of /cvsroot/jfs/jfsutils/libfs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8708/libfs Modified Files: devices.c Log Message: Fix some problems with recent stdio changes. Most notably, mkfs.jfs -c goes into an infintite loop |
From: David K. <sh...@us...> - 2005-10-24 12:09:55
|
Update of /cvsroot/jfs/jfsutils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32216 Modified Files: ChangeLog Log Message: We're using printf and strcpy, so lets get the prototypes so that intelligent compilers can do buffer checks. From: Mads Martin Joergensen <mm...@su...> |
From: David K. <sh...@us...> - 2005-10-24 12:09:47
|
Update of /cvsroot/jfs/jfsutils/tune In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32216/tune Modified Files: super.c Log Message: We're using printf and strcpy, so lets get the prototypes so that intelligent compilers can do buffer checks. From: Mads Martin Joergensen <mm...@su...> |
From: David K. <sh...@us...> - 2005-10-19 15:19:22
|
Update of /cvsroot/jfs/jfsutils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3185 Modified Files: ChangeLog NEWS README configure.in Log Message: Release 1.1.10 |
From: David K. <sh...@us...> - 2005-10-18 15:45:18
|
Update of /cvsroot/jfs/jfsutils/libfs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13087/libfs Modified Files: fssubs.c Log Message: fsck fails to recoginize root filesystem as jfs Is_Device_Mounted needs to check the last root entry for type jfs rather than the first |
From: David K. <sh...@us...> - 2005-10-18 15:44:57
|
Update of /cvsroot/jfs/jfsutils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13087 Modified Files: ChangeLog Log Message: fsck fails to recoginize root filesystem as jfs Is_Device_Mounted needs to check the last root entry for type jfs rather than the first |
From: David K. <sh...@us...> - 2005-10-05 14:11:57
|
Update of /cvsroot/jfs/jfsutils/libfs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8963/libfs Modified Files: devices.c Log Message: Remove unneeded rewind() calls |
From: David K. <sh...@us...> - 2005-10-05 14:11:53
|
Update of /cvsroot/jfs/jfsutils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8963 Modified Files: ChangeLog Log Message: Remove unneeded rewind() calls |
From: David K. <sh...@us...> - 2005-10-04 20:32:46
|
Update of /cvsroot/jfs/jfsutils/libfs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22717/libfs Modified Files: devices.c Log Message: More stdio cleanup. From Jon Nelson |
From: David K. <sh...@us...> - 2005-10-04 20:32:46
|
Update of /cvsroot/jfs/jfsutils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22717 Modified Files: ChangeLog Log Message: More stdio cleanup. From Jon Nelson |
From: David K. <sh...@us...> - 2005-10-04 13:15:35
|
Update of /cvsroot/jfs/jfsutils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14796 Modified Files: ChangeLog NEWS README configure.in Log Message: Release 1.1.9 |
From: David K. <sh...@us...> - 2005-10-04 03:01:32
|
Update of /cvsroot/jfs/jfsutils/libfs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31493/libfs Modified Files: fsckwsp.h Log Message: Reduce memory usage by eliminating OS/2 DASD limits support |
From: David K. <sh...@us...> - 2005-10-04 03:01:32
|
Update of /cvsroot/jfs/jfsutils/fsck In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31493/fsck Modified Files: fsckdtre.c fsckimap.c fsckino.c fsckmeta.c fsckwsp.c xchkdsk.c xfsckint.h Log Message: Reduce memory usage by eliminating OS/2 DASD limits support |
From: David K. <sh...@us...> - 2005-10-04 03:01:31
|
Update of /cvsroot/jfs/jfsutils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31493 Modified Files: ChangeLog Log Message: Reduce memory usage by eliminating OS/2 DASD limits support |
From: David K. <sh...@us...> - 2005-10-04 02:43:07
|
Update of /cvsroot/jfs/jfsutils/logdump In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27990/logdump Modified Files: Makefile.am logdump.c Log Message: Changes for compatability with Dragonfly BSD Primarily by Hiten Pandya <hm...@dr...> |
From: David K. <sh...@us...> - 2005-10-04 02:43:07
|
Update of /cvsroot/jfs/jfsutils/tune In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27990/tune Modified Files: Makefile.am tune.c Log Message: Changes for compatability with Dragonfly BSD Primarily by Hiten Pandya <hm...@dr...> |