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

📄 changelog

📁 reiserfsprogs-3.6.19.tar.gz 源码 给有需要的人!
💻
📖 第 1 页 / 共 2 页
字号:
2004-10-13	3.6.19 release.2004-09-22	Some bug fixes:	- stop handling directory item if it has been removed on fsck pass0	- handle correctly cases when hash functions return 0	- additional check for wrong order of hashes when generation counters	differ.2004-08-18	{get|set}_unaligned macroses fix for broken powerpc linux kernel 	headers.2004-08-18	Patches from Jeff Mahoney:	- warnings cleanups	- sd_blocks check fix for quota	- make fsck -a works quitely	- fix the definition of BLKGETSIZE642004-08-03	3.6.18 release.2004-06-18	Make the oid map code endian safe.2004-05-27	Syncing host & journal devices after replaing every transaction.2004-05-26	Do not left uninitialized fields in item headers before insertion.2004-05-25	Fixes in unaligned access to unformatted block pointers.2004-05-24	Make reiserfsck to handle suse's block allocator changes correctly.2004-05-04	3.6.17 release.2004-04-30	a few minor bugs were fixed:	- mark changed leaves as dirty;	- overflow at the huge hole insertion.2004-04-05	man pages were rewritten.2004-03-22	move 'unpack' program to 'debugreiserfs -u'.2004-03-18	3.6.14 & 3.6.15-pre1 releases.2004-03-16	reiserfsprogs		a few bugs were fixed:		in the journal replay code;		in the balancing code when removing items from broken leaves;		in the mount entry detection code with mtab handling.2004-03-04	reiserfsprogs		a fix for the cross compiling when generating include/credits.h2004-02-27	reiserfsprogs		a bug in the spec file was fixed.2004-02-26	reiserfsck		a bug with setting the file size limit was fixed.2004-02-17	reiserfsprogs		make bynaries to be 'position independent' when dynamically		linked to libc.2004-02-17	3.6.13 release.2004-02-13	reiserfsprogs		a few bugs were fixed in the mount entry detection code.	3.6.13-pre1 release.2004-02-06	3.6.12 release.2004-01-26	3.6.12-pre3 release.2004-01-21	A few bugs were fixed:	*reiserfsck		- break from the pass2 loop correctly;	*resizer		- calculate the new fs size correctly;		- parse new size parameters correctly;		- checks for the new fs size are fixed;2004-01-15	*reiserfsprogs		UUID support is rewritten -- link to libuuid instead of 		our own UUID support.2004-01-12	*reiserfsprogs		A fix for mount entry detection.2003-12-17	*reiserfsck		A bug in rebuild-sb was fixed.2003-11-24	*reiserfsck		Reboot is needed (0x2) return code was added.2003-10-03	*reiserfs_resizer		Some checks before shrinking are added avoiding segfault in		some cases.2003-09-29	*reiserfsprogs		bad block support is enabled and fixed.2003-09-23	*reiserfsprogs		fix for counting block number on block devices with block		size greater then 4k.2003-09-18	*reiserfsck		ro mounted filesystems are allowed to be checked.2003-08-22i	*reiserfsck		fix for the journal of the minimal size2003-08-01	*reiserfsprogs		3.6.11 release.2003-07-30	*reiserfsck		2 bugs were fixed:		- 64bit architecture related;		- object attributes related.2003-07-16	*reiserfsprogs		Credits were changed.		A pair of them are printed at mkfs time.	*reiserfsprogs		3.6.9 release.2003-06-25	*reiserfsprogs		Bugs were fixed:		- in reiserfsck rebuild-sb of relocated journal;		- in reiserfstune --no-journal-available;		- in bitmap handling during resizing;		- in mkreiserfs with notstandard journal on the main device 		with not standard offset;		- in not standard journal creation.2003-05-29	*reiserfsprogs		Bugs in journal traversing and in rebuild-sb were fixed.2003-05-20	*reiserfsck		Forks another process with openned file descriptor of the 		partition being checked when fscking on boot and sleep for 		5 secs to avoid reading of all bitmaps on mount again.2003-05-16	*mkreiserfs		A bug with not standard journal cretion was fixed.	*reiserfsprogs		3.6.8 release.2003-05-07	*reiserfsck		Exit codes were fixed;		--yes option was added into fsck	*mkreiserfs		--quiet option was added into mkfs2003-05-06	*reiserfsprogs		A bug in journal replaying code when the only transaction 		exists was fixed.2003-05-01	*reiserfsprogs		Make fsck to proceed when wrong journal parameters in the journal		header on a fs with standard journal detected fixing them with the		warning.	*reiserfsprogs		3.6.7 release.2003-04-24	*reiserfsprogs		3.6.6 release.2003-04-01	*reiserfsprogs		Bug with flushing buffers on bad file descriptor was fixed.	*reiserfstune		Bugs with not standard journal were fixed.2003-03-13	*reiserfsck		Leaves recovery was improved - if some items are detected, try		to recover the leaf even if block head is corrupted.2003-03-04	*reiserfsck		The objectid handling was improved, significant speedup at		semantic pass and lost+found pass.2003-02-27	*reiserfsprogs		The check if the last block on fs is readable was moved from		bitmap check to fs_open.		Check transactions content before replaying, sware on invalid		content instead of replay attempts, print about results.	*reiserfsprogs		3.6.5 release.2003-02-21	*reiserfsck		a critical bug on pass0 of rebuild-tree with overflowing while		checking unformatted item offsets was fixed.	*reiserfsprogs		3.6.5-pre2 release.2003-02-20	*reiserfsck		reiserfsck -a (started at boot) replays journal, checks error 		flags in sb, bitmaps, fs size, 2 levels of internal tree and 		switches to fixble mode if any problem is detected. For root 		fs fixable cannot be performed (as fs is mounted) and just 		--check will be done.2003-02-14	*reiserfsck		fix-fixable does not relocated shared object ids anymore.		Bug in relocation - entry key was not updated correctly with 		the new key of relocated file.2003-02-12	*reiserfsprogs		Journal replay was improved - check blocks if they are journable		before replaying; - replay only transactions which has trans_id		== last replayed transaction trans_id + 1.2003-02-10	*reiserfsprogs		le bitops operations were added back to avoid arch dependence 		with including asm/bitops.h - we should use le operations even		on be mashins.2003-01-31	*reiserfsprogs		Warning messages about the broken hardware were improved.2003-01-30	*reiserfsprogs		Check for bits in ondisk bitmaps after the last valid bit was		added - all these bits should be set to 1.2002-12-13	*reiserfsck		Keep only permanent fields of the super block, but not the whole	       	super block, in separate memory while replaying.2002-12-11	*reiserfsck		While openning the journal check that journal parameters in 		super block and in jheader mathches; Advice to run rebuild-sb		if not. While rebuilding super block, do the same check and ask		the user if he wants to rebuild the jheader or continue without 		the journal or he wants to change the start of the partition 		before using reiserfsck.2002-12-04	*reiserfsprogs		3.6.5-pre1 is released.2002-12-02	*reiserfsck		a few bugs were fixed:		- bug in balancing code led to abort when a leaf could be viewed 		as a super block;		- bug in checking statdata size for symlinks - there cannot be a 		hole at the end of symlink.2002-11-28	*reiserfsck		pass0 does not need a true objectid map, just those objectids		which are not used. This sppedups pass0 a lot as many memoves		are eliminated.	*reiserfsck		bug with item format for symlinks was fixed.2002-10-02	*reiserfsprogs		3.6.4 is released.2002-09-24	*reiserfsck		bitmap handling was improved: fix-fixable fixes not only those 		blocks of bitmap which are wrongly marked as unused, but those		which are wrongly marked as used also.2002-09-10	* reiserfsck		fix-fixable fixes item header formats, check complains about 		wrong ones.	* reiserfsck		check/fix-fixable does not complain about/fix file sizes if		safe link exists.2002-08-30	* reiserfsck 		user recieves a warning if dma mode/speed is descreased - it 		could happen due to hardware problems.		2002-08-20	* reiserfsprogs		Warning/error messages were changed to more user friendly form.2002-08-15	* reiserfsck		Correction of nlinks on fix-fixable was disabled, because		fix-fixable zeroes nlinks on the first pass and wants to		increment them on semantic pass. But semantic pass is skipped		if there are fatal corruptions.		2002-08-11	* reiserfsck		exit codes were fixed2002-08-08        * reiserfsck		a critical bug in journal replaying was fixed.	* reiserfsprogs		called 3.6.3.2002-06-06	* reiserfsck

⌨️ 快捷键说明

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