aboutsummaryrefslogtreecommitdiff
path: root/debugfs/set_fields.c
AgeCommit message (Expand)Author
2019-05-02debugfs: teach set_super_value how to set the s_encoding fieldTheodore Ts'o
2019-04-28debugfs: remove unused variable 'tmp_inode'Eric Biggers
2018-12-15debugfs: fix set_inode_field so it can set the checksum fieldTheodore Ts'o
2018-10-14Merge branch 'maint' into nextTheodore Ts'o
2018-10-12AOSP: Fix debugfs clang build.David Anderson
2018-08-08Fix function declarations for ss commands to fix LTO warningsTheodore Ts'o
2018-07-14Fix compile error and warnings for old gcc versionsLi Dongyang
2018-06-24debugfs: avoid undefined bit shift in parse_uint()Theodore Ts'o
2018-01-02Merge branch 'maint' into nextTheodore Ts'o
2017-12-15Add missing information to debugfs man pages and usage textsTyson Nottingham
2017-10-15Merge branch 'maint' into nextTheodore Ts'o
2017-10-15Fix typos in code comments and developer docsSebastian Rasmussen
2017-04-13e2fsprogs: supersede i_dir_acl with i_size_high for all casesArtem Blagodarenko
2016-05-29Fix Android build warningsTheodore Ts'o
2016-05-25debugfs: fix "set_bg <bg num> checksum calc" on 64-bit file systemsTheodore Ts'o
2016-03-06libext2fs: store checksum seed in superblockDarrick J. Wong
2016-03-06debugfs: add support for the project id fieldTheodore Ts'o
2016-03-06Add project quota supportLi Xi
2016-03-06Clean up codes for adding new quota typeLi Xi
2015-11-30debugfs: add support to properly set and display extended timestampsTheodore Ts'o
2015-07-13Eliminate unused parameter warnings from Android buildTheodore Ts'o
2015-07-12Suppress annoying missing field initializer warningsTheodore Ts'o
2015-06-19Merge branch 'maint' into nextTheodore Ts'o
2015-06-19debugfs: fix several errors and add assertions in the set_fields commandKonstantin Khlebnikov
2015-04-12Reserve superblock fields s_lpf_ino and s_encryption_levelTheodore Ts'o
2015-03-28Add support for a password salt stored in the superblockTheodore Ts'o
2015-01-26Reserve the codepoints for the new INCOMPAT feature ENCRYPTTheodore Ts'o
2014-08-25Merge branch 'maint' into nextTheodore Ts'o
2014-08-19debugfs: fix set_inode_field block[IND|DIND|TIND]Theodore Ts'o
2014-07-22Merge branch 'maint' into nextTheodore Ts'o
2014-07-22debugfs: allow bmap to allocate blocksDarrick J. Wong
2014-07-06Merge branch 'maint' into nextTheodore Ts'o
2014-07-04debugfs: add support setting the error_count and associated sb fieldsTheodore Ts'o
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