⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 jfs 源码
💻
📖 第 1 页 / 共 4 页
字号:
2004-07-22 Dave Kleikamp <shaggy@austin.ibm.com>	* fsck/fsckconn.c: Pass proper number of args to fsck_send_msg	* libfs/fsckmsgdef.c: Lots of message corrections	* fsck/fsckdtre.c: directory index table fixes for big endian systems	* fsck/fsckino.c: Likewise	* libfs/jfs_endian.c: Likewise	* xpeek/directory.c: Likewise	* fsck/xchkdsk.c: Warn that running fsck on mounted fs is not dependable	* configure.in: Bumped version to 1.1.7	* NEWS: likewise	* README: likewise2004-07-21 Dave Kleikamp <shaggy@austin.ibm.com>	* fsck/fsckea.c: Verify that xattr length is correct	* fsck/fsckino.c: Likewise	* fsck/xfsck.h: Likewise2004-06-29 Dave Kleikamp <shaggy@austin.ibm.com>	* libfs/logredo.c: Ensure changes to disk occur in proper order2004-05-24 Dave Kleikamp <shaggy@austin.ibm.com>	* fsck/xchkdsk.c: --replay_journal_only shouldn't clear FM_DIRTY2004-04-26 Dave Kleikamp <shaggy@austin.ibm.com>	* configure.in: Bumped version to 1.1.6.	* NEWS: likewise	* README: likewise	* fsck/Makefile.am: Add new source file: dirindex.c	* fsck/dirindex.c: verify and reset directory index table	* fsck/fsckdtre.c: Likewise	* fsck/fsckino.c: Likewise	* fsck/fsckpfs.c: Likewise	* fsck/fsckwsp.c: Likewise	* fsck/fsckxtre.c: Likewise	* fsck/xchkdsk.c: Likewise	* fsck/xfsckint.h: Likewise	* include/jfs_dtree.h: Likewise	* libfs/fsck_message.h: Likewise	* libfs/fsckmsgdef.c: Likewise	* libfs/fsckwsp.h: Likewise2004-04-26 Dave Kleikamp <shaggy@austin.ibm.com>	* fsck/fsckdtre.c: restructure dTree_process_leaf_slots for readability2004-04-19 Dave Kleikamp <shaggy@austin.ibm.com>	* fsck/fsckdtre.c: restructure dTree_processing for readability2004-04-12 Dave Kleikamp <shaggy@austin.ibm.com>	* tune/tune.c: Change superblock version to 2 if setting uuid2004-03-04 Dave Kleikamp <shaggy@austin.ibm.com>	* configure.in: Bumped version to 1.1.5.	* NEWS: likewise	* README: likewise	* fsck/xchkdsk.c: Support multiple volumes sharing journal	* libfs/fsck_message.h: Likewise	* libfs/fsckmsgdef.c: Likewise	* libfs/log_dump.c: Likewise	* libfs/log_read.c: Likewise	* libfs/log_work.c: Likewise	* libfs/logredo.c: Likewise	* libfs/logredo.h: Likewise	* libfs/open_by_label.c: Likewise	* mkfs/mkfs.c: Likewise	* tune/tune.c: Likewise2004-01-29 Dave Kleikamp <shaggy@austin.ibm.com>	* tune/tune.c: Don't use O_EXCL unless filesystem should be unmounted	* xpeek/xpeek.c: Don't use O_EXCL2004-01-21 Dave Kleikamp <shaggy@austin.ibm.com>	* libfs/devices.h: remove dev_to_kdev	* libfs/logredo.c: likewise	* mkfs/mkfs.c: likewise	* tune/tune.c: likewise	* libfs/fsckmsgdef.c: fix errant message that caused a seg fault	* fsck/fsckconn.c: likewise2003-12-17 Dave Kleikamp <shaggy@austin.ibm.com>	* fsck/fsckmeta.c: Rework duplicate block checking to avoid horrible			   performance	* fsck/fsckwsp.c: likewise	* fsck/xfsckint.h: likewise	* libfs/fsckwsp.h: likewise	* libfs/fsck_message.h: Remove redundant semicolons2003-12-10 Dave Kleikamp <shaggy@austin.ibm.com>	* libfs/log_work.c: fix replaying of symlink journal records2003-12-09 Dave Kleikamp <shaggy@austin.ibm.com>	* fsck/xchkdsk.c: fix buffer overflow2003-11-10 Dave Kleikamp <shaggy@austin.ibm.com>	* fsck/fsckdire.c: zero directory index field	* fsck/fsckdtre.c: shorten names in lost+found2003-10-30 Dave Kleikamp <shaggy@austin.ibm.com>	* configure.in: Bumped version to 1.1.4.	* NEWS: likewise	* README: likewise2003-10-21 Dave Kleikamp <shaggy@austin.ibm.com>	* libfs/fsckmsgdef.c: Message format fix2003-10-15 Dave Kleikamp <shaggy@austin.ibm.com>	* fscklog/fscklog.c: Add missing prototype, submitted by Stasys Smailys2003-10-14 Dave Kleikamp <shaggy@austin.ibm.com>	* libfs/devices.c: BLKGETSIZE64 definition had incorrect parameter2003-09-16 Dave Kleikamp <shaggy@austin.ibm.com>	* fsck/fsck_message.c: Handle log full without crashing2003-09-11 Dave Kleikamp <shaggy@austin.ibm.com>	* libfs/fsck_message.h: Work around gcc 2.95 bug2003-09-05 Dave Kleikamp <shaggy@austin.ibm.com>	* fsck/fsckpfs.c: Attempt r/w open without O_EXCL	* libfs/fsckmsgdef.c: Add back carriage return for heartbeat msgs	* configure.in: Bumped version to 1.1.3.	* NEWS: likewise	* README: likewise	* AUTHORS: likewise2003-08-01 Karl Rister <krister@us.ibm.com>	* fsck/xchkdsk.c: Return 0 when the journal is replayed successfully2003-07-07 Dave Kleikamp <shaggy@austin.ibm.com>	* tune/super.c: Do not right-justify when printing volume label	* xpeek/super.c: Likewise.2003-06-25 Karl Rister <krister@us.ibm.com>	* Cleaned up fsck messages by making single function call without the use of global variables	* libfs/fsck_message.h: New file to cleanup fsck messages	* libfs/fsckmsgdef.c: Likewise	* fsck/fsck_message.c: Likewise	* libfs/fsckmsgc.h: Removed as part of fsck message cleanup	* libfs/fsckmsge.h: Likewise	* fsck/fsckmsgs.c: Likewise	* fsck/fsckmsgp.h: Likewise	* fsck/Makefile.am: Modified as part of fsck message cleanup	* fsck/fsckbmap.c: Likewise	* fsck/fsckcbbl.c: Likewise	* fsck/fsckconn.c: Likewise	* fsck/fsckdtre.c: Likewise	* fsck/fsckimap.c: Likewise	* fsck/fsckino.c: Likewise	* fsck/fsckmeta.c: Likewise	* fsck/fsckpfs.c: Likewise	* fsck/fsckruns.c: Likewise	* fsck/fsckwsp.c: Likewise	* fsck/fsckwsp.c: Likewise	* fsck/fsckxtre.c: Likewise	* fsck/xchkdsk.c: Likewise	* fsck/xfsckint.h: Likewise	* fscklog/display.c: Likewise	* fscklog/extract.c: Likewise	* fscklog/fscklog.c: Likewise	* fscklog/jfs_fscklog.h: Likewise	* libfs/Makefile.am: Likewise	* libfs/fscklog.h: Likewise	* libfs/jfs_endian.c: Likewise	* libfs/log_map.c: Likewise	* libfs/log_read.c: Likewise	* libfs/log_work.c: Likewise	* libfs/logredo.c: Likewise	* logdump/helpers.c: Likewise	* logdump/logdump.c: Likewise2003-05-22 Dave Kleikamp <shaggy@austin.ibm.com>	* libfs/open_by_label.c: Look for evms volumes in /dev/evms2003-04-24  Dave Blaschke <blaschke@us.ibm.com>	* fsck/fsckwsp.c: start_time formatted incorrectly	* fsck/xchkdsk.c: end_time stored incorrectly2003-03-25  Dave Blaschke <blaschke@us.ibm.com>	* README: Updated reference to mailing lists.2003-03-25 Dave Kleikamp <shaggy@austin.ibm.com>	* configure.in: Bumped version to 1.1.2.	* NEWS: likewise	* README: likewise2003-03-21  Dave Blaschke <blaschke@us.ibm.com>	* tune/super.c: s_label displayed incorrectly when 16 chars long.	* xpeek/super.c: Likewise.	* xpeek/super2.c: Likewise.2003-03-07  Dave Blaschke <blaschke@us.ibm.com>	* fsck/fsckbmap.c: Code cleanup suggested by static analysis tool.	* fsck/fsckdire.c: Likewise.	* fsck/fsckdtre.c: Likewise.	* fsck/fsckimap.c: Likewise.	* fsck/fsckino.c: Likewise.	* fsck/fsckmeta.c: Likewise.	* fsck/fsckpfs.c: Likewise.	* fsck/fsckxtre.c: Likewise.	* fsck/xchkdsk.c: Likewise.	* fscklog/extract.c: Likewise.	* libfs/log_dump.c: Likewise.	* libfs/log_map.c: Likewise.	* libfs/log_work.c: Likewise.	* libfs/logredo.c: Likewise.	* mkfs/mkfs.c: Likewise.	* xpeek/dmap.c: Likewise.2003-02-07  Dave Kleikamp <shaggy@austin.ibm.com> 	* libfs/logredo.c: for-loop was going past end of vopen array	* fsck/fsckimap: Was not checking for negative this_ag2003-01-27  Dave Kleikamp <shaggy@austin.ibm.com>	* libfs/devices.c: Wrap long lines to 80 columns.	* libfs/devices.c: Allow jfs_mkfs to run on regular file.	* mkfs/mkfs.c: Likewise.2003-01-27 Steve Best <sbest@us.ibm.com>	* README: Remove linuxjfs e-mail id.	* jfsutils.spec.in: Likewise.2003-01-17  Dave Kleikamp <shaggy@austin.ibm.com>	* fsck/fsckimap.c: Restructure code to reduce indenting.2003-01-13  Barry Arndt  <barndt@us.ibm.com>	* fsck/fsckbmap.c: Restructure code to reduce indenting.	* fsck/fsckimap.c: Likewise.	* fsck/fsckmeta.c: Likewise.	* fsck/fsckpfs.c: Likewise.	* fsck/fsckwsp.c: Likewise.	* fsck/xchkdsk.c: Likewise.2003-01-06 Steve Best <sbest@us.ibm.com>		* Fix undefined reference to 'errno' (G. D. Haraldsson)	* libfs/fssubs.c: Include <errno.h> instead of extern int errno 	* libfs/log_dump.c: Likewise.	* libfs/log_map.c: Likwwise.	* libfs/log_read.c: Likewise.	* libfs/logredo.c: Likewise.	2002-12-17  Dave Kleikamp <shaggy@austin.ibm.com>	* configure.in: Bumped version to 1.1.1.	* README: Likewise.	* NEWS: Likewise.2002-12-11  Barry Arndt  <barndt@us.ibm.com>	* mkfs/mkfs.c (main): Fix seg fault - use proper device_name pointer when	                      printing "not a valid block device" error message.2002-12-04  Dave Kleikamp <shaggy@austin.ibm.com>	* xpeek/directory.c: Show and allow modification of directory index2002-12-02  Steve Best <sbest@us.ibm.com>		* Add note about uuid.h file required to build utilities (Bob Cochran)	* remove info about 2.5 cvs tree	2002-11-20  Barry Arndt  <barndt@us.ibm.com>	* jfs_fscklog/Makefile.am: add jfs_fscklog.h to SOURCES	* configure.in: Bumped version to 1.1.0.	* README: Likewise.	* NEWS: Likewise.2002-11-19  Barry Arndt  <barndt@us.ibm.com>	* fsck/fsckconn.c: Remove unused parameter current_fsck_phase.	* fsck/fsckdtre.c: Likewise.	* fsck/fsckino.c: Likewise.	* fsck/fsckpfs.c: Likewise.	* fsck/fsckwsp.c: Likewise.	* fsck/fsckxtre.c: Likewise.	* fsck/xchkdsk.c: Likewise.	* fsck/xfsck.h: Likewise.	2002-11-19  Dave Kleikamp <shaggy@austin.ibm.com>	* fsck/fsckino.c: Fix off-by-one error validate_data2002-11-14  Dave Kleikamp <shaggy@austin.ibm.com>	* fsck/fsckino.c: Restructure code to reduce indenting.			  Fix bogus minor format error when inline symlink is			  greater than 128 bytes.2002-11-13  Dave Kleikamp <shaggy@austin.ibm.com>	* xpeek/inode.c: jfs_debugfs should recognize all inode types2002-11-12  Dave Kleikamp <shaggy@austin.ibm.com>	* fsck/fsckxtre.c: Restructure code to reduce indenting.			   Allow zero key of intermediate xad, even if first			   leaf key is non-zero.2002-10-30  Barry Arndt  <barndt@us.ibm.com>	* jfsutils.spec.in: Rename logdump to jfs_logdump, rename xpeek to jfs_debugfs.	* logdump/Makefile.am: Rename logdump to jfs_logdump.	* logdump/helpers.c: Likewise.	* logdump/logdump.c: Likewise.	* logdump/jfs_logdump.8: Add renamed man page.	* logdump/logdump.8: Remove.	* xpeek/Makefile.am: Rename xpeek to jfs_debugfs.	* xpeek/help.c: Likewise.	* xpeek/xpeek.c: Likewise.	* xpeek/jfs_debugfs.8: Add renamed man page.	* xpeek/xpeek.8: Remove.	* fsck/jfs_fsck.8: Update 'SEE ALSO' program names with new names.	* fscklog/jfs_fscklog.8: Likewise.	* mkfs/jfs_mkfs.8: Likewise.	* tune/jfs_tune.8: Likewise.	* fsck/Makefile.am: Change install-exec-local to install-exec-hook.	                    Change install-data-local to install-data-hook.	                    Add uninstall-local.	* mkfs/Makefile.am: Likewise.2002-10-29  Barry Arndt  <barndt@us.ibm.com>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -