aboutsummaryrefslogtreecommitdiff
path: root/lib
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-11misc: zero s_jnl_blocks when removing internal journalDarrick J. Wong
2014-09-11libext2fs: write_journal_inode should check iterate return valueDarrick J. Wong
2014-09-11libext2fs: report bad magic over bad sb checksumDarrick J. Wong
2014-09-11e2fsck/debugfs: fix descriptor block size handling errors with journal_csumDarrick J. Wong
2014-09-11Merge branch 'maint' into nextTheodore Ts'o
2014-09-08compile_et: Allow user to override ET_DIRMichael Forney
2014-09-08Apply LDFLAGS when building testsMichael Forney
2014-09-08tests: Add to LD_LIBRARY_PATH instead of overridingMichael Forney
2014-08-26e2fsck: resync jbd2 revoke code from Linux 3.16Darrick J. Wong
2014-08-26e2fsck: resync jbd2 recovery code from Linux 3.16Darrick J. Wong
2014-08-24libext2fs: fix problems with LE<->BE conversions on BE platformsDarrick J. Wong
2014-08-24libext2fs: byteswap inode when performing the sanity scanDarrick J. Wong
2014-08-24misc: fix gcc warningsDarrick J. Wong
2014-08-24libext2fs: create inlinedata symlinksDarrick J. Wong
2014-08-10Merge branch 'maint' into nextTheodore Ts'o
2014-08-10libext2fs: fix memory leak when failing to iterate inline_data directoryDarrick J. Wong
2014-08-10libext2fs: don't fail inline data operations if there's no EADarrick J. Wong
2014-08-10libext2fs: strict inline data overwrite should not return ENOSPCDarrick J. Wong
2014-08-10misc: fix various endianness problems with inline_dataDarrick J. Wong
2014-08-10libext2fs/e2fsck: don't run off the end of the EA blockDarrick J. Wong
2014-08-10libext2fs: check EA value offsetDarrick J. Wong
2014-08-10libext2fs: avoid buffer overflow if s_first_meta_bg is too bigTheodore Ts'o
2014-08-08Merge branch 'maint' into nextTheodore Ts'o
2014-08-08libext2fs: have UNIX IO manager use pread64/pwrite64Theodore Ts'o
2014-08-04libext2fs: place metadata blocks in the last flex_bg so they are contiguousTheodore Ts'o
2014-08-04Revert "mke2fs: prevent creation of unmountable ext4 with large flex_bg count"Theodore Ts'o
2014-08-02libext2fs: don't cache inodes that fail checksum verificationDarrick J. Wong
2014-08-02e2fsck: correctly preserve fs flags when modifying ignore-csum-error flagDarrick J. Wong
2014-08-02e2fsck: offer to clear inode table blocks that are insaneDarrick J. Wong
2014-08-02e2fsck: try to salvage extent blocks with bad checksumsDarrick J. Wong
2014-08-02libext2fs: check EA block headers when reading in the blockDarrick J. Wong
2014-08-02Merge branch 'maint' into nextTheodore Ts'o
2014-08-02libext2fs: when appending to a file, don't split an index block in equal halvesDarrick J. Wong
2014-08-02libext2fs: have UNIX IO manager use pread/pwriteDarrick J. Wong
2014-07-29Merge branch 'maint' into nextTheodore Ts'o
2014-07-28tune2fs: update journal users while updating fs UUID (with external journal)Azat Khuzhin
2014-07-28journal: use consts instead of 1024 and add helper for journal with 1k blocksizeAzat Khuzhin
2014-07-27misc: copy extended attributes in populate_fsRoss Burton
2014-07-26Merge branch 'maint' into nextTheodore Ts'o
2014-07-26libext2fs: provide a function to set inode sizeDarrick J. Wong
2014-07-26Merge branch 'maint' into nextTheodore Ts'o
2014-07-26libext2fs: fix free block accounting for 64-bit file systemsTheodore Ts'o
2014-07-26Fix 32/64-bit overflow when multiplying by blocks/clusters per groupTheodore Ts'o
2014-07-26libext2fs: use C99 initializers for the io_manager structureTheodore Ts'o
2014-07-26libext2fs: fix rb_resize_bmap to handle the padding bitsTheodore Ts'o
2014-07-25build: fix unused/uninitialized variable warningsAndreas Dilger
2014-07-25Merge branch 'maint' into nextTheodore Ts'o
2014-07-25libext2fs: fix bounds check of the bitmap test range in get_free_blocks2Darrick J. Wong