| Commit message (Expand) | Author | Age | Files | Lines |
* | Homogeneize [gs]et_translator and get_dire[nc]ts into mach_msg_type_number_t | Samuel Thibault | 2023-08-08 | 2 | -3/+3 |
* | ext2fs: Fix unsigned long / uint32_t confusion | Samuel Thibault | 2023-05-27 | 4 | -10/+10 |
* | ext2fs: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 6 | -14/+23 |
* | Further modernize Hurd code by enforcing strict prototypes and no implicit fu... | Flavio Cruz | 2023-04-08 | 1 | -3/+3 |
* | Modernize code by removing use of old style definitions. | Flavio Cruz | 2023-04-03 | 5 | -14/+14 |
* | Avoid undefined-behavior | Samuel Thibault | 2023-02-02 | 1 | -3/+3 |
* | ext2fs: use __alignof (struct dirent) instead of hardcoding 4 | Samuel Thibault | 2023-02-02 | 1 | -1/+1 |
* | Fix some compiler warnings | Svante Signell | 2023-01-19 | 3 | -4/+4 |
* | Fix *printf specifier for user space mach ports. | Flavio Cruz | 2022-12-06 | 2 | -2/+2 |
* | Replace vsprintf with vsnprintf in ext2fs/msg.c | Flavio Cruz | 2022-11-09 | 1 | -3/+3 |
* | Do not cache the R/O proxy | Samuel Thibault | 2022-08-10 | 1 | -5/+1 |
* | ext2fs: Return read-only memory objects when appropriate | Sergey Bugaev | 2022-08-10 | 1 | -34/+39 |
* | Change a EIO by a ENOSPC in case where not enough space | Etienne Brateau | 2022-01-23 | 1 | -1/+1 |
* | ext2fs: refactor add a method for dupplicated code | Etienne Brateau | 2022-01-23 | 1 | -8/+14 |
* | ext2fs: detect and warn when filesystem is an ext3 fs | Etienne Brateau | 2022-01-23 | 1 | -0/+2 |
* | ext2fs: resolve a todo, check writability before writing | Etienne Brateau | 2022-01-23 | 1 | -1/+3 |
* | ext2fs: set the writing time in the superblock | Etienne Brateau | 2022-01-23 | 1 | -0/+2 |
* | ext2fs: set the f_namelen to the correct value | Etienne Brateau | 2022-01-23 | 1 | -1/+1 |
* | ext2fs: Take cares of indiannes | Etienne Brateau | 2022-01-23 | 9 | -284/+311 |
* | ext2fs: use macro to check flags | Etienne Brateau | 2022-01-23 | 1 | -11/+13 |
* | ext2fs: remove unneeded file | Etienne Brateau | 2022-01-23 | 1 | -6/+0 |
* | move to ext2_fs.h a #define | Etienne Brateau | 2022-01-23 | 3 | -6/+4 |
* | ext2fs: remove __KERNEL__ | Etienne Brateau | 2022-01-23 | 1 | -209/+38 |
* | ext2fs: update ext2_fs.h header | Etienne Brateau | 2022-01-23 | 1 | -15/+89 |
* | ext2fs Merge 2 headers | Etienne Brateau | 2022-01-23 | 3 | -42/+22 |
* | ext2fs: fix invalid check | Etienne Brateau | 2022-01-18 | 1 | -2/+2 |
* | ext2fs: Disable an expensive check | Samuel Thibault | 2021-08-12 | 1 | -0/+4 |
* | ext2fs: clear inline data | Samuel Thibault | 2021-08-11 | 1 | -0/+13 |
* | ext2fs: Fix block allocation on symlink->translator conversion | Samuel Thibault | 2021-08-11 | 1 | -18/+19 |
* | ext2fs: clear data when setting a translator on a symlink | Samuel Thibault | 2021-08-11 | 1 | -0/+18 |
* | ext2fs: Fix getting filemap for forcing delayed copies | Samuel Thibault | 2021-08-10 | 1 | -1/+1 |
* | ext2fs: Update to upstream Hurd-reserved xattr index for "gnu.*". | Jan (janneke) Nieuwenhuizen | 2020-05-14 | 1 | -1/+1 |
* | Fix build with -fno-common | Samuel Thibault | 2020-03-31 | 2 | -22/+53 |
* | ext2fs: Fix fast symlinks created by linux | Damien Zammit | 2019-11-24 | 1 | -5/+1 |
* | Use the data_t type defined in hurd_types.h. | Flavio Cruz | 2019-09-01 | 1 | -1/+1 |
* | ext2fs: Improve inlining. | Justus Winter | 2017-08-24 | 1 | -2/+26 |
* | ext2fs: Fix warning. | Justus Winter | 2017-08-10 | 1 | -1/+1 |
* | Use our own variant of 'assert' and 'assert_perror'. | Justus Winter | 2017-08-05 | 11 | -85/+85 |
* | Fix typo. | Maksym Planeta | 2017-08-05 | 1 | -1/+1 |
* | ext2fs: Reduce verbosity of missing xattr support on the FS | Samuel Thibault | 2017-06-09 | 1 | -1/+1 |
* | ext2fs: Reduce verbosity of missing xattr support on the FS | Samuel Thibault | 2017-05-07 | 1 | -2/+2 |
* | ext2fs: downgrade warnings about old translator records to debug messages | Richard Braun | 2017-01-08 | 1 | -2/+2 |
* | ext2fs: fix extended attribute retrieval | Richard Braun | 2017-01-06 | 1 | -2/+1 |
* | ext2fs: minor cleanup | Richard Braun | 2017-01-06 | 2 | -7/+7 |
* | ext2fs: fix block reference | Richard Braun | 2017-01-06 | 1 | -5/+4 |
* | ext2fs: Fix potential block leak. | Justus Winter | 2017-01-06 | 1 | -0/+4 |
* | ext2fs: Fix block allocation. | Justus Winter | 2017-01-06 | 1 | -1/+1 |
* | ext2fs: Require users to opt-in for xattr-based translator records. | Justus Winter | 2017-01-06 | 3 | -2/+28 |
* | ext2fs: Do not read translator record on Linux filesystems. | Justus Winter | 2017-01-06 | 1 | -4/+0 |
* | ext2fs: Fix block leak in xattr code. | Justus Winter | 2017-01-06 | 1 | -0/+8 |