aboutsummaryrefslogtreecommitdiff
path: root/debugfs/set_fields.c
AgeCommit message (Expand)Author
2014-01-30Merge branch 'maint' into nextTheodore Ts'o
2014-01-30Add support for new compat feature "sparse_super2"Theodore Ts'o
2013-12-26Merge branch 'maint' into nextTheodore Ts'o
2013-12-24debugfs, e2fsck: fix s_desc_size handlingAndreas Dilger
2013-12-12Merge branch 'maint' into nextTheodore Ts'o
2013-12-12debugfs: don't leak mmp_s memory (on error path)Darrick J. Wong
2013-10-12Merge branch 'maint' into nextTheodore Ts'o
2013-10-07e2fsprogs: fix blk_t <- blk64_t assignment mismatchesDarrick J. Wong
2013-03-13Merge branch 'maint' into nextTheodore Ts'o
2013-01-28debugfs: add sanity check to make sure we never shift 64 bits rightTheodore Ts'o
2012-08-02libext2fs: add checksum to MMP blockDarrick J. Wong
2012-08-02libext2fs: record the checksum algorithm in use in the superblockDarrick J. Wong
2012-07-30Make Multi Mount Protection (MMP) optional at configure time.Tony Breeds
2011-11-18debugfs: fix gcc -Wall complaintsTheodore Ts'o
2011-11-11debugfs: tidy up mmp handlingEric Sandeen
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o
2011-09-16debugfs: add 64-bit support to the set_field commandsTheodore Ts'o
2011-09-16libext2fs: add metadata checksum and snapshot feature flagsTheodore Ts'o
2011-03-18Merge branch 'maint' into nextTheodore Ts'o
2011-03-18add new superblock field: s_overhead_blocksTheodore Ts'o
2011-02-27Merge branch 'maint' into nextTheodore Ts'o
2011-02-25Add basic BIGALLOC support for cluster-based allocationTheodore Ts'o
2011-02-25e2fsprogs: reserving code points for new ext4 quota featureAditya Kali
2010-09-24Merge branch 'maint' into nextTheodore Ts'o
2010-09-18tune2fs, debugfs, libext2fs: Add support for ext4 default mount optionsTheodore Ts'o
2010-07-19Merge branch 'maint' into nextTheodore Ts'o
2010-06-24Add support for Next3 snapshot superblock fields to dumpe2fs and debugfsTheodore Ts'o
2009-10-25Convert to use block group accessor functionsValerie Aurora Henson
2009-09-07debugfs: Convert to support 64-bit filesystemsValerie Aurora Henson
2009-06-15debugfs: Fix miscellaneous memory leaksTheodore Ts'o
2009-06-01Add missing free_blocks_hi field to debugfs table.Valerie Aurora Henson
2009-04-18debugfs: Teach the set_inode_fields_command how to set i_file_acl_highTheodore Ts'o
2009-03-06Add support for a new superblock field: s_kbytes_writtenTheodore Ts'o
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o
2008-04-22Basic flexible block group supportTheodore Ts'o
2008-03-31debugfs: Add support for "set_block_group <bg_num> checksum calc"Andreas Dilger
2008-02-18Merge branch 'maint' into nextTheodore Ts'o
2008-02-18debugfs: Add new superblock fields to the set_super_value commandTheodore Ts'o
2008-01-01Merge branch 'maint' into nextTheodore Ts'o
2008-01-01debugfs: Add #include <string.h> to pick up prototype for strcasecmpTheodore Ts'o
2007-08-03Miscellaneous CleanupsTheodore Ts'o
2007-08-03Fix gcc -Wall warningsTheodore Ts'o
2007-04-19Define the l_i_iversion field in ext2_inodeTheodore Ts'o
2007-04-13Add new debugfs command "set_block_group"Theodore Ts'o
2006-11-11Add directory hashed signed/unsigned hint to superblockTheodore Ts'o
2006-11-11On-disk format definition for huge filesTheodore Ts'o
2006-05-21Fix type warning problem with time_t in debugfsTheodore Ts'o
2005-09-24New debugfs command: set_current_timeTheodore Ts'o
2005-09-06Fix debugfs's set_inode_field so it can properly set i_sizeTheodore Ts'o