Whamcloud - gitweb
Fix clang warnings on architectures with a 64-bit long
[tools/e2fsprogs.git] / lib / ext2fs / inline_data.c
2018-03-11 Theodore Ts'oFix build problems on the Hurd OS
2018-03-03 Theodore Ts'oMerge branch 'maint' into next
2018-03-03 Eric Biggerslibext2fs: make sure the system.data xattr gets created
2017-10-16 Theodore Ts'oMerge branch 'maint' into next
2017-10-16 Sebastian RasmussenFix typos in code comments and developer docs
2017-10-16 Sebastian RasmussenFix typos in error messages and documentation
2017-07-24 Tahsin Erdoganlibext2fs: add ea_inode support to set xattr
2017-01-31 Theodore Ts'oe2fsck: make sure system.data xattr is present
2016-11-12 Theodore Ts'oMake sure test progams free all allocated memory
2015-10-24 Darrick J. Wonglibext2fs: clean up feature test macros with predicate...
2015-06-22 Theodore Ts'olibext2fs: fix gcc -Wall nits
2014-12-03 Darrick J. Wonglibext2fs: refactor extent head creation
2014-11-08 Darrick J. Wongmisc: fix compiler warnings and minor build errors
2014-11-04 Eric Sandeenlibext2fs: fix endian handling of ext3_extent_header...
2014-08-10 Darrick J. Wonglibext2fs: fix memory leak when failing to iterate...
2014-08-10 Darrick J. Wonglibext2fs: don't fail inline data operations if there...
2014-08-10 Darrick J. Wonglibext2fs: strict inline data overwrite should not...
2014-08-10 Darrick J. Wongmisc: fix various endianness problems with inline_data
2014-05-27 Zheng Liudebugfs: fix two warning messages when compiling with...
2014-05-27 Andreas Dilgermisc: fix compile warnings on master branch
2014-04-08 Eryu Guanlibext2fs: fix build errors on bigendian hosts
2014-03-14 Darrick J. Wonglibext2fs: repair side effects when iterating dirents...
2014-03-14 Darrick J. Wonglibext2fs: during inlinedata expand, don't corrupt...
2014-03-14 Darrick J. Wonglibext2fs: fix iblocks correctly when expanding an...
2014-03-14 Darrick J. Wonglibext2fs: don't fail when doing a strict rewrite of...
2014-03-04 Zheng Liulibext2fs: add a unit test for inline data
2014-03-04 Zheng Liulibext2fs: handle inline data in read/write function
2014-03-04 Zheng Liudebugfs: handle inline data feature in punch command
2014-03-04 Zheng Liudebugfs: make mkdir command support inline data
2014-03-04 Zheng Liudebugfs: make expand command support inline data
2014-03-04 Zheng Liudebugfs: make stat command support inline data
2014-03-04 Zheng Liulibext2fs: handle inline data in dir iterator function