aboutsummaryrefslogtreecommitdiff
path: root/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-035-14/+14
* Avoid undefined-behaviorSamuel Thibault2023-02-021-3/+3
* ext2fs: use __alignof (struct dirent) instead of hardcoding 4Samuel Thibault2023-02-021-1/+1
* Fix some compiler warningsSvante Signell2023-01-193-4/+4
* Fix *printf specifier for user space mach ports.Flavio Cruz2022-12-062-2/+2
* Replace vsprintf with vsnprintf in ext2fs/msg.cFlavio Cruz2022-11-091-3/+3
* Do not cache the R/O proxySamuel Thibault2022-08-101-5/+1
* ext2fs: Return read-only memory objects when appropriateSergey Bugaev2022-08-101-34/+39
* 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: detect and warn when filesystem is an ext3 fsEtienne Brateau2022-01-231-0/+2
* ext2fs: resolve a todo, check writability before writingEtienne Brateau2022-01-231-1/+3
* ext2fs: set the writing time in the superblockEtienne Brateau2022-01-231-0/+2
* ext2fs: set the f_namelen to the correct valueEtienne Brateau2022-01-231-1/+1
* ext2fs: Take cares of indiannesEtienne Brateau2022-01-239-284/+311
* ext2fs: use macro to check flagsEtienne Brateau2022-01-231-11/+13
* ext2fs: remove unneeded fileEtienne Brateau2022-01-231-6/+0
* move to ext2_fs.h a #defineEtienne Brateau2022-01-233-6/+4
* ext2fs: remove __KERNEL__Etienne Brateau2022-01-231-209/+38
* ext2fs: update ext2_fs.h headerEtienne Brateau2022-01-231-15/+89
* ext2fs Merge 2 headersEtienne Brateau2022-01-233-42/+22
* ext2fs: fix invalid checkEtienne Brateau2022-01-181-2/+2
* ext2fs: Disable an expensive checkSamuel Thibault2021-08-121-0/+4
* ext2fs: clear inline dataSamuel Thibault2021-08-111-0/+13
* ext2fs: Fix block allocation on symlink->translator conversionSamuel Thibault2021-08-111-18/+19
* ext2fs: clear data when setting a translator on a symlinkSamuel Thibault2021-08-111-0/+18
* ext2fs: Fix getting filemap for forcing delayed copiesSamuel Thibault2021-08-101-1/+1
* ext2fs: Update to upstream Hurd-reserved xattr index for "gnu.*".Jan (janneke) Nieuwenhuizen2020-05-141-1/+1
* Fix build with -fno-commonSamuel Thibault2020-03-312-22/+53
* ext2fs: Fix fast symlinks created by linuxDamien Zammit2019-11-241-5/+1
* Use the data_t type defined in hurd_types.h.Flavio Cruz2019-09-011-1/+1
* ext2fs: Improve inlining.Justus Winter2017-08-241-2/+26
* ext2fs: Fix warning.Justus Winter2017-08-101-1/+1
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-0511-85/+85
* Fix typo.Maksym Planeta2017-08-051-1/+1
* 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: downgrade warnings about old translator records to debug messagesRichard Braun2017-01-081-2/+2
* ext2fs: fix extended attribute retrievalRichard Braun2017-01-061-2/+1
* ext2fs: minor cleanupRichard Braun2017-01-062-7/+7
* 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: Require users to opt-in for xattr-based translator records.Justus Winter2017-01-063-2/+28
* ext2fs: Do not read translator record on Linux filesystems.Justus Winter2017-01-061-4/+0
* ext2fs: Fix block leak in xattr code.Justus Winter2017-01-061-0/+8
* ext2fs: Use correct type for sizes.Justus Winter2017-01-062-22/+22
* ext2fs: Fix typo.Justus Winter2017-01-061-1/+1
* ext2fs: Use xattr to store passive translatorShengyu Zhang2017-01-061-63/+161
* ext2fs: Add support for xattrShengyu Zhang2017-01-066-2/+970