1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months 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... almost 10 years ago
Fix a build failure caused by use of -Wformat -Werror=format-security in build flags. More... over 10 years ago
Check agno for a valid value before using it as an array index More... almost 12 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... almost 13 years ago
any non-zero return code from findLog() should be treated as a failure More... almost 13 years ago
bMapInit: nbytes needs to be 64 bits More... about 13 years ago
jfsutils is still available under GPLv2. Add a COPYING file so that automake doesn't add a GPL v3 COPYING file. More... about 13 years ago
Version bump to 1.1.15 More... about 13 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... about 13 years ago
another 64-bit fix More... about 13 years ago
Fix inconsistent timestamp format in fsck More... almost 14 years ago
The utilities choke on larger file systems due to 32-bit integers More... almost 14 years ago
From: Miklos Szeredi <[email protected]> More... over 14 years ago
use 64-bit integers to handle volumes over 32 TB More... over 14 years ago
Fix obsolete statetmen in jfs_tune manpage that said that external journals cannot be shared More... almost 15 years ago
Release 1.1.14 More... about 15 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... about 15 years ago
mkfs shouldn't call ioctl(BLKFLSBUF) on a ramdisk More... about 15 years ago
Increase internal journal size limit from 32 MB to 128 MB More... over 15 years ago
From: 심재훈 <[email protected]> More... over 15 years ago
Release 1.1.13 More... almost 16 years ago
Get rid of unhelpful allocation debug messages More... about 16 years ago
Explicitly define _LARGEFILE_SOURCE in libfs/devices.c More... over 16 years ago
logredo: sanity check lock list ranges More... over 16 years ago
Fix a confusing error message More... over 16 years ago
Version bump to 1.1.12 More... over 16 years ago
Add mode parameter to open when called with O_CREAT More... over 16 years ago
jfs_fsck: allow -n flag to be used in conjuction with others (-f, etc.) More... over 16 years ago
look for external journal in /proc/mdstat before checking /proc/partitions More... over 16 years ago
netbsd support submitted by Gary Thorpe More... about 17 years ago