Whamcloud - gitweb
LU-16067 misc: cleanup compiler warnings
[tools/e2fsprogs.git] / lib / ext2fs / ext_attr.c
2022-08-05 Andreas DilgerLU-16067 misc: cleanup compiler warnings 10/48110/2
2021-04-21 Li DongyangLU-11446 e2fsck: check trusted.link when fixing nlink 31/43231/2
2021-04-21 Andreas Dilgerdebugfs: dump "fid" and "lma" xattrs on inode stat
2021-04-14 Andreas Dilgere2fsck: clean up xattr checking code
2021-04-14 Andreas Dilgere2fsck: add support for expanding the inode size
2021-02-25 Theodore Ts'oRemove superfluous break statements
2021-02-08 Theodore Ts'olibext2fs: fix segault when setting an xattr with an...
2021-01-20 Romain Naourlibext2fs: add gnu.translator support
2020-01-01 Theodore Ts'olibext2fs: chage ext2_off_t and ext2_off64_t to be...
2019-11-04 Theodore Ts'olibext2fs: fix UBSan when updating an inline_data file
2018-12-07 Theodore Ts'olibext2fs: fix regression so we are correctly translati...
2018-06-24 Theodore Ts'oFix gcc and clang warnings
2018-04-07 Theodore Ts'olibext2fs: add sanity checks for ea_in_inode
2018-02-28 Theodore Ts'olibext2fs: declare local functions static to avoid...
2017-07-24 Tahsin Erdoganlibext2fs: add ea_inode support to set xattr
2017-07-24 Tahsin Erdoganlibext2fs: eliminate empty element holes in ext2_xattr_...
2017-07-24 Tahsin Erdoganlibext2fs: rename ext2_xattr_handle->length to capacity
2017-07-05 Tahsin Erdogantune2fs: update ea_inode hashes when fs uuid changes
2017-07-05 Tahsin Erdogane2fsck: ea_inode hash validation
2017-07-05 Andreas Dilgere2fsck: add support for large xattrs in external inodes
2017-03-03 Darrick J. Wongmisc: fix all the compiler warnings
2017-01-31 Theodore Ts'olibext2fs: fix memory leaks in ext2fs_xattr_set()
2017-01-29 Theodore Ts'olibext2fs: translate internal ext4 acl to Posix ACL...
2016-11-11 Theodore Ts'olibext2fs: avoid dereferencing beyond allocated memory...
2016-09-04 Theodore Ts'oe2fsck: enforce that extra_isize must be a multiple...
2016-03-07 Darrick J. Wonglibext2fs: sort keys for xattr blocks
2015-10-24 Darrick J. Wonglibext2fs: clean up feature test macros with predicate...
2015-06-22 Theodore Ts'olibext2fs: fix gcc -Wall nits
2015-03-29 Darrick J. Wonglibext2fs: zero hash in ibody extended attributes
2015-01-27 Darrick J. Wonglibext2fs: strengthen i_extra_isize checks when reading...
2015-01-27 Darrick J. Wonglibext2fs: avoid pointless EA block allocation
2015-01-27 Darrick J. Wonglibext2fs: initialize i_extra_isize when writing EAs
2014-12-14 Darrick J. Wonglibext2fs: find inode goal when allocating blocks
2014-11-04 Darrick J. Wonglibext2fs: zero the EA block buffer before filling it
2014-09-11 Darrick J. Wonglibext2fs: check ea value offset when loading
2014-08-24 Darrick J. Wongmisc: fix gcc warnings
2014-08-10 Darrick J. Wonglibext2fs: don't fail inline data operations if there...
2014-08-10 Darrick J. Wonglibext2fs/e2fsck: don't run off the end of the EA block
2014-08-10 Darrick J. Wonglibext2fs: check EA value offset
2014-08-03 Darrick J. Wonglibext2fs: check EA block headers when reading in the...
2014-03-12 Darrick J. Wongdebugfs, libext2fs: minor fixups to xattr support
2014-03-04 Zheng Liulibext2fs: handle inline data in read/write function
2014-02-24 Darrick J. Wonglibext2fs: free key/value pairs before reading
2014-02-24 Darrick J. Wonglibext2fs: extend xattr api to query number of attrs
2014-02-24 Darrick J. Wonglibext2fs: various tweaks to the xattr editor APIs
2014-02-24 Darrick J. Wonglibext2fs: support modifying arbitrary extended attributes
2012-08-03 Darrick J. Wonglibext2fs: verify and calculate extended attribute...
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Eric Sandeenlibext2: move buf variable completely under ifdef
2010-06-07 Theodore Ts'oMerge branch 'maint' into next
2010-05-18 Theodore Ts'olibe2p, libext2fs: Update file copyright permission...
2009-09-08 Valerie Aurora HensonConvert uses of super->s_*_blocks_count to ext2fs_...
2009-06-01 Jose R. SantosAdd 64-bit ext_attr interface
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2008-02-19 Andreas DilgerImprove support for in-inode EA's
2007-08-11 Theodore Ts'oClean up libext2fs by byte swapping iff WORDS_BIGENDIAN
2005-01-26 Theodore Ts'oAdd library support for large (EA in inode) inodes...
2003-08-01 Theodore Ts'oext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem()
2002-08-17 Theodore Ts'oOverhaul extended attribute handling. Should now be...
2001-12-17 Theodore Ts'oFix various gcc -Wall nits. Fixed a bug in mke2fs...
2001-07-20 Theodore Ts'oext_attr.c (ext2fs_write_ext_attr): When writing the...
2001-07-02 Theodore Ts'oAdd initial support for extended attribute blocks