aboutsummaryrefslogtreecommitdiff
path: root/ext2fs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* Change a EIO by a ENOSPC in case where not enough spaceEtienne Brateau2022-01-231-1/+1
* ext2fs: refactor add a method for dupplicated codeEtienne Brateau2022-01-231-8/+14
* ext2fs: Take cares of indiannesEtienne Brateau2022-01-231-38/+42
* ext2fs: Update to upstream Hurd-reserved xattr index for "gnu.*".Jan (janneke) Nieuwenhuizen2020-05-141-1/+1
* ext2fs: Fix warning.Justus Winter2017-08-101-1/+1
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-2/+2
* ext2fs: Reduce verbosity of missing xattr support on the FSSamuel Thibault2017-06-091-1/+1
* ext2fs: Reduce verbosity of missing xattr support on the FSSamuel Thibault2017-05-071-2/+2
* ext2fs: fix extended attribute retrievalRichard Braun2017-01-061-2/+1
* ext2fs: minor cleanupRichard Braun2017-01-061-4/+4
* ext2fs: fix block referenceRichard Braun2017-01-061-5/+4
* ext2fs: Fix potential block leak.Justus Winter2017-01-061-0/+4
* ext2fs: Fix block allocation.Justus Winter2017-01-061-1/+1
* ext2fs: Fix block leak in xattr code.Justus Winter2017-01-061-0/+8
* ext2fs: Use correct type for sizes.Justus Winter2017-01-061-19/+19
* ext2fs: Add support for xattrShengyu Zhang2017-01-061-0/+866