jfs-commit Mailing List for Journaled File System (Page 24)
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-07-10 18:18:34
|
Update of /usr/cvs/jfs/jfsutils/fsck In directory swg3ws025:/tmp/cvs-serv17774/fsck Modified Files: fsckdire.c Log Message: remove register keyword (cleanup) |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-07-10 18:18:29
|
Update of /usr/cvs/jfs/jfsutils/libfs In directory swg3ws025:/tmp/cvs-serv17774/libfs Modified Files: log_dump.c logredo.c utilsubs.c Log Message: remove register keyword (cleanup) |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-07-10 18:18:29
|
Update of /usr/cvs/jfs/jfsutils/include In directory swg3ws025:/tmp/cvs-serv17774/include Modified Files: jfs_unicode.h Log Message: remove register keyword (cleanup) |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-07-10 18:18:29
|
Update of /usr/cvs/jfs/jfsutils/defrag In directory swg3ws025:/tmp/cvs-serv17774/defrag Modified Files: defragfs.c Log Message: remove register keyword (cleanup) |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-07-10 18:18:29
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws025:/tmp/cvs-serv17774 Modified Files: ChangeLog Log Message: remove register keyword (cleanup) |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-24 19:12:18
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws025:/tmp/cvs-serv4266 Modified Files: ChangeLog Log Message: fix typo in mkfs emergency help (Bas) |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-24 19:12:18
|
Update of /usr/cvs/jfs/jfsutils/mkfs In directory swg3ws025:/tmp/cvs-serv4266/mkfs Modified Files: mkfs.c Log Message: fix typo in mkfs emergency help (Bas) |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-21 18:39:21
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws025:/tmp/cvs-serv17619 Modified Files: ChangeLog NEWS README configure.in Log Message: bump version to 1.0.20 |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-21 18:24:12
|
Update of /usr/cvs/jfs/linux24/Documentation/filesystems In directory swg3ws025:/tmp/cvs-serv16385/Documentation/filesystems Modified Files: changelog.jfs Log Message: 1.0.20 |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-21 18:17:52
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv9747/fs/jfs Modified Files: jfs_logmgr.c Log Message: Remove extraneous bdput calls bdput is called in blockdev_put and the error path of bkldev_get. JFS shouldn't be calling it directly. Submitted by Christoph Hellwig |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-21 00:23:58
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv3881/linux25/fs/jfs Modified Files: super.c Log Message: set s_maxbytes to 1 byte lower When i_size was (PAGE_CACHE_SIZE << 32), generic_file_read overflowed an index and failed on any read. Subtracting one fixes it. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-21 00:23:57
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws024:/tmp/cvs-serv3881/linux24/fs/jfs Modified Files: super.c Log Message: set s_maxbytes to 1 byte lower When i_size was (PAGE_CACHE_SIZE << 32), generic_file_read overflowed an index and failed on any read. Subtracting one fixes it. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-20 23:43:46
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv2179/linux25/fs/jfs Modified Files: jfs_debug.c jfs_debug.h jfs_txnmgr.c super.c Log Message: procfs entries should be created when CONFIG_JFS_STATISTICS is set. Currently, if CONFIG_JFS_DEBUG is not set, no entries are created under /proc/fs/jfs, even if CONFIG_JFS_STATISTICS is set. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-20 23:43:46
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws024:/tmp/cvs-serv2179/linux24/fs/jfs Modified Files: jfs_debug.c jfs_debug.h jfs_txnmgr.c super.c Log Message: procfs entries should be created when CONFIG_JFS_STATISTICS is set. Currently, if CONFIG_JFS_DEBUG is not set, no entries are created under /proc/fs/jfs, even if CONFIG_JFS_STATISTICS is set. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-20 22:46:48
|
Update of /usr/cvs/jfs/jfsutils/libfs In directory swg3ws024:/tmp/cvs-serv30903/libfs Modified Files: logform.c Log Message: do not display logform heartbeat if output is redirected |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-20 22:46:48
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws024:/tmp/cvs-serv30903 Modified Files: ChangeLog Log Message: do not display logform heartbeat if output is redirected |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-20 19:15:03
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws025:/tmp/cvs-serv10392 Modified Files: ChangeLog Log Message: fix jfsutils to work on enormous disks (Peter C.) |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-20 19:15:03
|
Update of /usr/cvs/jfs/jfsutils/mkfs In directory swg3ws025:/tmp/cvs-serv10392/mkfs Modified Files: initmap.c Log Message: fix jfsutils to work on enormous disks (Peter C.) |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-20 19:15:03
|
Update of /usr/cvs/jfs/jfsutils/libfs In directory swg3ws025:/tmp/cvs-serv10392/libfs Modified Files: devices.c Log Message: fix jfsutils to work on enormous disks (Peter C.) |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-20 17:47:25
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws024:/tmp/cvs-serv14091 Modified Files: ChangeLog Log Message: remove unused variables in fsck (Christoph) |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-20 17:47:21
|
Update of /usr/cvs/jfs/jfsutils/fsck In directory swg3ws024:/tmp/cvs-serv14091/fsck Modified Files: fsckimap.c fsckpfs.c Log Message: remove unused variables in fsck (Christoph) |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-19 17:54:31
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws025:/tmp/cvs-serv27113 Modified Files: jfs_dmap.c jfs_imap.c jfs_logmgr.c Log Message: Use new list_move function |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-19 17:25:42
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws024:/tmp/cvs-serv16609/linux24/fs/jfs Modified Files: file.c Log Message: fix fsync (hch) fsync is allowed to return early if datasync is set and the I_DIRTY_DATASYNC flags is cleared, not if either of those is true. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-19 17:25:42
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv16609/linux25/fs/jfs Modified Files: file.c Log Message: fix fsync (hch) fsync is allowed to return early if datasync is set and the I_DIRTY_DATASYNC flags is cleared, not if either of those is true. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-19 17:17:38
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws025:/tmp/cvs-serv24587 Modified Files: jfs_logmgr.c jfs_txnmgr.c Log Message: recalc_sigpending takes no argument in the 2.5 kernel |