aboutsummaryrefslogtreecommitdiff
path: root/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* libdiskfs: catch mmap failureSamuel Thibault2025-01-112-2/+5
* ext2fs: Ignore translators bits when checking we have no Hurd extensionsSamuel Thibault2024-08-261-1/+1
* ext2fs: Fix masking out translators bitsSamuel Thibault2024-08-261-1/+1
* ext2fs: mention which inode size is supportedSamuel Thibault2024-08-261-1/+1
* ext2fs: support translators on non-hurd-created filesystemsSamuel Thibault2024-03-121-36/+44
* ext2fs: New default: use xattrs to store translator recordsDamien Zammit2024-03-051-9/+9
* ext2fs: Check that the filesystem supports xattr before reading itDamien Zammit2024-03-041-10/+15
* Initialize a few error variables to avoid GCC warningsFlavio Cruz2023-12-291-1/+1
* Update server handlers to return kern_return_error to fix -Werror=enum-int-mi...Flavio Cruz2023-12-171-1/+1
* ext2fs: Fix shift in find_next_zero_bitSamuel Thibault2023-08-081-1/+2
* ext2fs: Fix shift in ext2_new_blockSamuel Thibault2023-08-081-2/+2
* Homogeneize [gs]et_translator and get_dire[nc]ts into mach_msg_type_number_tSamuel Thibault2023-08-082-3/+3
* ext2fs: Fix unsigned long / uint32_t confusionSamuel Thibault2023-05-274-10/+10
* ext2fs: Port to x86_64Sergey Bugaev2023-05-106-14/+23
* Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz2023-04-081-3/+3
* 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