aboutsummaryrefslogtreecommitdiff
path: root/debugfs
AgeCommit message (Expand)Author
2014-09-11debugfs: add the ability to write transactions to the journalDarrick J. Wong
2014-09-11debugfs: create journal handling routinesDarrick J. Wong
2014-09-11e2fsck/debugfs: fix descriptor block size handling errors with journal_csumDarrick J. Wong
2014-08-25Merge branch 'maint' into nextTheodore Ts'o
2014-08-24misc: fix gcc warningsDarrick J. Wong
2014-08-19debugfs: fix set_inode_field block[IND|DIND|TIND]Theodore Ts'o
2014-08-08Merge branch 'maint' into nextTheodore Ts'o
2014-08-04debugfs: teach rdump to take multiple source argumentsAaron Crane
2014-08-04debugfs: refactor do_rdump()Aaron Crane
2014-08-04debugfs: fix double-close bug in "rdump" and "dump -p"Aaron Crane
2014-08-04debugfs: be more specific in error messagesAaron Crane
2014-08-02Merge branch 'maint' into nextTheodore Ts'o
2014-08-01misc: quiet signed/unsigned charactr compiler warningsAndreas Dilger
2014-07-26libext2fs: provide a function to set inode sizeDarrick J. Wong
2014-07-26Merge branch 'maint' into nextTheodore Ts'o
2014-07-25build: fix unused/uninitialized variable warningsAndreas Dilger
2014-07-22debugfs: fix printing of inline data during symlink inode dumpDarrick J. Wong
2014-07-22Merge branch 'maint' into nextTheodore Ts'o
2014-07-22debugfs: allow bmap to allocate blocksDarrick J. Wong
2014-07-22debugfs: create inode_dump command to dump an inode in hexDarrick J. Wong
2014-07-06Merge branch 'maint' into nextTheodore Ts'o
2014-07-05e2fsprogs: introduce ext2fs_close_free() helperLukas Czerner
2014-07-04debugfs: add support setting the error_count and associated sb fieldsTheodore Ts'o
2014-06-02debugfs: do not display fast symlink with inline dataZheng Liu
2014-05-27debugfs: fix two warning messages when compiling with LLVMZheng Liu
2014-05-27Misc coverity fixesDarrick J. Wong
2014-05-27Merge branch 'maint' into nextTheodore Ts'o
2014-05-22debugfs: fix debugfs/quota.c compile warningsAndreas Dilger
2014-05-22debugfs: fix filehandle leak in copy_file()Andreas Dilger
2014-05-22debugfs: fix string_to_time for MacOS strptime()Andreas Dilger
2014-05-13Merge branch 'maint' into nextTheodore Ts'o
2014-05-13debugfs: add commands to query the quota informationTheodore Ts'o
2014-05-11debugfs: force logdump to display (old) journal contentsDarrick J. Wong
2014-05-11debugfs: teach logdump to deal with 64bit revoke tablesDarrick J. Wong
2014-05-11misc: coverity fixesDarrick J. Wong
2014-05-11misc: create better-packaged static analysis reportsDarrick J. Wong
2014-03-14misc: fix header complaints and resource leaks in e2fsprogsDarrick J. Wong
2014-03-14misc: cppcheck cleanupsDarrick J. Wong
2014-03-14all: Introduce cppcheck static checking for make C=1Darrick J. Wong
2014-03-11debugfs: create commands to edit extended attributesDarrick J. Wong
2014-03-11debugfs, libext2fs: minor fixups to xattr supportDarrick J. Wong
2014-03-11create_inode: move debugfs internal state back to debugfsDarrick J. Wong
2014-03-06Update Makefile dependenciesTheodore Ts'o
2014-03-06Merge branch 'ry/mke2fs-populate' into nextTheodore Ts'o
2014-03-06debugfs: use the functions in misc/create_inode.cRobert Yang
2014-03-04libext2fs: handle inline data in read/write functionZheng Liu
2014-03-04debugfs: make lsdel command support inline dataZheng Liu
2014-03-04debugfs: make stat command support inline dataZheng Liu
2014-03-04libext2fs: handle inline_data in block iterator functionZheng Liu
2014-02-23debugfs: dump all extended attributesDarrick J. Wong