summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-24Merge branch 'maint' into nextTheodore Ts'o23-225/+489
2010-09-24libext2fs: Change EXT2_FLAG_DIRECT_IO to avoid conflict with devel branchTheodore Ts'o1-1/+1
2010-09-24debugfs: Make the extents listing in the stat command more conciseTheodore Ts'o1-8/+5
2010-09-24debugfs: Add the -D option to request Direct I/OTheodore Ts'o2-8/+21
2010-09-24ext2fs: Optimize for Direct I/OTheodore Ts'o3-8/+14
2010-09-24ext2fs: Add Direct I/O support to the ext2fs libraryTheodore Ts'o5-83/+144
2010-09-23libext2fs: Fix memory leak in the Unix I/O layer when changing block sizeTheodore Ts'o1-0/+2
2010-09-23ext2fs: add ext2fs_get_memalign() functionTheodore Ts'o2-1/+19
2010-09-20mke2fs: make "invalid blocks count" error more clearEric Sandeen1-2/+3
2010-09-20mke2fs: use lazy inode init on some discard-able devicesEric Sandeen1-12/+43
2010-09-19e2fsck: Improve error message when device name misspelledJan Kara1-0/+2
2010-09-19debugfs: Display the extent tree blocks in the stat command outputTheodore Ts'o1-3/+3
2010-09-18tune2fs, debugfs, libext2fs: Add support for ext4 default mount optionsTheodore Ts'o7-2/+76
2010-08-01badblocks: Deal with UTF-8 characters in progress messageTheodore Ts'o3-97/+156
2010-07-30mke2fs: fix mke2fs "invalid inode ratio" error messageTim Small1-1/+1
2010-07-30mke2fs.8.in: clarify the sign of a block-size constraint.Eric Sandeen1-1/+1
2010-07-30libext2fs: fix obvious big-endian bugs introduced by 64-bit changesTheodore Ts'o2-5/+8
2010-07-30libext2fs: Add ext2fs_file_size_size2() and truncate the file if necessaryTheodore Ts'o2-8/+23
2010-07-22libext2fs: Add new function ext2fs_file_get_inode()Renzo Davoli2-0/+11
2010-07-22debugfs: Add new debugfs command punch (aka truncate)Theodore Ts'o4-0/+47
2010-07-22libext2fs: Add new function ext2fs_punch()Theodore Ts'o3-6/+356
2010-07-22libext2fs: Don't make a copy of the inode in ext2fs_extent_open2()Theodore Ts'o1-9/+4
2010-07-21libext2fs: Fix ext2fs_iblk_{add,sub}_blocks() when the i_blocks_hi is non-zeroTheodore Ts'o1-8/+9
2010-07-20tst_extents: Fix 64-bit bugs in do_goto_block()Theodore Ts'o1-6/+8
2010-07-19Merge branch 'maint' into nextTheodore Ts'o18-83/+220
2010-07-19debian: Fix outdated description: /sbin/fsck has moved to util-linuxTheodore Ts'o1-1/+1
2010-07-19resize2fs.8: Update man page to indicate ext4 supports on-line resizeTheodore Ts'o1-1/+1
2010-07-17resize2fs: relax requirements for -P output a bitEric Sandeen1-2/+1
2010-07-06debian: Remove obsolete initrd scriptTheodore Ts'o3-69/+0
2010-07-05e2fsck, resize2fs: fix a fp precision error that can lead to a seg faultTheodore Ts'o2-2/+12
2010-07-05e2fsck: Add missing ext2fs_close() call when going back to original superblockTheodore Ts'o1-0/+2
2010-07-05e2freefrag: Fix getopt bug on machines with unsigned charsMike Frysinger3-3/+4
2010-07-05e2freefrag: Display the total number of free extentsTheodore Ts'o1-0/+1
2010-07-05Enhance tst_super_size so that it checks the superblock fields as wellTheodore Ts'o1-3/+116
2010-07-05Add superblock fields which track first and most recent fs errorsTheodore Ts'o3-1/+55
2010-06-24Fix Makefile dependencies for test programs in lib/ext2fsTheodore Ts'o1-1/+5
2010-06-24Add support for Next3 snapshot superblock fields to dumpe2fs and debugfsTheodore Ts'o3-0/+22
2010-06-13libext2fs: make fs->group_desc opaqueEric Sandeen2-182/+123
2010-06-13e2image: Fix up to be 64-bit block number safeValerie Aurora Henson1-2/+2
2010-06-13e2image: Fix up to be 64-bit block number safeValerie Aurora Henson1-14/+14
2010-06-13resize2fs: Fix up to be 64-bit block number safeValerie Aurora Henson6-111/+115
2010-06-13e2fsck: Fix up to be 64-bit block number safeValerie Aurora Henson12-141/+141
2010-06-13tune2fs: Fix up to be 64-bit block number safeValerie Aurora Henson1-24/+26
2010-06-13dumpe2fs: Fix up to be 64-bit block number safeTheodore Ts'o1-11/+11
2010-06-13mke2fs: Fix up the fs type and feature selection for 64-bit blocksTheodore Ts'o3-58/+63
2010-06-13mke2fs: Fix up mke2fs to be able to make 64-bit file systemsJose R. Santos2-63/+79
2010-06-13badblocks: Use ext2fs_get_device_size2()Valerie Aurora Henson1-2/+2
2010-06-13libext2fs: More random 64-bit fixes, lots of block_iterate3Valerie Aurora Henson13-44/+50
2010-06-13libext2fs: Create 64-bit dblist functionsTheodore Ts'o5-51/+203
2010-06-13libext2fs: Teach *_initialize and *_allocate_group to be 64-bit safeTheodore Ts'o2-18/+31