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 e2aa476b7ec3a680b5cc4e3c461cce7ec4f69cd6 (commit) via 731cb45706623016e1871d1a05ea4a5571fc5760 (commit) via 385d2c7da8df05f4a0d6a7f97e9b07f19482406b (commit) via 4951192cd25c2e1a7058046289d234eedcd39d70 (commit) via ecb2d6fe006e7ee622126a8d773469be332fabdd (commit) via e895c1297f53c671a64666fb8ab29f83c8a6c80e (commit) via 3f971bb2c1cfc8254606a1707668db8f30e0a6e8 (commit) via 33b0c82ef37e1625bef7f552edcc18d1fe0864a0 (commit) via 69e5a5741f74a22db6fe823852415fae049c5653 (commit) via daaf662e2b5225882f0e072044f726549590e468 (commit) from d9233e3096374be846a2cb324b92821828038435 (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 e2aa476b7ec3a680b5cc4e3c461cce7ec4f69cd6 Author: Michael Kelly <m...@weatherwax.co.uk> Date: Mon Jul 14 18:11:53 2025 +0200 nfs: Implement --nfs-program command line option to enable v3 functionality Note that I have altered the specification of the argument value so that the version can be specified without the program number rather than the other way around. I think it is much more likely the version would be specified than the program number. commit 731cb45706623016e1871d1a05ea4a5571fc5760 Author: Michael Kelly <m...@weatherwax.co.uk> Date: Mon Jul 14 18:08:10 2025 +0200 nfs: couple of return code checks commit 385d2c7da8df05f4a0d6a7f97e9b07f19482406b Author: Michael Kelly <m...@weatherwax.co.uk> Date: Mon Jul 14 18:06:12 2025 +0200 nfs: lookup root node handle specified by the mount server to retrieve the true identity. commit 4951192cd25c2e1a7058046289d234eedcd39d70 Author: Michael Kelly <m...@weatherwax.co.uk> Date: Mon Jul 14 18:03:57 2025 +0200 nfs: Use the variables for NFS program and NFS version rather than constants. commit ecb2d6fe006e7ee622126a8d773469be332fabdd Author: Michael Kelly <m...@weatherwax.co.uk> Date: Mon Jul 14 18:02:23 2025 +0200 nfs: mount_root: Fix and remove comment regarding getservbyname as its conclusion was valid and now implemented. commit e895c1297f53c671a64666fb8ab29f83c8a6c80e Author: Michael Kelly <m...@weatherwax.co.uk> Date: Mon Jul 14 18:00:21 2025 +0200 nfs: Implement statfs for V3. There was little overlap with the v2 code so it got an entirely separate implementation. There is the possibility of completing statfs.f_namelen properly using FSINFO3 and PATHCONF3 rpc calls but I didn't know if f_namelen should be the maximum length for a file name component or the entire file name path. commit 3f971bb2c1cfc8254606a1707668db8f30e0a6e8 Author: Michael Kelly <m...@weatherwax.co.uk> Date: Mon Jul 14 17:59:52 2025 +0200 nfs: Removed inapplicable comment in netfs_report_access(). commit 33b0c82ef37e1625bef7f552edcc18d1fe0864a0 Author: Michael Kelly <m...@weatherwax.co.uk> Date: Mon Jul 14 17:59:22 2025 +0200 nfs: nfs_attempt_rename() didn't unlock mutex after processing wcc_stat commit 69e5a5741f74a22db6fe823852415fae049c5653 Author: Michael Kelly <m...@weatherwax.co.uk> Date: Mon Jul 14 17:58:29 2025 +0200 nfs: nfs_attempt_rename() deadlocks performing an exclusive rename whilst attempting to lock an already held mutex. commit daaf662e2b5225882f0e072044f726549590e468 Author: Michael Kelly <m...@weatherwax.co.uk> Date: Mon Jul 14 17:55:06 2025 +0200 nfs: nfs_attempt_lookup() did not unlock mutex on unlikely RPC init failure ----------------------------------------------------------------------- Summary of changes: nfs/main.c | 36 +++++++++++++++++++++++--- nfs/mount.c | 60 +++++++++++++++++++++++++++++++++---------- nfs/nfs.c | 2 +- nfs/ops.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 4 files changed, 155 insertions(+), 27 deletions(-) hooks/post-receive -- Hurd