summaryrefslogtreecommitdiff
path: root/nfs
AgeCommit message (Expand)Author
2025-07-20nfs: fix the handling of replies to MKNOD and SYMLINKMichael Kelly
2025-07-20nfs: generalise process_create_reply()Michael Kelly
2025-07-20nfs: generalises the code for making a LOOKUP rpc callMichael Kelly
2025-07-20nfs: generalise calling SETATTRMichael Kelly
2025-07-14nfs: Implement --nfs-program command line option to enable v3 functionalityMichael Kelly
2025-07-14nfs: couple of return code checksMichael Kelly
2025-07-14nfs: lookup root node handle specified by the mount serverMichael Kelly
2025-07-14nfs: Use the variables for NFS program and NFS version rather than constants.Michael Kelly
2025-07-14nfs: mount_root: Fix and remove comment regarding getservbynameMichael Kelly
2025-07-14nfs: Implement statfs for V3.Michael Kelly
2025-07-14nfs: Removed inapplicable comment in netfs_report_access().Michael Kelly
2025-07-14nfs: nfs_attempt_rename() didn't unlock mutex after processing wcc_statMichael Kelly
2025-07-14nfs: nfs_attempt_rename() deadlocks performing an exclusive renameMichael Kelly
2025-07-14nfs: nfs_attempt_lookup() did not unlock mutex on unlikely RPC init failureMichael Kelly
2025-07-13nfs: Fix netfs_attempt_create_file for nfsv3Michael Kelly
2025-07-13nfs: Fixes netfs_attempt_read() for nfsv3Michael Kelly
2025-07-13nfs: Fixes netfs_attempt_create_file() unlockingMichael Kelly
2025-07-13nfs: Fix file creation for nfsv3Michael Kelly
2025-07-12nfs: add support for NFSv3 in 'fetch_directory'Michael Kelly
2025-07-10nfs: Fix write encoding for v3Michael Kelly
2025-07-10nfs: Fix xdr_decode_fattr decoding for v3Michael Kelly
2025-07-10nfs: Clean xdr_encode/decode_64bitMichael Kelly
2025-07-10nfs: Fix pointer arithmeticMichael Kelly
2025-02-08Add names to threadsSamuel Thibault
2023-04-08Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz
2023-04-03Modernize code by removing use of old style definitions.Flavio Cruz
2023-02-15nfs: Fix shifting leftSamuel Thibault
2022-01-17Fix const warningsSamuel Thibault
2021-08-22nfs/nfsd: Use libtirpcSamuel Thibault
2020-03-31Fix build with -fno-commonSamuel Thibault
2019-07-27Fix missing gnu_dev_* prototypesSamuel Thibault
2018-06-13Hurd patches (fix compilation)Luca Weiss
2018-03-05Add file_utimens RPC to use a struct timespecFlávio Cruz
2017-09-01Remove unused parameter from the 'get_source' machinery.Justus Winter
2017-08-05Simplify deallocations.Justus Winter
2017-08-05Use our own variant of 'assert' and 'assert_perror'.Justus Winter
2016-06-03nfs: appease the stricter reference counting mechanismJustus Winter
2016-03-21netfs: Remove global reference count lock.Flavio Cruz
2016-02-16nfs: fix deallocation of struct node.Flavio Cruz
2016-02-15nfs: Use libihash for the node cache.Flavio Cruz
2015-12-31Drop OTHERLIBS and use LDLIBS exclusivelyFlavio Cruz
2015-12-29fix compiler warnings in hurd/nfs and hurd/nfsdFlavio Cruz
2014-02-25nfs: implement netfs_get_sourceJustus Winter
2013-11-09Normalize whitespace at the end of each file to '\n'Justus Winter
2012-11-27Switch from cthreads to pthreadsRichard Braun
2012-04-08Replace fragile manual »make dist« system with one based on »git archive«.Thomas Schwinge
2011-10-19Fix building of nfs.static.Thomas Schwinge
2011-10-19Add missing format strings for error, printk, problemPino Toscano
2011-08-20fix common misspellingsJonathan Neuschäfer
2009-07-11Switch to the new ChangeLog style.Thomas Schwinge