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 895dcfe9c2b5355b76f569c075dc2ea4a1072283 (commit)
via 4004917016734e45728032575e27765215445ad7 (commit)
via cc57c571b6923ae3097e6a365ad7074eb37f5795 (commit)
via abeb5576d17e8045984c89d737cc73fdcfc10102 (commit)
from 6290b4cf92963f64ffa447cdaba099812c80fbfb (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 895dcfe9c2b5355b76f569c075dc2ea4a1072283
Author: Samuel Thibault <[email protected]>
Date: Sat Mar 7 22:48:24 2026 +0100
ext2fs: Fix syncing disk node
The disk_cache_block_deref macro clears its parameter, and thus
sync_global_ptr was passing a negative offset to pager_sync_some.
commit 4004917016734e45728032575e27765215445ad7
Author: Samuel Thibault <[email protected]>
Date: Sat Mar 7 22:55:19 2026 +0100
ext2fs: Make sure to flush translator entry before releasing it
If the entry was still pending a write, we want to drop that before
releasing the block and possibly re-using it for a file pager.
commit cc57c571b6923ae3097e6a365ad7074eb37f5795
Author: Samuel Thibault <[email protected]>
Date: Sat Mar 7 22:54:18 2026 +0100
ext2fs: Drop duplicate clearing of block pointer
disk_cache_block_deref already clears it, and better make people not
think otherwise.
commit abeb5576d17e8045984c89d737cc73fdcfc10102
Author: Samuel Thibault <[email protected]>
Date: Sat Mar 7 21:35:45 2026 +0100
ext2fs: Fix xattr_header_valid behavior and usage
According to the name and comment.
-----------------------------------------------------------------------
Summary of changes:
ext2fs/balloc.c | 3 ---
ext2fs/ext2fs.h | 15 ++++++++++++++-
ext2fs/ialloc.c | 2 --
ext2fs/inode.c | 10 ++++++++++
ext2fs/xattr.c | 18 ++++++++++--------
5 files changed, 34 insertions(+), 14 deletions(-)
hooks/post-receive
--
Hurd