jfs-commit Mailing List for Journaled File System (Page 25)
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-06-19 17:13:47
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv15782/fs/jfs Modified Files: jfs_logmgr.c Log Message: exlusive access to external log devices (hch) Use bd_claim/bd_release to guarentee exclusive access to the external log device. I also fixed a struct block_device leak once I touched that code (missing bdput() both in lmLogClose and the lmLogOpen error path) and sanitized the failure path labels. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-19 01:03:47
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv30966/linux25/fs/jfs Modified Files: jfs_imap.c jfs_inode.c namei.c Log Message: JFS does not need to set i_version. It is never used. Submitted by Manfred Spraul. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-19 01:03:46
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws024:/tmp/cvs-serv30966/linux24/fs/jfs Modified Files: jfs_imap.c jfs_inode.c namei.c Log Message: JFS does not need to set i_version. It is never used. Submitted by Manfred Spraul. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-18 22:37:49
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws025:/tmp/cvs-serv13174 Modified Files: jfs_logmgr.c Log Message: Sync up with latest Linus tree take bio.h out of highmem.h |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-14 21:42:22
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws025:/tmp/cvs-serv22147 Modified Files: jfs_mount.c jfs_txnmgr.c Log Message: Sync up with current Linus tree |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-14 21:16:02
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv11402/fs/jfs Modified Files: jfs_txnmgr.c namei.c Log Message: Yet another truncation fix |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-14 21:14:45
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws024:/tmp/cvs-serv10974/linux24/fs/jfs Modified Files: jfs_txnmgr.c namei.c Log Message: Yet another truncation fix |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-14 18:28:45
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv26895/linux25/fs/jfs Modified Files: jfs_logmgr.c jfs_txnmgr.c super.c Log Message: Fix race in JFS kernel threads. Timing window existed between time threads dropped locks and slept, where the waker can try and wake the threads before they got to sleep. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-14 18:28:45
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws024:/tmp/cvs-serv26895/linux24/fs/jfs Modified Files: jfs_logmgr.c jfs_txnmgr.c super.c Log Message: Fix race in JFS kernel threads. Timing window existed between time threads dropped locks and slept, where the waker can try and wake the threads before they got to sleep. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-11 22:16:42
|
Update of /usr/cvs/jfs/jfsutils/mkfs In directory swg3ws024:/tmp/cvs-serv12027/mkfs Modified Files: mkfs.c Log Message: set version properly if external log |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-11 22:16:42
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws024:/tmp/cvs-serv12027 Modified Files: ChangeLog Log Message: set version properly if external log |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-11 17:22:33
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv28989 Modified Files: jfs_metapage.c Log Message: Fix typo |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-11 17:18:13
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv28791 Modified Files: jfs_metapage.c Log Message: Sync with Linus' tree: Change block_flushpage to block_invalidate_page |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-07 21:54:00
|
Update of /usr/cvs/jfs/linux24/Documentation/filesystems In directory swg3ws025:/tmp/cvs-serv24433/Documentation/filesystems Modified Files: changelog.jfs Log Message: 1.0.19 |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-07 21:48:56
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws025:/tmp/cvs-serv24100/linux24/fs/jfs Modified Files: inode.c jfs_imap.c jfs_imap.h super.c Log Message: sanitize ->clear_inode, remove ->put_inode Rename the JFS ->clear_inode from diClearExtension to the more descriptive jfs_clear_inode, move it to inode.c and clean it up a bit. Remove jfs_put_inode as in 2.5. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-07 21:48:56
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws025:/tmp/cvs-serv24100/linux25/fs/jfs Modified Files: jfs_imap.h Log Message: sanitize ->clear_inode, remove ->put_inode Rename the JFS ->clear_inode from diClearExtension to the more descriptive jfs_clear_inode, move it to inode.c and clean it up a bit. Remove jfs_put_inode as in 2.5. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-07 21:41:46
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws025:/tmp/cvs-serv23401/linux25/fs/jfs Modified Files: file.c inode.c jfs_debug.c jfs_debug.h jfs_incore.h jfs_lock.h jfs_logmgr.c jfs_logmgr.h jfs_metapage.c jfs_metapage.h jfs_txnmgr.c jfs_unicode.h namei.c super.c symlink.c Log Message: Add Christoph's copyright to files he has significantly contributed to. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-07 21:41:45
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws025:/tmp/cvs-serv23401/linux24/fs/jfs Modified Files: file.c inode.c jfs_compat.h jfs_debug.c jfs_debug.h jfs_incore.h jfs_lock.h jfs_logmgr.c jfs_logmgr.h jfs_metapage.c jfs_metapage.h jfs_txnmgr.c jfs_unicode.h namei.c super.c symlink.c Log Message: Add Christoph's copyright to files he has significantly contributed to. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-07 21:35:12
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws025:/tmp/cvs-serv22721/linux24/fs/jfs Modified Files: jfs_txnmgr.h Log Message: Fix structure alignment. xdlistlock_t must be the same size as maplock_t, whether pointers are 32 bits or 64 bits. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-07 21:35:12
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws025:/tmp/cvs-serv22721/linux25/fs/jfs Modified Files: jfs_txnmgr.h Log Message: Fix structure alignment. xdlistlock_t must be the same size as maplock_t, whether pointers are 32 bits or 64 bits. |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-06-07 21:30:34
|
Update of /usr/cvs/jfs/jfsutils In directory swg3ws025:/tmp/cvs-serv22274 Modified Files: ChangeLog NEWS README configure.in Log Message: bump version to 1.0.19 |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-05-31 20:27:03
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws024:/tmp/cvs-serv32067/fs/jfs Modified Files: jfs_logmgr.c Log Message: Sync with linux-2.5.19 replace run_task_queue with blk_run_queues |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-05-29 21:43:52
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws025:/tmp/cvs-serv15363/fs/jfs Modified Files: jfs_dtree.c jfs_logmgr.c Log Message: fix powerpc64 compiler warnings |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-05-29 00:39:41
|
Update of /usr/cvs/jfs/linux25/fs/jfs In directory swg3ws025:/tmp/cvs-serv27765 Modified Files: Makefile inode.c jfs_logmgr.c jfs_metapage.c super.c Log Message: Sync with linux-2.5.18 * kbuild: Use standard multi-part object declaration in fs/* * include buffer_head.h in actual users instead of fs.h * EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from fs/* |
From: OSS-jfs_Admin <jfs...@ww...> - 2002-05-28 21:47:00
|
Update of /usr/cvs/jfs/linux24/fs/jfs In directory swg3ws025:/tmp/cvs-serv10028/fs/jfs Modified Files: jfs_dtree.c jfs_imap.c jfs_logmgr.c Log Message: fix powerpc64 compiler warnings |