aboutsummaryrefslogtreecommitdiff
path: root/libnetfs
Commit message (Expand)AuthorAgeFilesLines
* libdiskfs,libnetfs: add missing io_pathconf casesSamuel Thibault2020-05-281-0/+10
* Fix build with -fno-commonSamuel Thibault2020-03-312-3/+3
* libfshelp: Fix memleakSamuel Thibault2019-11-101-0/+1
* libnetfs: Support for file record lockingSvante Signell2019-10-309-60/+167
* Use the data_t type defined in hurd_types.h.Flavio Cruz2019-09-0112-14/+14
* Catch LFS64 inconsistencies in RPC server stubsSamuel Thibault2019-07-271-0/+41
* Fix missing gnu_dev_* prototypesSamuel Thibault2019-07-272-0/+2
* Hurd patches (fix compilation)Luca Weiss2018-06-132-3/+3
* Add file_utimens RPC to use a struct timespecFlávio Cruz2018-03-054-15/+48
* Add a file_exec_file_name RPCEmilio Pozuelo Monfort2018-01-081-9/+62
* Traverse translator hierarchies using the fsys protocol.Justus Winter2017-09-124-122/+92
* libfshelp: Use node instead of name as key.Justus Winter2017-09-122-2/+2
* Normalize path of translators.Justus Winter2017-09-121-1/+7
* libfshelp: Add function to map over all active translators.Justus Winter2017-09-124-57/+86
* Fix active translator registration.Justus Winter2017-09-121-40/+34
* Remove unused parameter from the 'get_source' machinery.Justus Winter2017-09-013-7/+6
* libnetfs: Remove redundant type checks.Justus Winter2017-08-242-6/+2
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-055-8/+8
* Revert "libnetfs: remove unused fields."Samuel Thibault2017-01-021-0/+2
* Mark library stubs as weakSamuel Thibault2016-10-303-18/+18
* Avoid superfluous locking of nodeJustus Winter2016-05-191-3/+0
* libnetfs: treat disconnected shadow roots as virtual rootsJustus Winter2016-05-191-10/+23
* Unify the short-circuit translator logicJustus Winter2016-05-193-46/+18
* libnetfs: rename 'diruser' to 'dircred'Justus Winter2016-05-191-29/+29
* libnetfs: rename 'error' to 'err'Justus Winter2016-05-191-46/+46
* Fix access mode of temporary filesSamuel Thibault2016-04-241-1/+1
* netfs: Remove global reference count lock.Flavio Cruz2016-03-217-38/+83
* Fix mustbedir mechanism for symlinksSamuel Thibault2016-02-281-2/+9
* libnetfs: remove unused fields.Flavio Cruz2016-02-151-2/+0
* Fixed leaks in _netfs_translator_callback2_fnJames Clarke2016-02-081-2/+8
* Check for a return value in netfs_make_peropen before using it in netfs_make_...Flavio Cruz2016-02-071-2/+6
* Use refcount_t for peropen reference counting in libnetfs.Flavio Cruz2016-02-077-23/+25
* Fix O_DIRECTORY lookup on trivial translatorsFlavio Cruz2016-01-131-6/+16
* fix compiler warnings in hurd/libnetfsFlavio Cruz2015-12-291-1/+1
* Make netfs_S_io_reauthenticate handle allocation errorsSamuel Thibault2015-10-111-1/+11
* Drop duplicate port deallocationSamuel Thibault2015-10-111-1/+2
* Do not keep mutex locked while waiting for authenticate loopSamuel Thibault2015-07-041-0/+3
* Fix space styleSamuel Thibault2015-03-052-24/+24
* Avoid ./ components in mtab outputSamuel Thibault2014-12-191-2/+2
* console: add a payload-aware intrans functionJustus Winter2014-12-071-0/+6
* libnetfs: add a payload-aware intrans functionJustus Winter2014-12-072-0/+9
* Fix compiler warningSamuel Thibault2014-11-211-1/+1
* Fix recording complete path of passive relative translatorsSamuel Thibault2014-11-211-1/+10
* Fix optional definitions in static binariesSamuel Thibault2014-11-033-4/+4
* hurd: fix semantic of file_get_childrenJustus Winter2014-08-311-4/+5
* libnetfs: fix memory leakJustus Winter2014-05-311-1/+4
* libnetfs: add netfs_make_node_alloc to allocate fat nodesJustus Winter2014-05-283-6/+53
* Include the MIG-generated server header filesJustus Winter2014-04-155-5/+8
* libnetfs: fix receiver lookups in fsys server functionsJustus Winter2014-02-259-29/+36
* hurd: fix the get-children and get-source proceduresJustus Winter2014-02-255-21/+21