1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 years ago. based on code collected over 2 years ago.
Dec 13, 2022 — Dec 13, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix compile error. Fix from Armin K. More... about 12 years ago
Fix a build failure caused by use of -Wformat -Werror=format-security in build flags. More... over 12 years ago
Check agno for a valid value before using it as an array index More... about 14 years ago
When resizing, the kernel doesn't update agstart since all that matters is that agstart resolve to some address within the AG. fsck should allow this. More... about 15 years ago
any non-zero return code from findLog() should be treated as a failure More... about 15 years ago
bMapInit: nbytes needs to be 64 bits More... over 15 years ago
jfsutils is still available under GPLv2. Add a COPYING file so that automake doesn't add a GPL v3 COPYING file. More... over 15 years ago
Version bump to 1.1.15 More... over 15 years ago
The kernel bases the directory size on the size of the directory index. fsck thinks the directory size is wrong if the directory index is larger than the dtree itself. It should consistently use the size of the index. More... over 15 years ago
another 64-bit fix More... over 15 years ago
Fix inconsistent timestamp format in fsck More... about 16 years ago
The utilities choke on larger file systems due to 32-bit integers More... about 16 years ago
From: Miklos Szeredi <[email protected]> More... over 16 years ago
use 64-bit integers to handle volumes over 32 TB More... over 16 years ago
Fix obsolete statetmen in jfs_tune manpage that said that external journals cannot be shared More... almost 17 years ago
Release 1.1.14 More... about 17 years ago
v_fsck_send_msg() call printf with a constructed message as the format parameter. This message may contain a pathname which can contain any arbitrary string of characters. If a pathname contains the string "%n", glibc can abort jfs_fsck with the message: More... over 17 years ago
mkfs shouldn't call ioctl(BLKFLSBUF) on a ramdisk More... over 17 years ago
Increase internal journal size limit from 32 MB to 128 MB More... over 17 years ago
From: 심재훈 <[email protected]> More... almost 18 years ago
Release 1.1.13 More... almost 18 years ago
Get rid of unhelpful allocation debug messages More... over 18 years ago
Explicitly define _LARGEFILE_SOURCE in libfs/devices.c More... over 18 years ago
logredo: sanity check lock list ranges More... almost 19 years ago
Fix a confusing error message More... almost 19 years ago
Version bump to 1.1.12 More... almost 19 years ago
Add mode parameter to open when called with O_CREAT More... almost 19 years ago
jfs_fsck: allow -n flag to be used in conjuction with others (-f, etc.) More... almost 19 years ago
look for external journal in /proc/mdstat before checking /proc/partitions More... almost 19 years ago
netbsd support submitted by Gary Thorpe More... about 19 years ago