This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hurd".
The branch, master has been updated via f94e6284aa777ab7b63374759b35e0d8219e3d4d (commit) via 32c57ab52a2232386b4507a53435c97d197d57dc (commit) via f40c6335ba84c05417e61696eb8ef1ea2ad5d75f (commit) via 946d7ad0919a909790368b097a274450609f1b45 (commit) via 3a0e75ac2979897be3d34edd4aa4e520e703ca87 (commit) via 59a80db1a4cc976642633a4a04d339bf17ae3d13 (commit) via 2e2c237ab90ade751753944f0ed1830b24478396 (commit) via 013bd5ad3fb25deabde0dfdddb2a4619db08dafc (commit) via 2cb1b1a80d6d1934989c693d7a3a4d3f8e12935a (commit) via 607df509321e62279ffb2b267f003dae943bceb1 (commit) via 070e63450b23f8affce3345c54be35d64eb5bf30 (commit) via bdcbd673c8abb2d630b683681a93603cc39a2a3e (commit) via dea4f12a7cf28cf776b522bc46f901a9b2a7401e (commit) from f3cbdcbb9d571d7b145c659e26656ffb6617b0db (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f94e6284aa777ab7b63374759b35e0d8219e3d4d Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Sun Jan 23 05:17:13 2022 +0100 Change a EIO by a ENOSPC in case where not enough space Return a ENOSPC to notify that not enough space is here after the xattr entry instead of returning an EIO. Message-Id: <20220123041715.19402-15-etienne.brat...@gmail.com> commit 32c57ab52a2232386b4507a53435c97d197d57dc Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Sun Jan 23 05:17:12 2022 +0100 ext2fs: refactor add a method for dupplicated code * xattr: introduce xattr_header_valid method Message-Id: <20220123041715.19402-14-etienne.brat...@gmail.com> commit f40c6335ba84c05417e61696eb8ef1ea2ad5d75f Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Sun Jan 23 05:17:10 2022 +0100 ext2fs: detect and warn when filesystem is an ext3 fs Message-Id: <20220123041715.19402-12-etienne.brat...@gmail.com> commit 946d7ad0919a909790368b097a274450609f1b45 Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Sun Jan 23 05:17:09 2022 +0100 ext2fs: resolve a todo, check writability before writing Message-Id: <20220123041715.19402-11-etienne.brat...@gmail.com> commit 3a0e75ac2979897be3d34edd4aa4e520e703ca87 Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Sun Jan 23 05:17:08 2022 +0100 ext2fs: set the writing time in the superblock Message-Id: <20220123041715.19402-10-etienne.brat...@gmail.com> commit 59a80db1a4cc976642633a4a04d339bf17ae3d13 Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Sun Jan 23 05:17:07 2022 +0100 ext2fs: set the f_namelen to the correct value Message-Id: <20220123041715.19402-9-etienne.brat...@gmail.com> commit 2e2c237ab90ade751753944f0ed1830b24478396 Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Sun Jan 23 05:17:06 2022 +0100 ext2fs: Take cares of indiannes In ext2 data are stored in little endian to ensure portability. So enforce little endian when manipulating these bytes. Message-Id: <20220123041715.19402-8-etienne.brat...@gmail.com> commit 013bd5ad3fb25deabde0dfdddb2a4619db08dafc Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Sun Jan 23 05:17:05 2022 +0100 ext2fs: use macro to check flags * hyper.c: use macros to check flags Message-Id: <20220123041715.19402-7-etienne.brat...@gmail.com> commit 2cb1b1a80d6d1934989c693d7a3a4d3f8e12935a Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Sun Jan 23 05:17:03 2022 +0100 ext2fs: remove unneeded file Message-Id: <20220123041715.19402-5-etienne.brat...@gmail.com> commit 607df509321e62279ffb2b267f003dae943bceb1 Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Sun Jan 23 05:17:02 2022 +0100 move to ext2_fs.h a #define This makes all #define be grouped at the same place Message-Id: <20220123041715.19402-4-etienne.brat...@gmail.com> commit 070e63450b23f8affce3345c54be35d64eb5bf30 Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Sun Jan 23 05:17:01 2022 +0100 ext2fs: remove __KERNEL__ This makes the header more clear and btw itâs not anymore in the linux tree Message-Id: <20220123041715.19402-3-etienne.brat...@gmail.com> commit bdcbd673c8abb2d630b683681a93603cc39a2a3e Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Sun Jan 23 05:17:00 2022 +0100 ext2fs: update ext2_fs.h header Message-Id: <20220123041715.19402-2-etienne.brat...@gmail.com> commit dea4f12a7cf28cf776b522bc46f901a9b2a7401e Author: Etienne Brateau <etienne.brat...@gmail.com> Date: Sun Jan 23 05:16:59 2022 +0100 ext2fs Merge 2 headers * ext2_fs_i.h: merge it into ext2_fs.h. This is also done in the linux tree Message-Id: <20220123041715.19402-1-etienne.brat...@gmail.com> ----------------------------------------------------------------------- Summary of changes: ext2fs/balloc.c | 136 +++++++++++--------- ext2fs/dir.c | 75 +++++------ ext2fs/ext2_fs.h | 358 +++++++++++++++++++++------------------------------- ext2fs/ext2_fs_i.h | 41 ------ ext2fs/ext2fs.h | 16 +-- ext2fs/getblk.c | 2 +- ext2fs/hyper.c | 74 ++++++----- ext2fs/ialloc.c | 78 ++++++------ ext2fs/inode.c | 142 +++++++++++---------- ext2fs/sblock.words | 6 - ext2fs/xattr.c | 88 +++++++------ 11 files changed, 466 insertions(+), 550 deletions(-) delete mode 100644 ext2fs/ext2_fs_i.h delete mode 100644 ext2fs/sblock.words hooks/post-receive -- Hurd