Whamcloud - gitweb
[COVERITY] Allow blkid_dev_has_tag to check if a tag exists when value==NULL
[tools/e2fsprogs.git] / misc /
2006-12-26 Theodore Ts'oUse the newer add/remove_error_table com_err interfaces
2006-11-18 Theodore Ts'oAdjust badblocks -n/-w exclusive usage message
2006-11-15 Theodore Ts'oFix misc. gcc -Wall complaints in the misc and e2fsck...
2006-11-13 Theodore Ts'oAllow debugfs and dumpe2fs to support fs features under...
2006-11-13 Theodore Ts'oAdd explanatory message to badblocks that -n and -w...
2006-11-08 Theodore Ts'oFix e2fsck and mke2fs -c to be pass the last _block...
2006-10-18 Theodore Ts'oFix mke2fs error checking when creating revision 0...
2006-10-04 Theodore Ts'oFix interpretation of the last_block command-line param...
2006-10-02 Theodore Ts'oIncrease default journal size to guarantee working...
2006-10-02 Theodore Ts'oFix Debian FTBFS problem caused by devmapper library...
2006-10-02 Theodore Ts'oFix misc/Makefile.in so that it builds even if e2fsck...
2006-09-12 Eric SandeenFix more rounding overflows for filesystems that have...
2006-09-12 Eric SandeenAdd checks to make sure inode counts don't overflow...
2006-09-12 Eric SandeenCreate new ext2fs library inlines: ext2fs_group_{first...
2006-09-12 Eric SandeenFix signed vs unsigned printf format strings for block...
2006-09-12 Eric SandeenRemove unused variables
2006-09-12 Eric SandeenFix loops over group descriptors to prevent 2**32-1...
2006-09-12 Theodore Ts'oMinor man page updates to tune2fs(8) and uuidgen(1)
2006-08-30 Theodore Ts'oFix potential 2**32-1 overflow by using e2p_percent()
2006-08-30 Theodore Ts'oRemove unnecessary and unused resize2fs build rule...
2006-08-30 Theodore Ts'oFix potential 2**32-1 overflow problems by ext2fs_div_c...
2006-08-20 Andreas Dilgerblkid.8.in: Fix description of the -l option to be...
2006-08-06 Andreas DilgerMake the findsuper program more powerful
2006-08-05 Andreas DilgerRequire mke2fs -F -F for really dangerous operations
2006-08-05 Andreas DilgerRename EXT3_EXTENTS_FL to EXT4_EXTENTS_FL and make...
2006-07-16 Andreas DilgerAllow default inode_size to be specified in mke2fs...
2006-07-16 Theodore Ts'oFix spelling typo in chattr(1) man page
2006-06-12 Matthias AndreeInstall mke2fs.conf into root_sysconfdir rather than...
2006-06-10 Matthias AndreeRead mke2fs.conf and e2fsck.conf from root_sysconfdir...
2006-05-30 Matthias AndreeDeclare getopt() according to POSIX 2001 if getopt...
2006-05-30 Matthias AndreeFix printf types (FreeBSD has u_long for ntohl).
2006-05-29 Theodore Ts'oAdd missing backwards compatibility for ancient Linux...
2006-05-29 Theodore Ts'oClarify -T option of mke2fs in its man page
2006-05-23 Theodore Ts'oCreate new filesystems with hash trees and on-line...
2006-05-22 Theodore Ts'oFix spelling mistakes in e2fsck, mke2fs.conf, and resiz...
2006-05-14 Theodore Ts'oMinor edits to tune2fs(8) man page
2006-05-14 Theodore Ts'oRemove needless sanity check in tune2fs's -i option.
2006-05-13 Theodore Ts'oFix read/write badblocks testing in mke2fs and e2fsck
2006-05-09 Theodore Ts'oAdd support for EXT2_FEATURE_COMPAT_LAZY_BG
2006-04-22 Theodore Ts'oFix filefrag to be 32-bit clean
2006-03-29 Theodore Ts'oEnhance dumpe2fs to print the size of journal
2006-03-27 Theodore Ts'oFix typo's in badblocks(8)'s man page.
2006-03-27 Theodore Ts'oExplain in mke2fs and tune2fs man pages that shared...
2006-03-27 Theodore Ts'oFix minor installation problems in the misc's Makefile
2006-03-27 Theodore Ts'oFix misc. problems in the mke2fs.conf(5) man page.
2006-03-24 Theodore Ts'omklost+found: Create full-sized a lost+found directory...
2006-03-24 Theodore Ts'oChange mke2fs to use /etc/mke2fs.conf as a configuratio...
2006-03-19 Takashi SatoFix format statements to make e2fsprogs programs 32...
2006-03-19 Theodore Ts'oChange mke2fs to create filesystems with the device...
2006-03-18 Theodore Ts'oDocument the resize_inode filesystem option in mke2fs...
2005-12-31 Theodore Ts'oClarify chattr man page to make sure people realize...
2005-12-11 Theodore Ts'oFix various gcc -Wall complaints.
2005-12-10 Theodore Ts'oFix bogus spaces before '!' and '?' characters in unuse...
2005-12-09 Theodore Ts'oAdd more description in mke2fs's man page of the -T...
2005-11-13 Theodore Ts'oAdd missing fsck.* programs to SEE ALSO section of...
2005-09-24 Theodore Ts'oFix mke2fs man page's description of the -L option
2005-09-24 Theodore Ts'oFix display bug in badblocks -w
2005-07-06 Andreas DilgerMiscellaneous mke2fs cleanup
2005-07-06 Andreas DilgerAllow fractional percentages to the -m option in mke2fs...
2005-07-01 Theodore Ts'oUpdate for e2fsprogs 1.38 release.
2005-07-01 Theodore Ts'oChange mke2fs to refuse to create filesystems greater...
2005-06-27 Theodore Ts'oFix minor typos in tune2fs's man page pointed out by...
2005-06-20 Theodore Ts'oFix e2fsprogs messages for grammar and consistency...
2005-06-20 Theodore Ts'oClean up e2image man page, mostly based on suggestions...
2005-06-20 Theodore Ts'oMake it easier to compile the misc/partinfo program
2005-06-16 Theodore Ts'omke2fs.c (PRS): Fix missing close parenthesis from...
2005-06-05 Theodore Ts'oFix a minor spelling typo in blkid's man page, and...
2005-06-05 Theodore Ts'oOn Linux 2.6 systems, mke2fs and badblocks will check...
2005-05-21 Theodore Ts'ofilefrag.c (frag_report, get_bmap): The FIBMAP and...
2005-05-10 Theodore Ts'oChange the default journal size to be bigger for larger...
2005-05-09 Theodore Ts'oFix some minor typo's and grammar's strings, and remove...
2005-05-07 Theodore Ts'oAdd a new option to the blkid program, -l, which will...
2005-05-07 Theodore Ts'oAdd new two new functions to the blkid library: blkid_d...
2005-05-06 Theodore Ts'oEscape hyphens in the e2image and tune2fs man pages...
2005-05-06 Theodore Ts'oUpdate "make depend" information. Fixes SMP parallel...
2005-05-06 Theodore Ts'oFix potential portability issue in the blkid program...
2005-05-06 Theodore Ts'oCorrects a few mistakes in the fsck man page, wraps...
2005-05-06 Theodore Ts'oFix a bug in filefrag so that it doesn't when the first...
2005-04-16 Theodore Ts'oFix spelling mistakes in man pages. (Addresses Debian...
2005-04-09 Theodore Ts'oDon't abort filefrag if EXT3_IOC_GETFLAGS ioctl is...
2005-04-09 Theodore Ts'oFix minor spelling typo in the mke2fs man page.
2005-03-22 Theodore Ts'oUpdate for the e2fsprogs 1.37 release.
2005-03-21 Theodore Ts'oFix mke2fs so that it writes the root directory
2005-03-19 Theodore Ts'oAdd new functions which convert between a string and...
2005-03-19 Theodore Ts'ofilefrag.c (frag_report): Automatically detect files...
2005-02-05 Theodore Ts'oUpdate for release of e2fsprogs 1.36.
2005-02-04 Theodore Ts'ofilefrag.c (frag_report): In verbose mode, print the...
2005-02-04 Theodore Ts'oDefine _XOPEN_SOURCE to be 500 to fix compilation probl...
2005-01-28 Theodore Ts'oFix two bugs found by the regression test suites. ...
2005-01-28 Theodore Ts'oblkid.c (main, compare_search_type): Make blkid -t...
2005-01-28 Theodore Ts'omke2fs.c (PRS): Don't use a blocksize greater than...
2005-01-28 Theodore Ts'omke2fs.c (PRS): If the device size is too big to be...
2005-01-26 Theodore Ts'oFix "make uninstall" to make sure it removes everything...
2005-01-26 Theodore Ts'oe2image.c (scramble_dir_block): Make sure the unused...
2005-01-25 Theodore Ts'oClarified the tune2fs man page about how the -c option...
2005-01-22 Theodore Ts'oMake blkid -t display all devices that match the specif...
2005-01-20 Theodore Ts'ofilefrag.c (frag_report): Fix filefrag so that it works
2005-01-20 Theodore Ts'oFix stupid typo in the CreateOS FreeBSD/Solaris changes...
2005-01-19 Theodore Ts'oAdd interpretation of OS Creator values for FreeBSD...
2005-01-19 Theodore Ts'oRemove debugging printf from e2image -s's code.
next